@layer swift3 {img.wp-smiley, img.emoji { display: inline !important; border-width: medium !important; border-style: none !important; border-color: currentcolor !important; border-image: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0px 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0px !important; }:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; word-break: normal !important; }.wp-block-group { box-sizing: border-box; }:where(.wp-block-group.has-background) { padding: 1.25em 2.375em; }.wp-block-button__link { background-color: #32373c; border-radius: 9999px; box-shadow: none; color: #ffffff; font-size: 1.125em; padding: calc(0.667em + 2px) calc(1.333em + 2px); text-decoration: none; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }.wp-block-button { --wp--preset--dimension--25: 25%; --wp--preset--dimension--50: 50%; --wp--preset--dimension--75: 75%; --wp--preset--dimension--100: 100%; }:where(body) { margin: 0px; }body { padding: 0px; }.has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; }@keyframes remodal-opening-keyframes { 0% { transform: scale(1.05); opacity: 0; } 100% { transform: none; opacity: 1; filter: blur(0px); } }@keyframes remodal-closing-keyframes { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.95); opacity: 0; filter: blur(0px); } }@keyframes remodal-overlay-opening-keyframes { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes remodal-overlay-closing-keyframes { 0% { opacity: 1; } 100% { opacity: 0; } }[class*=" sptpro-icon-"]::before, [class^="sptpro-icon-"]::before { font-family: sptpro-fontello; font-style: normal; font-weight: 400; display: inline-block; text-decoration: inherit; width: 1em; margin-right: 0.2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: 0.2em; -webkit-font-smoothing: antialiased; }.sptpro-icon-star_fill::before { content: ""; }div.sp-testimonial-pro-wrapper { position: relative; }.sp-testimonial-pro-section .sp-testimonial-pro-item:focus { outline: 0px; }.tpro-client-testimonial .tpro-testimonial-text, .tpro-client-testimonial p:last-of-type { display: inline; margin: 0px; padding: 0px; }.sp-testimonial-pro-section .sp-tpro-items, .sp-testimonial-pro-section.tpro-layout-filter-standard .sp-tpro-isotope-items, .sp-testimonial-pro-section.tpro-layout-grid-standard { display: flex; flex-wrap: wrap; }[class*="tpro-col-"] { position: relative; min-height: 1px; display: inline-block; vertical-align: top; box-sizing: border-box; }.tpro-col-xl-1 { flex: 0 0 100%; width: 100%; }.tpro-preloader { background-color: #ffffff; background-repeat: no-repeat; background-position: center center; position: absolute; z-index: 90; width: 100%; height: 100%; text-align: center; top: 0px; left: 0px; right: 0px; border: 0px; }.tpro-preloader img { position: relative; top: 50%; margin-top: -16px; display: inline-block; text-align: center; }.sp-testimonial-pro-section .tpro-client-image.tpro-image-style-two .sp-tpro-img::before, .sp-testimonial-pro-section .tpro-client-image.tpro-image-style-two .sp-tpro-video::before, .sp-testimonial-pro-section .tpro-client-image.tpro-image-style-two img, .sp-tpro-modal-testimonial .tpro-client-image.tpro-image-style-two img { border-radius: 5px; }.sp-testimonial-pro-section .sp-testimonial-pro:focus { outline: 0px; }.sp-testimonial-pro-section * { box-sizing: border-box; }.tpro-client-image img:focus { outline: 0px; }.sp-testimonial-pro-section img { height: auto; }.sp-testimonial-pro-section .tpro-client-rating { line-height: 1; }@-webkit-keyframes reveal { 0% { transform: scale(0.001); } 100% { transform: scale(1); } }@keyframes reveal { 0% { transform: scale(0.001); } 100% { transform: scale(1); } }@-webkit-keyframes slide { 100% { transform: translateX(1.5em); } }@keyframes slide { 100% { transform: translateX(1.5em); } }.tpro-style-theme-five.sp-testimonial-pro-section .tpro-client-name, .tpro-style-theme-five.sp-testimonial-pro-section .tpro-testimonial-title .sp-tpro-testimonial-title, .tpro-style-theme-four.sp-testimonial-pro-section .tpro-testimonial-title .sp-tpro-testimonial-title { clear: unset; }@media (max-width: 479px){.tpro-col-xs-1 { flex: 0 0 100%; width: 100%; }}#sp-testimonial-pro-wrapper-6183 .sp-testimonial-pro-section .tpro-client-image .sp-testimonial-text-avatar, #sp-testimonial-pro-wrapper-6183 .sp-testimonial-pro-section .tpro-client-image.tpro-image-style-two img { border-radius: 5px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .sp-testimonial-pro-item { margin-bottom: 20px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .sp-testimonial-pro-item:not(.swiper-slide) { padding-right: 20px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .sp-tpro-items { margin-right: -20px; width: calc(100% + 20px); }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-image { float: left; margin-right: 25px; margin-bottom: 15px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-image img, .sp-tpro-modal-testimonial-6183 .tpro-client-image img { background: #ffffff; border: 0px solid #dddddd; padding: 0px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-testimonial-title { margin: 0px 0px 18px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-testimonial-title .sp-tpro-testimonial-title { color: #333333; font-size: 20px; line-height: 30px; text-transform: none; letter-spacing: 0px; text-align: left; padding: 0px; margin: 0px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-testimonial { color: #333333; font-size: 16px; line-height: 26px; text-transform: none; letter-spacing: 0px; text-align: left; margin: 0px 0px 20px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-testimonial p { font-size: 16px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-name { color: #333333; font-size: 16px; line-height: 24px; text-transform: none; letter-spacing: 0px; text-align: left; margin: 0px 0px 8px; }.sp-tpro-modal-testimonial-6183.sp-tpro-modal-testimonial .tpro-client-rating, #sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-rating { margin: 0px 0px 6px; text-align: left; color: #ffb900; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-rating i, .sp-tpro-modal-testimonial-6183.sp-tpro-modal-testimonial .tpro-client-rating i { font-size: 19px; margin-right: 2px; }.sp-tpro-modal-testimonial-6183.sp-tpro-modal-testimonial .tpro-client-rating i::before, #sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-rating i::before { margin: 0px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-client-email { color: #444444; font-size: 15px; line-height: 20px; text-transform: none; letter-spacing: 0px; text-align: left; margin: 0px 0px 5px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .tpro-testimonial-date { color: #444444; font-size: 15px; line-height: 20px; text-transform: none; letter-spacing: 0px; text-align: left; margin: 0px 0px 6px; }#sp-testimonial-pro-6183.sp-testimonial-pro-section .sp-testimonial-pro { border: 1px solid #e3e3e3; background: #f5f5f5; border-radius: 0px; padding: 22px; }.wp-block-uagb-advanced-heading h1, .wp-block-uagb-advanced-heading h2, .wp-block-uagb-advanced-heading h3, .wp-block-uagb-advanced-heading h4, .wp-block-uagb-advanced-heading h5, .wp-block-uagb-advanced-heading h6, .wp-block-uagb-advanced-heading p, .wp-block-uagb-advanced-heading div { word-break: break-word; }.wp-block-uagb-advanced-heading .uagb-heading-text { margin: 0px; }.uagb-buttons__outer-wrap .uagb-buttons__wrap { display: inline-flex; width: 100%; }.uagb-buttons__outer-wrap .uagb-buttons-repeater { display: flex; justify-content: center; align-items: center; transition:box-shadow 0.2s ease; }.uagb-block-427391e4.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap { gap: 10px; }.uagb-block-427391e4.uagb-buttons__outer-wrap .uagb-buttons__wrap { justify-content: center; align-items: center; }.wp-block-uagb-buttons .uagb-block-00fa8144.wp-block-uagb-buttons-child .uagb-buttons-repeater { background: #ff7350; }.wp-block-uagb-buttons .uagb-block-00fa8144 .wp-block-button__link { background: #ff7350; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-button__wrapper .uagb-buttons-repeater { font-weight: 600; font-size: 12px; color: var(--base-3); }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link { box-shadow: rgba(0, 0, 0, 0.15) 0px 18px 40px -10px; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover { box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-buttons-repeater.wp-block-button__link { border-width: 1px; border-radius: 5px; border-color: #333333; border-style: solid; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-buttons-repeater.wp-block-button__link:hover { border-color: #333333; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-buttons-repeater.wp-block-button__link:focus { border-color: #333333; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-buttons-repeater .uagb-button__link { color: var(--base-3); font-weight: 600; font-size: 12px; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-button__link { text-decoration: none; font-weight: 600; }@media only screen and (max-width: 976px){.uagb-block-427391e4.uagb-buttons__outer-wrap .uagb-buttons__wrap .wp-block-button { width: auto; }.wp-block-uagb-buttons .uagb-block-00fa8144 .uagb-buttons-repeater.wp-block-button__link { border-style: solid; border-color: #333333; }}:root { --sun: #F59E0B; --sun-50: #FFFBEB; --sun-100: #FEF3C7; --sun-200: #FDE68A; --sun-dk: #92400E; --terra: #C2410C; --dark: #1C1917; --dark2: #292524; --dark3: #44403C; --muted: #78716C; --muted2: #A8A29E; --bg: #FAFAF9; --white: #FFFFFF; --green: #25D366; --sky50: #F0F9FF; --sky: #075985; --border: rgba(0,0,0,0.08); --r: 14px; --rsm: 9px; --rxs: 6px; --W: 1160px; --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --serif: Georgia, 'Times New Roman', serif; }*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }html { scroll-behavior: smooth; text-size-adjust: 100%; }body { background: var(--bg); color: var(--dark3); font-family: var(--serif); font-size: 16px; line-height: 1.78; min-height: 100vh; }img, video { max-width: 100%; height: auto; display: block; }a { color: inherit; text-decoration: none; }button { cursor: pointer; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: none; }svg { display: inline-block; vertical-align: middle; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }.sr-only:focus { position: fixed; top: 8px; left: 8px; width: auto; height: auto; padding: 8px 16px; background: var(--sun); color: var(--dark); font-weight: 700; border-radius: var(--rxs); clip: auto; z-index: 9999; }.wrap { max-width: var(--W); margin: 0px auto; padding: 0px 24px; width: 100%; }#rp-header { background: var(--dark); position: sticky; top: 0px; z-index: 500; box-shadow: rgba(255, 255, 255, 0.06) 0px 2px 0px, rgba(0, 0, 0, 0.3) 0px 4px 20px; }.rp-header-wrap { display: flex; align-items: center; height: 60px; gap: 16px; }.rp-logo { flex: 1 1 0%; display: flex; flex-direction: column; gap: 1px; }.rp-logo-name { font-family: var(--sans); font-size: 17px; font-weight: 700; color: #fef3c7; letter-spacing: -0.3px; transition:color 0.15s ease; }.rp-logo:hover .rp-logo-name { color: var(--sun); }.rp-logo-tagline { font-family: var(--sans); font-size: 10px; color: var(--muted2); }.rp-wa-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--green); color: #ffffff; font-family: var(--sans); font-size: 13px; font-weight: 700; padding: 9px 18px; border-radius: var(--rsm); flex-shrink: 0; transition:background 0.15s ease; }.rp-wa-btn svg { width: 15px; height: 15px; }.rp-wa-btn:hover { background: #1ebe5d; }.rp-burger { display: none; flex-direction: column; gap: 5px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--rxs); }.rp-burger span { display: block; width: 18px; height: 2px; background: #d6d3d1; border-radius: 2px; transition:background, transform, opacity 0.15s, 0.2s, 0.2s ease, ease, ease; }.rp-burger:hover span { background: var(--sun); }#rp-nav { background: var(--dark2); border-bottom: 1px solid rgba(255, 255, 255, 0.06); position: sticky; top: 60px; z-index: 499; }#rp-nav .wrap { display: flex; align-items: stretch; }.rp-nav-list { list-style: none; display: flex; align-items: stretch; flex-wrap: nowrap; gap: 0px; }.rp-nav-list > li { position: relative; }.rp-nav-list > li > a { display: flex; align-items: center; font-family: var(--sans); font-size: 12.5px; color: var(--muted2); padding: 12px 14px; border-bottom: 2px solid transparent; white-space: nowrap; transition:color, border-color, background 0.15s, 0.15s, 0.15s ease, ease, ease; }.rp-nav-list > li > a:hover, .rp-nav-list > li.current-menu-item > a, .rp-nav-list > li.current-menu-ancestor > a { color: var(--sun); border-bottom-color: var(--sun); background: rgba(255, 255, 255, 0.04); }.rp-nav-list li ul { display: none; position: absolute; top: 100%; left: 0px; background: var(--dark); border-width: medium 0.5px 0.5px; border-style: none solid solid; border-color: currentcolor rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08); border-image: none; border-radius: 0 0 var(--rsm) var(--rsm); box-shadow: rgba(0, 0, 0, 0.45) 0px 12px 32px; min-width: 220px; padding: 6px 0px; list-style: none; z-index: 600; }.rp-nav-list > li:hover > ul { display: block; }.rp-nav-list li ul li a { display: block; font-family: var(--sans); font-size: 12px; color: var(--muted2); padding: 9px 20px; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; transition:color, background 0.15s, 0.15s ease, ease; }.rp-nav-list li ul li a:hover { color: var(--sun); background: rgba(255, 255, 255, 0.05); }#rp-footer { background: var(--dark2); padding: 44px 0px 24px; }.rp-footer-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }.rp-footer-logo { font-family: var(--sans); font-size: 18px; font-weight: 700; color: #fef3c7; }.rp-footer-logo span { color: var(--sun); }.rp-footer-brand p { font-family: var(--sans); font-size: 12px; color: var(--muted); margin-top: 4px; }.rp-footer-nav { display: flex; gap: 4px; flex-wrap: wrap; justify-content: center; }.rp-footer-nav a { font-family: var(--sans); font-size: 12px; color: var(--muted2); padding: 5px 10px; border-radius: var(--rxs); transition:color, background 0.15s, 0.15s ease, ease; }.rp-footer-nav a:hover { color: var(--sun); background: rgba(255, 255, 255, 0.05); }.rp-footer-contact { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }.rp-footer-contact a { display: flex; align-items: center; gap: 7px; font-family: var(--sans); font-size: 13px; color: var(--muted2); transition:color 0.15s ease; }.rp-footer-contact a svg { width: 15px; height: 15px; }.rp-footer-contact a:hover { color: var(--sun); }.rp-footer-copy { font-family: var(--sans); font-size: 11px; color: var(--muted); padding-top: 10px; border-top: 0.5px solid rgba(255, 255, 255, 0.06); width: 100%; text-align: center; }.rp-page { background: var(--bg); padding: 48px 0px 64px; }.rp-entry-title { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--dark); line-height: 1.18; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid var(--sun); }.rp-entry-content { font-size: 16px; line-height: 1.78; color: var(--dark3); }.rp-entry-content h2 { font-size: 21px; font-weight: 700; color: var(--dark); margin: 2.2rem 0px 0.7rem; padding-bottom: 0.4rem; border-bottom: 3px solid var(--sun); display: inline-block; }.rp-entry-content h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin: 1.7rem 0px 0.5rem; }.rp-entry-content a { color: var(--sky); text-decoration: underline; text-underline-offset: 3px; transition:color 0.15s ease; }.rp-entry-content a:hover { color: var(--terra); }.rp-entry-content p { margin-bottom: 1rem; }.rp-entry-content img { border-radius: var(--rsm); margin: 1rem 0px; }.rp-entry-content strong { color: var(--dark); }.rp-entry-content .has-background[style*="#dbf2c5"] { background: var(--sky50) !important; border: 1px solid rgba(14, 165, 233, 0.18) !important; border-radius: var(--r) !important; padding: 22px 26px !important; }.rp-entry-content a[style*="background-color:#f9ab00"], .rp-entry-content a[style*="background-color: #f9ab00"] { background: var(--sun) !important; color: var(--sun-dk) !important; padding: 11px 22px !important; border-radius: var(--rsm) !important; font-weight: 700 !important; text-decoration: none !important; display: inline-block !important; font-family: var(--sans) !important; }@media (max-width: 1024px){.rp-nav-list > li > a { padding: 12px 11px; font-size: 12px; }}@media (max-width: 768px){.wrap { padding: 0px 16px; }.rp-header-wrap { height: 54px; }.rp-wa-btn { display: none; }.rp-burger { display: flex; }#rp-nav { display: none; position: fixed; top: 54px; left: 0px; right: 0px; background: var(--dark); border-bottom: 1px solid rgba(255, 255, 255, 0.08); box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 40px; z-index: 498; max-height: calc(-54px + 100vh); overflow-y: auto; }#rp-nav .wrap { padding: 8px 0px 12px; }.rp-nav-list { flex-direction: column; gap: 0px; }.rp-nav-list > li > a { padding: 13px 20px; font-size: 14px; border-bottom: 0.5px solid rgba(255, 255, 255, 0.04); border-left-width: medium; border-left-style: none; border-left-color: currentcolor; }.rp-nav-list > li > a:hover, .rp-nav-list > li.current-menu-item > a { border-bottom-color: rgba(255, 255, 255, 0.04); border-bottom-width: 0.5px; }.rp-nav-list li ul { display: block; position: static; background: rgba(0, 0, 0, 0.2); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 0px; box-shadow: none; padding: 0px 0px 0px 20px; min-width: auto; }.rp-nav-list li ul li a { padding: 9px 16px; }.rp-footer-contact { flex-direction: column; gap: 10px; align-items: center; }.rp-page { padding: 32px 0px 48px; }.rp-entry-title { font-size: 22px; }.rp-entry-content h2 { font-size: 18px; display: block; }.rp-entry-content { font-size: 15px; }}.rp-header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }.rp-logo { min-width: 0px; flex: 1 1 0%; }.rp-logo-name { white-space: normal; word-break: break-word; line-height: 1.2; }.rp-header-wrap { height: auto; min-height: 60px; padding-top: 10px; padding-bottom: 10px; align-items: center; }@media (max-width: 900px){.rp-logo-tagline { display: none; }}@media (max-width: 768px){.rp-header-wrap { min-height: 52px; padding-top: 8px; padding-bottom: 8px; gap: 12px; }.rp-logo-name { font-size: 15px; }.rp-wa-btn { padding: 9px 12px; font-size: 0px; gap: 0px; }.rp-wa-btn svg { width: 18px; height: 18px; }}.rp-breadcrumb { margin-bottom: 1.5rem; padding: 10px 14px; background: var(--sun-50); border-left: 3px solid var(--sun); border-radius: var(--rxs); }.rp-breadcrumb .rank-math-breadcrumb, .rp-breadcrumb { font-family: var(--sans); font-size: 12.5px; color: var(--muted); line-height: 1.5; }.rp-breadcrumb a { color: var(--sky); text-decoration: none; transition:color 0.15s ease; }.rp-breadcrumb a:hover { color: var(--terra); }.rp-breadcrumb .separator { color: var(--muted2); margin: 0px 4px; }.rp-breadcrumb span:last-child, .rp-breadcrumb .last { color: var(--dark3); font-weight: 500; }.rp-content-wrap { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; padding-top: 40px; padding-bottom: 60px; min-height: 0px; }.rp-content-area { min-width: 0px; }.rp-sidebar { position: sticky; top: 120px; align-self: start; max-height: calc(-140px + 100vh); overflow-y: auto; }.rp-sidebar .widget { background: var(--white); border: 0.5px solid var(--border); border-radius: var(--r); padding: 20px 22px; margin-bottom: 20px; }.rp-sidebar .widget:last-child { margin-bottom: 0px; }.rp-sidebar .widget ul { list-style: none; padding: 0px; margin: 0px; }.rp-sidebar .widget ul li { border-bottom: 0.5px solid var(--border); padding: 6px 0px; }.rp-sidebar .widget ul li:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }.rp-sidebar .widget ul li a { font-family: var(--sans); font-size: 13px; color: var(--sky); text-decoration: none; transition:color 0.15s ease; display: block; line-height: 1.4; }.rp-sidebar .widget ul li a:hover { color: var(--terra); }@media (max-width: 1024px){.rp-content-wrap { grid-template-columns: 1fr 240px; gap: 28px; }}@media (max-width: 768px){.rp-content-wrap { grid-template-columns: 1fr; gap: 32px; padding-top: 28px; padding-bottom: 40px; }.rp-sidebar { position: static; }}.sp-tpro-fronted-form .sp-tpro-form-field:not(.testimonial-record_video) { margin-bottom: 24px; }.sp-tpro-fronted-form .sp-tpro-form-field.tpro-checkbox-field { margin: 10px 0px; }.sp-tpro-fronted-form .sp-tpro-form-field input:focus, .sp-tpro-fronted-form .sp-tpro-form-field textarea:focus { outline: 0px; }.sp-tpro-fronted-form .sp-tpro-form-field input[type="email"], .sp-tpro-fronted-form .sp-tpro-form-field input[type="text"] { width: 100%; max-width: 450px; border: 1px solid #dddddd; padding: 8px 14px; border-radius: 4px; font-size: 14px; line-height: 1; box-sizing: border-box; }.sp-tpro-fronted-form .sp-tpro-form-field textarea { width: 100%; max-width: 450px; border: 1px solid #dddddd; padding: 10px 14px; font-size: 14px; border-radius: 4px; margin-bottom: -8px; }.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after, .sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_before { font-family: Roboto; color: #444444; font-size: 13px; font-style: italic; font-weight: 400; line-height: 20px; letter-spacing: 0px; white-space: pre; }.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field-img { position: relative; width: 450px; }.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.photo, .sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.social-profiles { display: block; }.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field { position: relative; }.sp-tpro-fronted-form input[type="file"] { font-size: 14px; line-height: 21px; }.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type="submit"], .sp-tpro-fronted-form .sp-tpro-form-submit-button input[type="submit"]:focus { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; outline: 0px; cursor: pointer; }.sp-tpro-fronted-form .sp-tpro-form-field label { margin-bottom: 5px; }.sp-tpro-form-field.tpro-checkbox-field { position: relative; }.sp-tpro-form-field.tpro-checkbox-field label { display: inline; }.sp-testimonial-form-container span.sp-required-asterisk-symbol { font-size: 18px; margin-left: 2px; color: #e22316; font-weight: 400; }.sp-testimonial-form-container .sp-testimonial-required-message { font-size: 14px; color: #444444; font-weight: 400; padding-bottom: 6px; }@keyframes open { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes close { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes import-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field.sp-tpro-form-submit-button { position: relative; display: flex; }.sp-tpro-fronted-form .sp-tpro-form-field .sp-tpro-form-submit-button .submit-button-wrapper { display: flex; align-items: center; flex-flow: row-reverse; }@font-face{font-family:"Trustindex Poppins";font-weight:400;font-style:normal;unicode-range:U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src:url(https://www.rzym-przewodnik.it/wp-content/swift-ai/cache/www.rzym-przewodnik.it/opinie/__data/latin-extb3360e19.woff) format('woff2');font-display:swap;}@font-face{font-family:"Trustindex Poppins";font-weight:400;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://www.rzym-przewodnik.it/wp-content/swift-ai/cache/www.rzym-przewodnik.it/opinie/__data/latind5bc0420.woff) format('woff2');font-display:swap;}@font-face{font-family:"Trustindex Poppins";font-weight:600;font-style:normal;unicode-range:U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src:url(https://www.rzym-przewodnik.it/wp-content/swift-ai/cache/www.rzym-przewodnik.it/opinie/__data/latin-ext-6009b5c290e.woff) format('woff2');font-display:swap;}@font-face{font-family:"Trustindex Poppins";font-weight:600;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://www.rzym-przewodnik.it/wp-content/swift-ai/cache/www.rzym-przewodnik.it/opinie/__data/latin-6000151f540.woff) format('woff2');font-display:swap;}.ti-widget[data-layout-id="80"][data-set-id="light-background"] { width: 100%; display: block; overflow: hidden; text-align: left; direction: ltr; box-sizing: border-box; font-family: unset; font-weight: 400; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] img { box-shadow: unset !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] *, .ti-widget[data-layout-id="80"][data-set-id="light-background"] ::after { box-sizing: border-box; }.ti-widget[data-layout-id="80"][data-set-id="light-background"]::before { display: none !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] img { padding: 0px !important; margin: 0px !important; min-width: initial !important; max-width: initial !important; border: 0px !important; border-radius: 0px !important; aspect-ratio: initial !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] img.emoji { width: 15px; display: inline; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] a { color: inherit; text-decoration: underline !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container * { font-family: "Trustindex Poppins"; font-size: 14px; line-height: 1.4em; box-sizing: border-box; gap: unset !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] strong, .ti-widget[data-layout-id="80"][data-set-id="light-background"] strong * { font-weight: 600; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-tooltip, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-tooltip { text-align: left; padding: 5px 10px; border-radius: 6px; font-weight: 400; position: absolute; top: -5px; white-space: nowrap; z-index: 3; opacity: 0; visibility: hidden; transition:opacity 0.3s ease-in-out; width: max-content; box-shadow: rgba(0, 0, 0, 0.33) 0px 4px 12px; --ti-border-arrow-color: black; margin-top: unset; margin-bottom: unset; margin-left: unset; bottom: unset; left: unset; right: calc(100% + 10px); margin-right: 30px; color: white !important; background-color: black !important; font-size: 13px !important; display: inline-block !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-tooltip::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-tooltip::before { width: 0px; height: 0px; border-style: solid; position: absolute; top: 50%; margin-top: -7px; content: "" !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-tooltip::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-tooltip::before { left: unset; right: -7px; border-width: 7px 0px 7px 7px; border-color: transparent transparent transparent var(--ti-border-arrow-color); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-with-tooltip, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-review { position: relative; font-size: inherit; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-with-tooltip:hover .ti-tooltip, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-with-tooltip:hover .ti-verified-tooltip, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-review:hover .ti-tooltip, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-review:hover .ti-verified-tooltip { opacity: 1; margin: 0px; visibility: visible; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-tooltip { margin-top: unset; margin-right: unset; margin-bottom: unset; right: unset; left: calc(100% + 10px); margin-left: 30px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-tooltip::before { right: unset; left: -7px; border-width: 7px 7px 7px 0px; border-color: transparent var(--ti-border-arrow-color) transparent transparent; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-platform .ti-verified-tooltip { width: 175px; max-width: 250px; white-space: normal; top: -10px; line-height: 1.4 !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-platform .ti-verified-tooltip::before { top: 18px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-date .ti-tooltip { margin-top: unset; margin-right: unset; margin-left: unset; top: unset; right: unset; left: calc(50% + 20px); transform: translateX(-50%); margin-bottom: 30px; bottom: calc(100% + 10px); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-date .ti-tooltip::before { top: unset; right: unset; margin-top: unset; margin-right: unset; margin-bottom: unset; left: 50%; margin-left: -25px; bottom: -7px; border-width: 7px 7px 0px; border-color: var(--ti-border-arrow-color) transparent transparent transparent; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container { display: block; color: #000000; margin-bottom: 15px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container .ti-name { font-weight: 600; font-size: 15px; overflow: hidden; padding-right: 25px; white-space: nowrap; text-overflow: ellipsis; color: #000000; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container .ti-date { color: #767676; font-size: 13px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container .ti-date .ti-tooltip { bottom: calc(100% + 8px); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-profile-img { margin: 0px 15px 0px 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-profile-img img { display: block; object-fit: cover; object-position: center top; width: 40px !important; height: 40px !important; border-radius: 30px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-profile-details { -webkit-box-flex: 1; flex: 1 1 0%; white-space: nowrap; text-overflow: ellipsis; text-align: left; display: flex; flex-direction: column; justify-content: center; min-width: 0px; margin: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-stars { margin-top: 3px; white-space: nowrap; display: block; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-star { vertical-align: unset; width: 17px !important; height: 17px !important; margin-right: 1px !important; display: inline-block !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] img.ti-star { background: none !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-disclaimer { visibility: hidden; opacity: 0; padding: 12px 24px; position: absolute; bottom: 100%; width: 100%; min-width: 220px; max-width: 585px; background: white; border: 1px solid black; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px; font-size: 14px; font-weight: normal; margin-bottom: 15px; text-align: left; z-index: 2147483647; transition: 0.3s 0.35s; right: unset; left: 50%; transform: translateX(-50%); color: #000000 !important; white-space: normal !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-disclaimer::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-disclaimer::after { left: 0px; right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-disclaimer a { font-size: inherit; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-disclaimer:hover { visibility: visible; opacity: 1; }.ti-widget[data-layout-id="80"][data-set-id="light-background"]:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"]:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer::after { position: absolute; content: ""; bottom: -18px; margin: 0px auto; width: 0px; border-width: 0px 20px 20px; border-style: none solid solid; border-color: currentcolor transparent black; transform: rotate(45deg); }.ti-widget[data-layout-id="80"][data-set-id="light-background"]:not([data-layout-category*="top-rated-badge"]) .ti-disclaimer::after { bottom: -16px; margin-right: 1px; border-bottom-color: white; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by { display: inline-block; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by .ti-info-icon { display: inline-block; background-size: contain; width: 13px; height: 13px; position: relative; top: 2px; mask-image: url(https://cdn.trustindex.io/assets/icon/ti-info-light.svg); mask-repeat: no-repeat; background-color: #000000; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row { display: block; text-align: right; font-size: 12px; color: #000000; margin-top: 12px; margin-right: 28px; margin-left: 28px; margin-bottom: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row > .ti-inner { display: inline-block; position: relative; padding: 4px 14px; font-size: 12px; font-weight: 600; border-radius: 3px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-info-icon { mask-image: url(https://cdn.trustindex.io/assets/icon/ti-info-regular.svg); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer { left: unset; transform: unset; right: -7px; width: 320px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::after, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::before { left: unset; right: 15px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row[data-style="1"] > .ti-inner { background-color: #157351; color: white; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row[data-style="1"] .ti-info-icon { background-color: white !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by:hover + .ti-disclaimer, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by .ti-inner:hover .ti-disclaimer { visibility: visible; transition-delay: 0.1ms; opacity: 1; }@media (max-width: 479px){.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row { text-align: center !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer { right: unset; left: 50%; transform: translateX(-50%); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::after { left: 0px; right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::after { margin-right: auto; right: 2px; }}.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text strong:not(.ti-rating-large), .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text strong a, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text strong span, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text span strong, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-rating-text span, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-footer, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-footer strong:not(.ti-rating-large), .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-footer span, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-footer strong a { font-size: 15px; color: #000000; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-reviews-container-wrapper .ti-inner > .ti-stars, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-reviews-container-wrapper .ti-popup-inner > .ti-stars { margin-bottom: 11px; margin-top: 11px; text-align: left; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-reviews-container { position: relative; display: block; touch-action: pan-y; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more { display: block; padding: 8px 0px 0px; text-align: left; position: relative; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more span { display: inline-block; font-weight: 400; white-space: nowrap; font-size: 13.5px; color: #000000; opacity: 0.5; transition:color 0.3s ease-out; cursor: pointer; text-decoration: none !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more span:hover { opacity: 1; text-decoration: underline !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more::after { content: ""; position: absolute; right: 0px; top: calc(50% + 3px); transform: translateY(-50%); width: 25px; height: 25px; mask-size: contain; mask-position: center center; mask-repeat: no-repeat; mask-image: url(https://cdn.trustindex.io/assets/icon/ti-quote.svg); background: #d9d9d9; display: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item { padding: 0px 8px; transition:transform 0.3s ease-out; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-inner { border-radius: 4px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item > .ti-inner { position: relative; background-color: #f4f4f4; background-image: none; border-style: solid !important; border-color: #f4f4f4 !important; border-radius: 12px !important; padding: 20px !important; margin: 0px !important; display: block !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-recommendation { display: inline-block; height: 15px; line-height: 15px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-recommendation .ti-recommendation-icon { position: relative; text-indent: 3px; display: inline-block; vertical-align: unset; margin: 0px 5px -3px !important; width: 15px !important; height: 15px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-recommendation .ti-recommendation-icon:first-child { margin-left: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-recommendation .ti-recommendation-title { font-weight: 600; opacity: 0.8; position: relative; top: -1px; font-size: 13px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-stars { height: 17px; line-height: 17px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-review-image { width: 80px; height: 80px; border-radius: 12px; margin-left: 12px; margin-bottom: 4px; margin-top: 2px; position: relative; cursor: pointer; overflow: hidden; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-review-image img { position: absolute; object-fit: cover; left: 0px; top: 0px; transition: 0.3s ease-in-out; pointer-events: none; width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; border-radius: inherit !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-review-image .ti-more-image-count { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; display: flex; align-items: center; justify-content: center; color: white; background-color: rgba(0, 0, 0, 0.4); font-size: 18px; border-radius: inherit; opacity: 0; pointer-events: none; transition: 0.2s ease-in-out; font-weight: 600; transform: scale(0.85); z-index: 2; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-review-image:hover img { transform: scale(1.1); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item .ti-review-image:hover.ti-has-more-image .ti-more-image-count { opacity: 1; transform: scale(1); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-content { -webkit-box-orient: vertical; line-height: 21.75px; height: 87px; font-size: 15px; text-align: left; transition:height 0.5s ease; overflow-wrap: break-word; word-break: break-word; font-style: normal; display: -webkit-box; -webkit-line-clamp: 4; padding-right: 0px; overflow: hidden !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-content .ti-review-image { float: right; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-header { display: flex; flex-wrap: nowrap; position: relative; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-platform-icon { position: absolute; top: 0px; right: 0px; width: 20px !important; height: 20px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-load-more-reviews-container { display: block; text-align: center; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-load-more-reviews-container .ti-load-more-reviews-button { display: inline-block; margin-top: 16px; border-style: solid; border-color: #f4f4f4; color: #000000; background: #f4f4f4; border-radius: 12px; padding: 10px 20px; font-size: 14px; cursor: pointer; transition: 0.3s ease-in-out; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-load-more-reviews-container .ti-load-more-reviews-button:hover { background-color: #dbdbdb !important; border-color: #dbdbdb !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item.ti-hide { display: none !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-review { display: inline-block; background: url(https://cdn.trustindex.io/assets/icon/ti-verified.svg) 0% 0% / contain; width: 15px; height: 15px; position: relative; z-index: 2; margin: 0px 0px 0px 7px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-recommendation + .ti-verified-review { top: 2px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] { overflow: visible !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item > .ti-inner, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-load-more-reviews-container .ti-load-more-reviews-button { backdrop-filter: blur(0px); border-width: 0px !important; background-color: #f4f4f4 !important; }.ti-image-loading, .ti-review-item .ti-review-image { background-image: url(//www.rzym-przewodnik.it/wp-content/swift-ai/images/__e/cdn.trustindex.io/assets/img/loading_dots-gif.webp); background-repeat: no-repeat; background-position: 50% 50%; background-size: 50px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] { text-align: left; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header { display: flex; flex-direction: column; position: relative; z-index: 1; background-color: #f4f4f4; backdrop-filter: blur(0px); padding: 0px 20px; border-radius: 12px; border-style: solid; border-color: #f4f4f4; border-width: 1px; margin-left: 8px; margin-right: 8px; margin-bottom: 11px; box-shadow: none; background-image: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header * { font-size: 15px; color: #000000; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs { position: relative; margin: 0px -20px 20px; padding: 0px 7px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs::after { content: ""; display: block; position: absolute; bottom: 0px; left: 0px; height: 1px; width: 100%; background: #000000; opacity: 0.1; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-items { display: flex; flex-wrap: nowrap; overflow: auto; padding: 10px 0px; scrollbar-width: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item { white-space: nowrap; display: flex; align-items: center; padding: 5px 13px; border-radius: 4px; position: relative; z-index: 1; transition:background 0.2s ease; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item * { pointer-events: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item .ti-platform-icon { display: block; z-index: 1; position: relative; width: 18px !important; height: 18px !important; margin-right: 5px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item .ti-item-label { margin-right: 5px; z-index: 1; position: relative; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item .ti-item-label:only-child { margin-right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item:not(.ti-tab-active) { cursor: pointer; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-tab-item.ti-tab-active::after { content: ""; display: block; position: absolute; background-color: #000000; height: 2px; bottom: -9px; left: 13px; width: calc(100% - 26px); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav { position: absolute; height: calc(100% + 1px); top: 0px; left: 0px; right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav > div { position: absolute; top: 0px; bottom: 3px; width: 50px; z-index: 1; cursor: pointer; display: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav > div::before { position: absolute; top: 50%; left: 50%; transform-origin: center center; display: block; content: ""; width: 8px; height: 8px; border-left: 2px solid #000000; border-top: 2px solid #000000; z-index: 1; transition: 0.2s ease-in-out; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav .ti-arrow-next { background: linear-gradient(-90deg, #f4f4f4 67%, rgba(244, 244, 244, 0) 85%); right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav .ti-arrow-next::before { transform: translateX(-50%) translateY(-50%) rotate(135deg); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav .ti-arrow-prev { left: 0px; background: linear-gradient(90deg, #f4f4f4 67%, rgba(244, 244, 244, 0) 85%); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-platform-tabs .ti-platform-tab-nav .ti-arrow-prev::before { transform: translateX(-50%) translateY(-50%) rotate(-45deg); }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content { display: none; flex-wrap: wrap; align-items: center; padding-bottom: 20px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content.ti-active { display: flex; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-logo { margin-right: 10px; height: 21px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-logo .ti-header-logo-img { position: relative; vertical-align: baseline; height: 21px !important; width: auto !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-stars { display: inline-block; vertical-align: top; margin: 1px 8px 1px 0px; line-height: 0; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-stars .ti-star { width: 18px !important; height: 18px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text { font-weight: 600; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text .ti-rating-text { margin-right: 8px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text .ti-header-rating + .ti-header-rating-reviews::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text .ti-rating-text + .ti-header-rating-reviews::before { content: ""; display: inline-block; vertical-align: top; height: 15px; width: 0px; border-left: 1px solid #000000; margin: 3px 8px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile { display: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container { margin-top: 12px; position: relative; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-header-write-btn { display: inline-block; background-color: rgba(255, 255, 255, 0); padding: 9.5px 17.5px; border-radius: 5px; border-style: solid; border-color: #767676; border-width: 1px; font-weight: 600; line-height: 1; font-size: 14px; outline: unset !important; color: #000000 !important; text-decoration: none !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container a.ti-header-write-btn:hover { background-color: #4d4d4d !important; border-color: white !important; color: #ffffff !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown { display: none; top: 33px; left: 0px; margin-top: 11px; position: absolute; background-color: #ffffff; border-radius: 4px; z-index: 1; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 11px 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown .ti-write-btn-dropdown-inner { display: block; min-width: 140px; max-height: 209px; overflow-y: auto; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown::before { position: absolute; content: ""; top: -7px; left: 10px; border-width: 0px 7px 7px; border-style: solid; border-color: transparent transparent #ffffff; border-image: none; box-shadow: rgba(0, 0, 0, 0.1) 0px -11px 11px 0px; z-index: 1; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown a { display: block; padding: 14px 17px 14px 42px; line-height: 1; transition:background-color 0.2s ease-in-out; white-space: nowrap; position: relative; color: #000000; text-decoration: none !important; font-size: 13px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown a:not(:last-child) { border-bottom: 1px solid #eeeeee; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown a .ti-platform-icon { display: inline-block; position: absolute; left: 17px; top: 50%; transform: translateY(-50%); width: 18px !important; height: 18px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown a:hover { background-color: #f3f3f3; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container { margin-top: 0px; margin-left: auto; padding: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-header-write-btn { display: inline; padding-top: 7px; padding-bottom: 7px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown { top: 28px; left: unset; right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown::before { left: unset; right: 10px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-widget-header-tick { display: none; position: absolute; left: 0px; top: 15px; width: 30px; height: 30px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; background: #1a976a; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-widget-header-tick::after { content: ""; display: inline-block; position: absolute; left: 9px; top: calc(50% - 1px); transform: translateY(-50%) rotate(45deg); height: 12px; width: 7px; margin-top: -1px; border-bottom: 3px solid white; border-right: 3px solid white; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header:has(.ti-platform-tabs) .ti-widget-header-tick { margin-top: -3px; }@media (max-width: 479px){.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content { padding-right: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-logo { flex: 0 0 100%; max-width: 100%; margin-bottom: 6px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile { display: block; flex: 0 0 100%; margin-bottom: 4px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile .ti-header-rating { margin-right: 8px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile .ti-stars, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text.ti-mobile .ti-rating-text { margin-right: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-rating-text:not(.ti-mobile) { display: none; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container { flex: 0 0 100%; max-width: 100%; margin-top: 11px; margin-bottom: 7px; margin-left: unset !important; position: relative !important; right: unset !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown { right: unset; left: 0px; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header .ti-header-content .ti-header-write-btn-container .ti-write-btn-dropdown::before { right: unset; left: 10px; }}.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-header { margin-bottom: 16px; margin-left: 0px !important; margin-right: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-widget-container { display: block; margin-bottom: -16px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-load-more-reviews-container .ti-load-more-reviews-button { margin-top: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-footer-filter-text, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row { margin-bottom: 16px; text-align: center !important; margin-left: 0px !important; margin-right: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer { right: unset !important; left: 50% !important; transform: translateX(-50%) !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::before, .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::after { left: 0px !important; right: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-verified-by-row .ti-disclaimer::after { margin-right: auto !important; right: 2px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-item { margin-bottom: 16px; padding: 0px !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-content { padding: 0px; height: unset; display: block; overflow: inherit !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-content .ti-inner { -webkit-box-orient: vertical; line-height: 21.75px; font-size: 15px; text-align: left; transition:height 0.5s ease; overflow-wrap: break-word; word-break: break-word; font-style: normal; display: -webkit-box; -webkit-line-clamp: 4; padding-right: 0px; height: unset; max-height: 87px; overflow: hidden !important; color: #000000 !important; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-review-content .ti-inner .ti-review-image { float: right; }.ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more[style*="opacity:0"], .ti-widget[data-layout-id="80"][data-set-id="light-background"] .ti-read-more[style*="opacity: 0"] { display: none; }#testimonial_form_6181.sp-tpro-fronted-form .tpro-social-profile-wrapper, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field input, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field textarea { max-width: 680px; }#testimonial_form_6181.sp-tpro-fronted-form { display: flex; justify-content: center; }#testimonial_form_6181.sp-tpro-fronted-form .sp-testimonial-form-container { padding: 32px; border: 0px solid #444444; border-radius: 6px; background-color: #d9f7c5; width: 680px; max-width: 100%; }#testimonial_form_6181.sp-tpro-fronted-form .tpro-social-profile-wrapper .tpro-social-profile-item, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-single .chosen-single, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field:not(.tpro-category-list-field, .tpro-social-profiles-field) .sp-testimonial-input-field:not(.sp-tpro-form-submit-button) input, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field textarea, #testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container-multi .chosen-choices { border: 1px solid #444444; border-radius: 4px; background-color: #ffffff; box-sizing: border-box; max-width: 100% !important; }#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field label { font-size: 16px; color: #444444; }#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-submit-button input[type="submit"] { color: #ffffff; background: #005bdf; padding: 15px 30px; font-size: 14px; transition: 0.25s; text-decoration: none; line-height: 1; border-radius: 4px; }#testimonial_form_6181.sp-tpro-fronted-form .sp-tpro-form-field label { font-weight: 500; }body.swift-nojs [data-s3cid="1"]{min-width: 100vw;min-height:70px;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;min-height:70px;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;max-height:40395.625px;}body.swift-nojs [data-s3cid="6"]{min-width: 100vw;max-height:40315.625px;}body.swift-nojs [data-s3cid="7"]{min-width:369px;max-height:39628.546875px;}body.swift-nojs [data-s3cid="8"]{min-width:369px;max-height:39549.796875px;}body.swift-nojs [data-s3cid="9"]{min-width:369px;}body.swift-nojs [data-s3cid="10"]{min-width:369px;max-height:39488.84375px;}body.swift-nojs [data-s3cid="11"]{min-width:369px;}body.swift-nojs [data-s3cid="12"]{min-width:315px;}body.swift-nojs [data-s3cid="14"]{min-width:369px;max-height:36627px;}body.swift-nojs [data-s3cid="15"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="16"]{min-width:369px;max-height:36627px;}body.swift-nojs [data-s3cid="17"]{min-width:389px;max-height:36627px;}body.swift-nojs [data-s3cid="18"]{min-width:389px;max-height:487px;}body.swift-nojs [data-s3cid="19"]{min-width:369px;max-height:487px;}body.swift-nojs [data-s3cid="21"]{min-width:323px;}body.swift-nojs [data-s3cid="22"]{min-width:323px;max-height:234px;}body.swift-nojs [data-s3cid="23"]{min-width:323.015625px;max-height:225px;}body.swift-nojs [data-s3cid="24"]{min-width:323px;}body.swift-nojs [data-s3cid="25"]{min-width:323px;}body.swift-nojs [data-s3cid="26"]{min-width:323px;}body.swift-nojs [data-s3cid="27"]{min-width:389px;max-height:514px;}body.swift-nojs [data-s3cid="28"]{min-width:369px;max-height:514px;}body.swift-nojs [data-s3cid="30"]{min-width:323px;}body.swift-nojs [data-s3cid="31"]{min-width:323px;max-height:286px;}body.swift-nojs [data-s3cid="32"]{min-width:316.90625px;max-height:277px;}body.swift-nojs [data-s3cid="33"]{min-width:323px;}body.swift-nojs [data-s3cid="34"]{min-width:323px;}body.swift-nojs [data-s3cid="35"]{min-width:389px;max-height:478px;}body.swift-nojs [data-s3cid="36"]{min-width:369px;max-height:478px;}body.swift-nojs [data-s3cid="38"]{min-width:323px;max-height:180px;}body.swift-nojs [data-s3cid="39"]{min-width:323px;}body.swift-nojs [data-s3cid="40"]{min-width:288.25px;}body.swift-nojs [data-s3cid="41"]{min-width:323px;}body.swift-nojs [data-s3cid="42"]{min-width:323px;}body.swift-nojs [data-s3cid="43"]{min-width:389px;max-height:488px;}body.swift-nojs [data-s3cid="44"]{min-width:369px;max-height:488px;}body.swift-nojs [data-s3cid="46"]{min-width:323px;}body.swift-nojs [data-s3cid="47"]{min-width:323px;max-height:260px;}body.swift-nojs [data-s3cid="48"]{min-width:310.875px;max-height:251px;}body.swift-nojs [data-s3cid="49"]{min-width:323px;}body.swift-nojs [data-s3cid="50"]{min-width:323px;}body.swift-nojs [data-s3cid="51"]{min-width:389px;max-height:488px;}body.swift-nojs [data-s3cid="52"]{min-width:369px;max-height:488px;}body.swift-nojs [data-s3cid="54"]{min-width:323px;}body.swift-nojs [data-s3cid="55"]{min-width:323px;max-height:260px;}body.swift-nojs [data-s3cid="56"]{min-width:322.734375px;max-height:251px;}body.swift-nojs [data-s3cid="57"]{min-width:323px;}body.swift-nojs [data-s3cid="58"]{min-width:323px;}body.swift-nojs [data-s3cid="59"]{min-width:389px;max-height:380px;}body.swift-nojs [data-s3cid="60"]{min-width:369px;max-height:380px;}body.swift-nojs [data-s3cid="62"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="63"]{min-width:323px;max-height:182px;}body.swift-nojs [data-s3cid="64"]{min-width:322.71875px;max-height:173px;}body.swift-nojs [data-s3cid="65"]{min-width:323px;}body.swift-nojs [data-s3cid="66"]{min-width:323px;}body.swift-nojs [data-s3cid="67"]{min-width:389px;max-height:586px;}body.swift-nojs [data-s3cid="68"]{min-width:369px;max-height:586px;}body.swift-nojs [data-s3cid="70"]{min-width:323px;}body.swift-nojs [data-s3cid="71"]{min-width:323px;max-height:328px;}body.swift-nojs [data-s3cid="72"]{min-width:323px;max-height:323px;}body.swift-nojs [data-s3cid="73"]{min-width:323px;}body.swift-nojs [data-s3cid="74"]{min-width:323px;}body.swift-nojs [data-s3cid="75"]{min-width:389px;max-height:666px;}body.swift-nojs [data-s3cid="76"]{min-width:369px;max-height:666px;}body.swift-nojs [data-s3cid="78"]{min-width:323px;}body.swift-nojs [data-s3cid="79"]{min-width:323px;max-height:468px;}body.swift-nojs [data-s3cid="80"]{min-width:319.046875px;max-height:459px;}body.swift-nojs [data-s3cid="81"]{min-width:323px;}body.swift-nojs [data-s3cid="82"]{min-width:323px;}body.swift-nojs [data-s3cid="83"]{min-width:389px;max-height:760px;}body.swift-nojs [data-s3cid="84"]{min-width:369px;max-height:760px;}body.swift-nojs [data-s3cid="86"]{min-width:323px;max-height:150px;}body.swift-nojs [data-s3cid="87"]{min-width:323px;max-height:442px;}body.swift-nojs [data-s3cid="88"]{min-width:321.703125px;max-height:433px;}body.swift-nojs [data-s3cid="89"]{min-width:323px;}body.swift-nojs [data-s3cid="90"]{min-width:323px;}body.swift-nojs [data-s3cid="91"]{min-width:389px;max-height:592px;}body.swift-nojs [data-s3cid="92"]{min-width:369px;max-height:592px;}body.swift-nojs [data-s3cid="94"]{min-width:323px;}body.swift-nojs [data-s3cid="95"]{min-width:323px;max-height:364px;}body.swift-nojs [data-s3cid="96"]{min-width:322.984375px;max-height:355px;}body.swift-nojs [data-s3cid="97"]{min-width:323px;}body.swift-nojs [data-s3cid="98"]{min-width:323px;}body.swift-nojs [data-s3cid="99"]{min-width:389px;max-height:958px;}body.swift-nojs [data-s3cid="100"]{min-width:369px;max-height:958px;}body.swift-nojs [data-s3cid="102"]{min-width:323px;max-height:150px;}body.swift-nojs [data-s3cid="103"]{min-width:323px;max-height:640px;}body.swift-nojs [data-s3cid="104"]{min-width:323px;max-height:635px;}body.swift-nojs [data-s3cid="105"]{min-width:323px;}body.swift-nojs [data-s3cid="106"]{min-width:323px;}body.swift-nojs [data-s3cid="107"]{min-width:389px;max-height:484px;}body.swift-nojs [data-s3cid="108"]{min-width:369px;max-height:484px;}body.swift-nojs [data-s3cid="110"]{min-width:323px;}body.swift-nojs [data-s3cid="111"]{min-width:323px;max-height:286px;}body.swift-nojs [data-s3cid="112"]{min-width:321.203125px;max-height:277px;}body.swift-nojs [data-s3cid="113"]{min-width:323px;}body.swift-nojs [data-s3cid="114"]{min-width:323px;}body.swift-nojs [data-s3cid="115"]{min-width:389px;}body.swift-nojs [data-s3cid="116"]{min-width:369px;}body.swift-nojs [data-s3cid="118"]{min-width:323px;}body.swift-nojs [data-s3cid="119"]{min-width:323px;}body.swift-nojs [data-s3cid="120"]{min-width:310.703125px;}body.swift-nojs [data-s3cid="121"]{min-width:323px;}body.swift-nojs [data-s3cid="122"]{min-width:323px;}body.swift-nojs [data-s3cid="123"]{min-width:389px;max-height:432px;}body.swift-nojs [data-s3cid="124"]{min-width:369px;max-height:432px;}body.swift-nojs [data-s3cid="126"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="127"]{min-width:323px;}body.swift-nojs [data-s3cid="128"]{min-width:311.609375px;}body.swift-nojs [data-s3cid="129"]{min-width:323px;}body.swift-nojs [data-s3cid="130"]{min-width:323px;}body.swift-nojs [data-s3cid="131"]{min-width:389px;max-height:514px;}body.swift-nojs [data-s3cid="132"]{min-width:369px;max-height:514px;}body.swift-nojs [data-s3cid="134"]{min-width:323px;}body.swift-nojs [data-s3cid="135"]{min-width:323px;max-height:286px;}body.swift-nojs [data-s3cid="136"]{min-width:320.875px;max-height:277px;}body.swift-nojs [data-s3cid="137"]{min-width:323px;}body.swift-nojs [data-s3cid="138"]{min-width:323px;}body.swift-nojs [data-s3cid="139"]{min-width:389px;max-height:448px;}body.swift-nojs [data-s3cid="140"]{min-width:369px;max-height:448px;}body.swift-nojs [data-s3cid="142"]{min-width:323px;max-height:150px;}body.swift-nojs [data-s3cid="143"]{min-width:323px;max-height:130px;}body.swift-nojs [data-s3cid="144"]{min-width:302.59375px;max-height:121px;}body.swift-nojs [data-s3cid="145"]{min-width:323px;}body.swift-nojs [data-s3cid="146"]{min-width:323px;}body.swift-nojs [data-s3cid="147"]{min-width:389px;max-height:332px;}body.swift-nojs [data-s3cid="148"]{min-width:369px;max-height:332px;}body.swift-nojs [data-s3cid="150"]{min-width:323px;}body.swift-nojs [data-s3cid="151"]{min-width:323px;max-height:104px;}body.swift-nojs [data-s3cid="152"]{max-width:138.609375px;max-height:95px;}body.swift-nojs [data-s3cid="153"]{min-width:323px;}body.swift-nojs [data-s3cid="154"]{min-width:323px;}body.swift-nojs [data-s3cid="155"]{min-width:389px;max-height:874px;}body.swift-nojs [data-s3cid="156"]{min-width:369px;max-height:874px;}body.swift-nojs [data-s3cid="158"]{min-width:323px;}body.swift-nojs [data-s3cid="159"]{min-width:323px;max-height:676px;}body.swift-nojs [data-s3cid="160"]{min-width:317.21875px;max-height:667px;}body.swift-nojs [data-s3cid="161"]{min-width:323px;}body.swift-nojs [data-s3cid="162"]{min-width:323px;}body.swift-nojs [data-s3cid="163"]{min-width:389px;max-height:878px;}body.swift-nojs [data-s3cid="164"]{min-width:369px;max-height:878px;}body.swift-nojs [data-s3cid="166"]{min-width:323px;}body.swift-nojs [data-s3cid="167"]{min-width:323px;max-height:650px;}body.swift-nojs [data-s3cid="168"]{min-width:323px;max-height:641px;}body.swift-nojs [data-s3cid="169"]{min-width:323px;}body.swift-nojs [data-s3cid="170"]{min-width:323px;}body.swift-nojs [data-s3cid="171"]{min-width:389px;max-height:666px;}body.swift-nojs [data-s3cid="172"]{min-width:369px;max-height:666px;}body.swift-nojs [data-s3cid="174"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="175"]{min-width:323px;max-height:468px;}body.swift-nojs [data-s3cid="176"]{min-width:317.359375px;max-height:459px;}body.swift-nojs [data-s3cid="177"]{min-width:323px;}body.swift-nojs [data-s3cid="178"]{min-width:323px;}body.swift-nojs [data-s3cid="179"]{min-width:389px;max-height:592px;}body.swift-nojs [data-s3cid="180"]{min-width:369px;max-height:592px;}body.swift-nojs [data-s3cid="182"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="183"]{min-width:323px;max-height:364px;}body.swift-nojs [data-s3cid="184"]{min-width:316.9375px;max-height:355px;}body.swift-nojs [data-s3cid="185"]{min-width:323px;}body.swift-nojs [data-s3cid="186"]{min-width:323px;}body.swift-nojs [data-s3cid="187"]{min-width:389px;max-height:570px;}body.swift-nojs [data-s3cid="188"]{min-width:369px;max-height:570px;}body.swift-nojs [data-s3cid="190"]{min-width:323px;max-height:90px;}body.swift-nojs [data-s3cid="191"]{min-width:323px;max-height:312px;}body.swift-nojs [data-s3cid="192"]{min-width:320.28125px;max-height:303px;}body.swift-nojs [data-s3cid="193"]{min-width:323px;}body.swift-nojs [data-s3cid="194"]{min-width:323px;}body.swift-nojs [data-s3cid="195"]{min-width:389px;max-height:522px;}body.swift-nojs [data-s3cid="196"]{min-width:369px;max-height:522px;}body.swift-nojs [data-s3cid="198"]{min-width:323px;max-height:120px;}body.swift-nojs [data-s3cid="199"]{min-width:323px;max-height:234px;}body.swift-nojs [data-s3cid="200"]{min-width:317.65625px;max-height:225px;}body.swift-nojs [data-s3cid="201"]{min-width:323px;}body.swift-nojs [data-s3cid="202"]{min-width:323px;}body.swift-nojs [data-s3cid="203"]{min-width:389px;max-height:410px;}body.swift-nojs [data-s3cid="204"]{min-width:369px;max-height:410px;}body.swift-nojs [data-s3cid="206"]{min-width:323px;}body.swift-nojs [data-s3cid="207"]{min-width:323px;max-height:182px;}body.swift-nojs [data-s3cid="208"]{min-width:313.34375px;max-height:173px;}body.swift-nojs [data-s3cid="209"]{min-width:323px;}body.swift-nojs [data-s3cid="210"]{min-width:323px;}body.swift-nojs [data-s3cid="211"]{min-width:389px;max-height:458px;}body.swift-nojs [data-s3cid="212"]{min-width:369px;max-height:458px;}body.swift-nojs [data-s3cid="214"]{min-width:323px;}body.swift-nojs [data-s3cid="215"]{min-width:323px;max-height:260px;}body.swift-nojs [data-s3cid="216"]{min-width:316.3125px;max-height:251px;}body.swift-nojs [data-s3cid="217"]{min-width:323px;}body.swift-nojs [data-s3cid="218"]{min-width:323px;}body.swift-nojs [data-s3cid="219"]{min-width:389px;max-height:562px;}body.swift-nojs [data-s3cid="220"]{min-width:369px;max-height:562px;}body.swift-nojs [data-s3cid="222"]{min-width:323px;}body.swift-nojs [data-s3cid="223"]{min-width:323px;max-height:364px;}body.swift-nojs [data-s3cid="224"]{min-width:319.625px;max-height:355px;}body.swift-nojs [data-s3cid="225"]{min-width:323px;}body.swift-nojs [data-s3cid="226"]{min-width:323px;}body.swift-nojs [data-s3cid="227"]{min-width:389px;}body.swift-nojs [data-s3cid="228"]{min-width:369px;}body.swift-nojs [data-s3cid="230"]{min-width:323px;}body.swift-nojs [data-s3cid="231"]{min-width:323px;}body.swift-nojs [data-s3cid="232"]{min-width:323px;}body.swift-nojs [data-s3cid="233"]{min-width:323px;}body.swift-nojs [data-s3cid="234"]{min-width:323px;}body.swift-nojs [data-s3cid="235"]{min-width:389px;max-height:1010px;}body.swift-nojs [data-s3cid="236"]{min-width:369px;max-height:1010px;}body.swift-nojs [data-s3cid="238"]{min-width:323px;}body.swift-nojs [data-s3cid="239"]{min-width:323px;max-height:812px;}body.swift-nojs [data-s3cid="240"]{min-width:323px;max-height:807px;}body.swift-nojs [data-s3cid="241"]{min-width:323px;}body.swift-nojs [data-s3cid="242"]{min-width:323px;}body.swift-nojs [data-s3cid="243"]{min-width:389px;max-height:514px;}body.swift-nojs [data-s3cid="244"]{min-width:369px;max-height:514px;}body.swift-nojs [data-s3cid="246"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="247"]{min-width:323px;}body.swift-nojs [data-s3cid="248"]{min-width:307.625px;}body.swift-nojs [data-s3cid="249"]{min-width:323px;}body.swift-nojs [data-s3cid="250"]{min-width:323px;}body.swift-nojs [data-s3cid="251"]{min-width:389px;max-height:980px;}body.swift-nojs [data-s3cid="252"]{min-width:369px;max-height:980px;}body.swift-nojs [data-s3cid="254"]{min-width:323px;max-height:120px;}body.swift-nojs [data-s3cid="255"]{min-width:323px;max-height:692px;}body.swift-nojs [data-s3cid="256"]{min-width:323px;max-height:687px;}body.swift-nojs [data-s3cid="257"]{min-width:323px;}body.swift-nojs [data-s3cid="258"]{min-width:323px;}body.swift-nojs [data-s3cid="259"]{min-width:389px;max-height:462px;}body.swift-nojs [data-s3cid="260"]{min-width:369px;max-height:462px;}body.swift-nojs [data-s3cid="262"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="263"]{min-width:323px;max-height:234px;}body.swift-nojs [data-s3cid="264"]{min-width:321.875px;max-height:225px;}body.swift-nojs [data-s3cid="265"]{min-width:323px;}body.swift-nojs [data-s3cid="266"]{min-width:323px;}body.swift-nojs [data-s3cid="267"]{min-width:389px;max-height:462px;}body.swift-nojs [data-s3cid="268"]{min-width:369px;max-height:462px;}body.swift-nojs [data-s3cid="270"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="271"]{min-width:323px;max-height:234px;}body.swift-nojs [data-s3cid="272"]{min-width:309.234375px;max-height:225px;}body.swift-nojs [data-s3cid="273"]{min-width:323px;}body.swift-nojs [data-s3cid="274"]{min-width:323px;}body.swift-nojs [data-s3cid="275"]{min-width:389px;max-height:618px;}body.swift-nojs [data-s3cid="276"]{min-width:369px;max-height:618px;}body.swift-nojs [data-s3cid="278"]{min-width:323px;}body.swift-nojs [data-s3cid="279"]{min-width:323px;max-height:390px;}body.swift-nojs [data-s3cid="280"]{min-width:317.671875px;max-height:381px;}body.swift-nojs [data-s3cid="281"]{min-width:323px;}body.swift-nojs [data-s3cid="282"]{min-width:323px;}body.swift-nojs [data-s3cid="283"]{min-width:389px;max-height:614px;}body.swift-nojs [data-s3cid="284"]{min-width:369px;max-height:614px;}body.swift-nojs [data-s3cid="286"]{min-width:323px;}body.swift-nojs [data-s3cid="287"]{min-width:323px;max-height:416px;}body.swift-nojs [data-s3cid="288"]{min-width:320.71875px;max-height:407px;}body.swift-nojs [data-s3cid="289"]{min-width:323px;}body.swift-nojs [data-s3cid="290"]{min-width:323px;}body.swift-nojs [data-s3cid="291"]{min-width:389px;max-height:634px;}body.swift-nojs [data-s3cid="292"]{min-width:369px;max-height:634px;}body.swift-nojs [data-s3cid="294"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="295"]{min-width:323px;max-height:406px;}body.swift-nojs [data-s3cid="296"]{min-width:323px;max-height:401px;}body.swift-nojs [data-s3cid="297"]{min-width:323px;}body.swift-nojs [data-s3cid="298"]{min-width:323px;}body.swift-nojs [data-s3cid="299"]{min-width:389px;max-height:380px;}body.swift-nojs [data-s3cid="300"]{min-width:369px;max-height:380px;}body.swift-nojs [data-s3cid="302"]{min-width:323px;}body.swift-nojs [data-s3cid="303"]{min-width:323px;max-height:182px;}body.swift-nojs [data-s3cid="304"]{min-width:308.796875px;max-height:173px;}body.swift-nojs [data-s3cid="305"]{min-width:323px;}body.swift-nojs [data-s3cid="306"]{min-width:323px;}body.swift-nojs [data-s3cid="307"]{min-width:389px;max-height:566px;}body.swift-nojs [data-s3cid="308"]{min-width:369px;max-height:566px;}body.swift-nojs [data-s3cid="310"]{min-width:323px;}body.swift-nojs [data-s3cid="311"]{min-width:323px;max-height:338px;}body.swift-nojs [data-s3cid="312"]{min-width:314.0625px;max-height:329px;}body.swift-nojs [data-s3cid="313"]{min-width:323px;}body.swift-nojs [data-s3cid="314"]{min-width:323px;}body.swift-nojs [data-s3cid="315"]{min-width:389px;max-height:640px;}body.swift-nojs [data-s3cid="316"]{min-width:369px;max-height:640px;}body.swift-nojs [data-s3cid="318"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="319"]{min-width:323px;max-height:442px;}body.swift-nojs [data-s3cid="320"]{min-width:321.234375px;max-height:433px;}body.swift-nojs [data-s3cid="321"]{min-width:323px;}body.swift-nojs [data-s3cid="322"]{min-width:323px;}body.swift-nojs [data-s3cid="323"]{min-width:389px;max-height:578px;}body.swift-nojs [data-s3cid="324"]{min-width:369px;max-height:578px;}body.swift-nojs [data-s3cid="326"]{min-width:323px;}body.swift-nojs [data-s3cid="327"]{min-width:323px;max-height:380px;}body.swift-nojs [data-s3cid="328"]{min-width:323px;max-height:375px;}body.swift-nojs [data-s3cid="329"]{min-width:323px;}body.swift-nojs [data-s3cid="330"]{min-width:323px;}body.swift-nojs [data-s3cid="331"]{min-width:389px;max-height:1226px;}body.swift-nojs [data-s3cid="332"]{min-width:369px;max-height:1226px;}body.swift-nojs [data-s3cid="334"]{min-width:323px;max-height:90px;}body.swift-nojs [data-s3cid="335"]{min-width:323px;max-height:968px;}body.swift-nojs [data-s3cid="336"]{min-width:323px;max-height:963px;}body.swift-nojs [data-s3cid="337"]{min-width:323px;}body.swift-nojs [data-s3cid="338"]{min-width:323px;}body.swift-nojs [data-s3cid="339"]{min-width:389px;max-height:570px;}body.swift-nojs [data-s3cid="340"]{min-width:369px;max-height:570px;}body.swift-nojs [data-s3cid="342"]{min-width:323px;}body.swift-nojs [data-s3cid="343"]{min-width:323px;max-height:312px;}body.swift-nojs [data-s3cid="344"]{min-width:320.59375px;max-height:303px;}body.swift-nojs [data-s3cid="345"]{min-width:323px;}body.swift-nojs [data-s3cid="346"]{min-width:323px;}body.swift-nojs [data-s3cid="347"]{min-width:389px;max-height:1038px;}body.swift-nojs [data-s3cid="348"]{min-width:369px;max-height:1038px;}body.swift-nojs [data-s3cid="350"]{min-width:323px;max-height:90px;}body.swift-nojs [data-s3cid="351"]{min-width:323px;max-height:780px;}body.swift-nojs [data-s3cid="352"]{min-width:319.5px;max-height:771px;}body.swift-nojs [data-s3cid="353"]{min-width:323px;}body.swift-nojs [data-s3cid="354"]{min-width:323px;}body.swift-nojs [data-s3cid="355"]{min-width:389px;max-height:406px;}body.swift-nojs [data-s3cid="356"]{min-width:369px;max-height:406px;}body.swift-nojs [data-s3cid="358"]{min-width:323px;}body.swift-nojs [data-s3cid="359"]{min-width:323px;max-height:208px;}body.swift-nojs [data-s3cid="360"]{min-width:318.984375px;max-height:199px;}body.swift-nojs [data-s3cid="361"]{min-width:323px;}body.swift-nojs [data-s3cid="362"]{min-width:323px;}body.swift-nojs [data-s3cid="363"]{min-width:389px;max-height:696px;}body.swift-nojs [data-s3cid="364"]{min-width:369px;max-height:696px;}body.swift-nojs [data-s3cid="366"]{min-width:323px;}body.swift-nojs [data-s3cid="367"]{min-width:323px;max-height:468px;}body.swift-nojs [data-s3cid="368"]{min-width:322.140625px;max-height:459px;}body.swift-nojs [data-s3cid="369"]{min-width:323px;}body.swift-nojs [data-s3cid="370"]{min-width:323px;}body.swift-nojs [data-s3cid="371"]{min-width:389px;max-height:380px;}body.swift-nojs [data-s3cid="372"]{min-width:369px;max-height:380px;}body.swift-nojs [data-s3cid="374"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="375"]{min-width:323px;}body.swift-nojs [data-s3cid="376"]{min-width:308.5px;}body.swift-nojs [data-s3cid="377"]{min-width:323px;}body.swift-nojs [data-s3cid="378"]{min-width:323px;}body.swift-nojs [data-s3cid="379"]{min-width:389px;max-height:618px;}body.swift-nojs [data-s3cid="380"]{min-width:369px;max-height:618px;}body.swift-nojs [data-s3cid="382"]{min-width:323px;}body.swift-nojs [data-s3cid="383"]{min-width:323px;max-height:390px;}body.swift-nojs [data-s3cid="384"]{min-width:322.109375px;max-height:381px;}body.swift-nojs [data-s3cid="385"]{min-width:323px;}body.swift-nojs [data-s3cid="386"]{min-width:323px;}body.swift-nojs [data-s3cid="387"]{min-width:389px;max-height:982px;}body.swift-nojs [data-s3cid="388"]{min-width:369px;max-height:982px;}body.swift-nojs [data-s3cid="390"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="391"]{min-width:323px;max-height:754px;}body.swift-nojs [data-s3cid="392"]{min-width:317.71875px;max-height:745px;}body.swift-nojs [data-s3cid="393"]{min-width:323px;}body.swift-nojs [data-s3cid="394"]{min-width:323px;}body.swift-nojs [data-s3cid="395"]{min-width:389px;max-height:700px;}body.swift-nojs [data-s3cid="396"]{min-width:369px;max-height:700px;}body.swift-nojs [data-s3cid="398"]{min-width:323px;}body.swift-nojs [data-s3cid="399"]{min-width:323px;max-height:442px;}body.swift-nojs [data-s3cid="400"]{min-width:315.609375px;max-height:433px;}body.swift-nojs [data-s3cid="401"]{min-width:323px;}body.swift-nojs [data-s3cid="402"]{min-width:323px;}body.swift-nojs [data-s3cid="403"]{min-width:389px;max-height:432px;}body.swift-nojs [data-s3cid="404"]{min-width:369px;max-height:432px;}body.swift-nojs [data-s3cid="406"]{min-width:323px;}body.swift-nojs [data-s3cid="407"]{min-width:323px;max-height:234px;}body.swift-nojs [data-s3cid="408"]{min-width:313.421875px;max-height:225px;}body.swift-nojs [data-s3cid="409"]{min-width:323px;}body.swift-nojs [data-s3cid="410"]{min-width:323px;}body.swift-nojs [data-s3cid="411"]{min-width:389px;max-height:596px;}body.swift-nojs [data-s3cid="412"]{min-width:369px;max-height:596px;}body.swift-nojs [data-s3cid="414"]{min-width:323px;}body.swift-nojs [data-s3cid="415"]{min-width:323px;max-height:338px;}body.swift-nojs [data-s3cid="416"]{min-width:316.984375px;max-height:329px;}body.swift-nojs [data-s3cid="417"]{min-width:323px;}body.swift-nojs [data-s3cid="418"]{min-width:323px;}body.swift-nojs [data-s3cid="419"]{min-width:389px;max-height:882px;}body.swift-nojs [data-s3cid="420"]{min-width:369px;max-height:882px;}body.swift-nojs [data-s3cid="422"]{min-width:323px;max-height:90px;}body.swift-nojs [data-s3cid="423"]{min-width:323px;max-height:624px;}body.swift-nojs [data-s3cid="424"]{min-width:321.84375px;max-height:615px;}body.swift-nojs [data-s3cid="425"]{min-width:323px;}body.swift-nojs [data-s3cid="426"]{min-width:323px;}body.swift-nojs [data-s3cid="427"]{min-width:389px;max-height:488px;}body.swift-nojs [data-s3cid="428"]{min-width:369px;max-height:488px;}body.swift-nojs [data-s3cid="430"]{min-width:323px;}body.swift-nojs [data-s3cid="431"]{min-width:323px;max-height:260px;}body.swift-nojs [data-s3cid="432"]{min-width:316.96875px;max-height:251px;}body.swift-nojs [data-s3cid="433"]{min-width:323px;}body.swift-nojs [data-s3cid="434"]{min-width:323px;}body.swift-nojs [data-s3cid="435"]{min-width:389px;max-height:514px;}body.swift-nojs [data-s3cid="436"]{min-width:369px;max-height:514px;}body.swift-nojs [data-s3cid="438"]{min-width:323px;}body.swift-nojs [data-s3cid="439"]{min-width:323px;max-height:286px;}body.swift-nojs [data-s3cid="440"]{min-width:313.625px;max-height:277px;}body.swift-nojs [data-s3cid="441"]{min-width:323px;}body.swift-nojs [data-s3cid="442"]{min-width:323px;}body.swift-nojs [data-s3cid="443"]{min-width:389px;max-height:276px;}body.swift-nojs [data-s3cid="444"]{min-width:369px;max-height:276px;}body.swift-nojs [data-s3cid="446"]{min-width:323px;}body.swift-nojs [data-s3cid="447"]{min-width:323px;max-height:78px;}body.swift-nojs [data-s3cid="448"]{min-width:171.046875px;max-height:69px;}body.swift-nojs [data-s3cid="449"]{min-width:323px;}body.swift-nojs [data-s3cid="450"]{min-width:323px;}body.swift-nojs [data-s3cid="451"]{min-width:389px;max-height:410px;}body.swift-nojs [data-s3cid="452"]{min-width:369px;max-height:410px;}body.swift-nojs [data-s3cid="454"]{min-width:323px;max-height:60px;}body.swift-nojs [data-s3cid="455"]{min-width:323px;min-height:182px;}body.swift-nojs [data-s3cid="456"]{min-width:310.265625px;min-height:173px;}body.swift-nojs [data-s3cid="457"]{min-width:323px;}body.swift-nojs [data-s3cid="458"]{min-width:323px;}body.swift-nojs [data-s3cid="459"]{min-width:389px;max-height:488px;}body.swift-nojs [data-s3cid="460"]{min-width:369px;max-height:488px;}body.swift-nojs [data-s3cid="462"]{min-width:323px;}body.swift-nojs [data-s3cid="463"]{min-width:323px;max-height:260px;}body.swift-nojs [data-s3cid="464"]{min-width:318.28125px;max-height:251px;}body.swift-nojs [data-s3cid="465"]{min-width:323px;}body.swift-nojs [data-s3cid="466"]{min-width:323px;}body.swift-nojs [data-s3cid="467"]{min-width:389px;max-height:588px;}body.swift-nojs [data-s3cid="468"]{min-width:369px;max-height:588px;}body.swift-nojs [data-s3cid="470"]{min-width:323px;max-height:30px;}body.swift-nojs [data-s3cid="471"]{min-width:323px;}body.swift-nojs [data-s3cid="472"]{min-width:320.734375px;}body.swift-nojs [data-s3cid="473"]{min-width:323px;}body.swift-nojs [data-s3cid="474"]{min-width:323px;}body.swift-nojs [data-s3cid="475"]{min-width:389px;max-height:672px;}body.swift-nojs [data-s3cid="476"]{min-width:369px;max-height:672px;}body.swift-nojs [data-s3cid="478"]{min-width:323px;}body.swift-nojs [data-s3cid="479"]{min-width:323px;max-height:474px;}body.swift-nojs [data-s3cid="480"]{min-width:323px;max-height:469px;}body.swift-nojs [data-s3cid="481"]{min-width:323px;}body.swift-nojs [data-s3cid="482"]{min-width:323px;}body.swift-nojs [data-s3cid="483"]{min-width:389px;max-height:436px;}body.swift-nojs [data-s3cid="484"]{min-width:369px;max-height:436px;}body.swift-nojs [data-s3cid="486"]{min-width:323px;}body.swift-nojs [data-s3cid="487"]{min-width:323px;max-height:208px;}body.swift-nojs [data-s3cid="488"]{min-width:317.21875px;max-height:199px;}body.swift-nojs [data-s3cid="489"]{min-width:323px;}body.swift-nojs [data-s3cid="490"]{min-width:323px;}body.swift-nojs [data-s3cid="491"]{min-width:389px;max-height:440px;}body.swift-nojs [data-s3cid="492"]{min-width:369px;max-height:440px;}body.swift-nojs [data-s3cid="494"]{min-width:323px;max-height:90px;}body.swift-nojs [data-s3cid="495"]{min-width:323px;max-height:182px;}body.swift-nojs [data-s3cid="496"]{min-width:318.28125px;max-height:173px;}body.swift-nojs [data-s3cid="497"]{min-width:323px;}body.swift-nojs [data-s3cid="498"]{min-width:323px;}body.swift-nojs [data-s3cid="499"]{min-width:369px;}body.swift-nojs [data-s3cid="500"]{min-width:369px;}body.swift-nojs [data-s3cid="501"]{min-width:369px;}body.swift-nojs [data-s3cid="502"]{min-width:305px;}body.swift-nojs [data-s3cid="503"]{min-width:305px;}body.swift-nojs [data-s3cid="504"]{min-width:305px;}body.swift-nojs [data-s3cid="505"]{min-width:305px;}body.swift-nojs [data-s3cid="506"]{min-width:305px;}body.swift-nojs [data-s3cid="507"]{min-width:305px;}body.swift-nojs [data-s3cid="508"]{min-width:305px;}body.swift-nojs [data-s3cid="509"]{min-width:305px;}body.swift-nojs [data-s3cid="510"]{min-width:305px;}body.swift-nojs [data-s3cid="512"]{min-width:305px;}body.swift-nojs [data-s3cid="513"]{min-width:305px;}body.swift-nojs [data-s3cid="514"]{min-width:305px;}body.swift-nojs [data-s3cid="515"]{min-width:305px;}body.swift-nojs [data-s3cid="516"]{min-width:305px;}body.swift-nojs [data-s3cid="517"]{min-width:305px;}body.swift-nojs [data-s3cid="518"]{min-width:305px;}body.swift-nojs [data-s3cid="519"]{min-width:305px;}body.swift-nojs [data-s3cid="520"]{min-width:305px;}body.swift-nojs [data-s3cid="521"]{min-width:305px;}body.swift-nojs [data-s3cid="522"]{min-width:305px;}body.swift-nojs [data-s3cid="523"]{min-width:305px;}body.swift-nojs [data-s3cid="525"]{min-width:369px;}body.swift-nojs [data-s3cid="526"]{min-width:323px;}body.swift-nojs [data-s3cid="527"]{min-width:323px;}body.swift-nojs [data-s3cid="531"]{min-width:369px;}body.swift-nojs [data-s3cid="532"]{min-width:369px;}body.swift-nojs [data-s3cid="533"]{min-width:323px;}body.swift-nojs [data-s3cid="534"]{min-width: 100vw;}body.swift-nojs [data-s3cid="535"]{min-width: 100vw;}body.swift-nojs [data-s3cid="536"]{min-width:369px;}body.swift-nojs [data-s3cid="538"]{min-width:369px;}html{opacity:1}}