@layer swift3 {: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; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }html :where([style*="border-width"]) { border-style: solid; }html :where(img[class*="wp-image-"]) { height: auto; max-width: 100%; }:where(figure) { margin: 0px 0px 1em; }.wp-block-image > a, .wp-block-image > figure > a { display: inline-block; }.wp-block-image img { box-sizing: border-box; height: auto; max-width: 100%; vertical-align: bottom; }@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }.wp-block-image { margin: 0px 0px 1em; }.wp-block-columns { box-sizing: border-box; display: flex; flex-wrap: wrap !important; }@media (min-width: 782px){.wp-block-columns { flex-wrap: nowrap !important; }}.wp-block-columns { align-items: normal !important; }@media (min-width: 782px){.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 0px; flex-grow: 1; }}:where(.wp-block-columns) { margin-bottom: 1.75em; }.wp-block-column { flex-grow: 1; min-width: 0px; overflow-wrap: break-word; word-break: break-word; }.wp-block-column.is-vertically-aligned-center { align-self: center; }.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top { width: 100%; }.wp-block-spacer { clear: both; }: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: 12px; --wp--preset--font-size--medium: 16px; --wp--preset--font-size--large: 24px; --wp--preset--font-size--x-large: 32px; --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; }:root { --wp--style--global--content-size: 800px; --wp--style--global--wide-size: 1200px; }:where(body) { margin: 0px; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flex) { gap: 24px; }body .is-layout-flex { display: flex; }.is-layout-flex { flex-wrap: wrap; align-items: center; }.is-layout-flex > :is(*, div) { margin: 0px; }body { padding: 0px; }a:where(:not(.wp-element-button)) { text-decoration: underline; }@font-face { font-family: "Encode Sans Condensed"; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/encodesanscondensed/v11/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2hq-MLQwFIg.woff2) format("woff2"); 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; }@font-face { font-family: "Encode Sans Condensed"; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/encodesanscondensed/v11/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYyZAC4ICHiYFQ.woff2) format("woff2"); 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; }@font-face { font-family: "Encode Sans Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/encodesanscondensed/v11/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYuZAC4ICHiYFQ.woff2) format("woff2"); 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; }@font-face { font-family: "Encode Sans Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/encodesanscondensed/v11/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqZAC4ICHiYFQ.woff2) format("woff2"); 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; }@font-face{font-family:"Oxygen";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://ocaminhoneirolegal.com.br/wp-content/swift-ai/cache/ocaminhoneirolegal.com.br/__data/2sDfZG1Wl4LcnbuKjk0mRUe0Awc8a69061.woff) format('woff2');font-display:swap;}:root { --solid-white: #ffffff; }html { line-height: 1.15; text-size-adjust: 100%; }article, aside, footer, header, nav, section { display: block; }figcaption, figure, main { display: block; }figure { margin: 0px; }a { text-decoration: none; background-color: transparent; }b, strong { font-weight: inherit; }b, strong { font-weight: bolder; }img { display: block; border-style: none; }svg:not(:root) { overflow: hidden; }p, button, input, optgroup, select, textarea { margin: 0px; }button, input { overflow: visible; }button, select { text-transform: none; }button, html [type="button"], [type="reset"], [type="submit"] { appearance: button; }[type="search"] { appearance: none !important; }[type="search"]:focus { appearance: none !important; }[type="search"] { appearance: textfield; outline-offset: -2px; }[hidden] { display: none; }body { margin: 0px; }ul, ol { list-style: none; margin: 0px; padding: 0px; }img { height: auto; }img, iframe, embed { max-width: 100%; }input, textarea, select { outline: 0px; border-radius: 0px; }h1, h2, h3, h4, h5, h6 { margin: 0px; line-height: normal; clear: both; }article a { transition:transform 0.5s cubic-bezier(0, 0, 0.42, 1.21); }html { box-sizing: border-box; }*, ::before, ::after { box-sizing: inherit; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); white-space: nowrap; height: 1px; width: 1px; overflow: hidden; position: absolute !important; }.screen-reader-text:focus { display: block; height: auto; left: 5px; top: 5px; width: auto; z-index: 100000; clip: auto !important; }strong { font-weight: bold; }em, cite, address { font-style: italic; }h2 { font-size: 36px; }h3 { font-size: 30px; }h4 { font-size: 24px; }h5 { font-size: 22px; }h6 { font-size: 20px; }p { margin-bottom: 15px; }input[type="submit"]:focus-visible { outline: #000000 solid 2px; outline-offset: 2px; }.newsx-flex { display: flex; flex-wrap: wrap; }.newsx-flex-nowrap { display: flex; }.newsx-inline-flex { display: inline-flex; align-items: center; flex-wrap: wrap; align-content: center; }.newsx-flex-center { display: flex; place-content: center; align-items: center; }.newsx-flex-center-vr { display: flex; align-items: center; align-content: center; overflow: hidden; }.newsx-full-stretch { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-position: center center; background-size: cover; box-sizing: border-box; }.newsx-disabled { opacity: 0.5; pointer-events: none; }.newsx-svg-icon { font-size: 0px; }.newsx-svg-icon svg { width: 20px; height: 20px; transition: 0.1s; }@-webkit-keyframes newsx-ring-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes newsx-ring-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.newsx-slider-wrap { opacity: 0; }.newsx-section-wrap { position: relative; }.newsx-builder-grid-row { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 20px; overflow-wrap: anywhere; }.newsx-grid-column-right { justify-content: flex-end; }.site-header-column { height: 100%; min-height: 0px; align-items: center; }.newsx-builder-grid-row > .site-header-column { flex-wrap: nowrap; gap: 10px; }.newsx-builder-grid-row > .site-header-column > div:not(.newsx-news-ticker, .newsx-menu-wrapper) { flex-shrink: 0; }.newsx-site-header > div { border-bottom-style: solid; }.newsx-site-footer > div { border-top-style: solid; border-bottom-style: none; }.newsx-builder-grid-row-2-equal.newsx-builder-grid-row { grid-template-columns: repeat(2, 1fr); }.newsx-builder-grid-row-3-equal.newsx-builder-grid-row { grid-template-columns: repeat(3, 1fr); }.site-footer-column > div, .site-footer-column > aside { width: 100%; }.newsx-site-title-tagline .site-title { line-height: 1; }.newsx-site-title-tagline .site-title a { transition: 0.2s; }#newsx-back-to-top { opacity: 0; display: flex; align-items: center; justify-content: center; position: fixed; right: 30px; bottom: 90px; z-index: 1000; width: 40px; height: 40px; line-height: 1; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px 0px; cursor: pointer; transition: 0.2s; }#newsx-back-to-top.newsx-trans-bg { border: 1px solid; }#newsx-back-to-top svg { width: 16px; height: 16px; fill: #ffffff; transition: 0.2s; }.newsx-site-identity { vertical-align: middle; align-items: center; gap: 10px; }.newsx-site-identity .site-description { margin-bottom: 0px; margin-left: 2px; font-weight: normal; }.newsx-nav-menu .menu-item { position: relative; white-space: nowrap; }.newsx-nav-menu .menu-item a { display: flex; align-items: center; width: 100%; transition: 0.2s; }.newsx-mobile-menu-container { display: none; margin-left: 0px; position: absolute; top: 100%; left: 0px; z-index: 999; width: 100%; }.newsx-mobile-menu-toggle { cursor: pointer; align-items: center; padding: 0.5em; user-select: none; }.newsx-mobile-menu-toggle + .newsx-mobile-menu-container { margin: 1px 0px 0px; padding-top: 10px; padding-bottom: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px; }body:not(.newsx-dark-mode) .newsx-mobile-menu-toggle + .newsx-mobile-menu-container { background-color: #ffffff; }.newsx-mobile-menu-toggle .newsx-svg-icon { margin-right: 5px; }.newsx-mobile-menu-toggle span { line-height: 1 !important; }.newsx-mobile-menu-toggle.active > span:nth-child(1), .newsx-mobile-menu-toggle > span:nth-child(2) { display: none; }.newsx-mobile-menu-toggle, .newsx-mobile-menu .sub-menu { display: none; }.newsx-mobile-menu li.newsx-mobile-drop-divider:not(:last-child) { border-bottom-width: 1px; border-bottom-style: solid; }@-webkit-keyframes wpr-ticker-icon-blink { 0% { transform: scale(1, 1); } 100% { transform: scale(3, 3); opacity: 0; } }@keyframes wpr-ticker-icon-blink { 0% { transform: scale(1, 1); } 100% { transform: scale(3, 3); opacity: 0; } }.search-form { background-color: #ffffff; }.search-form::after { border-color: #ffffff; }.newsx-header-search { position: relative; }.newsx-header-search input, .newsx-header-search input:focus, .newsx-header-search input:focus-visible { box-shadow: none; }.newsx-header-search input:focus, .newsx-header-search input:focus-visible { box-shadow: none; outline: none; }.newsx-header-search .newsx-svg-icon svg:last-child { display: none; }.newsx-search-icon { cursor: pointer; }.newsx-header-search label { width: 100%; }.newsx-header-search .search-form { display: flex; align-items: center; line-height: normal; }.newsx-header-search .search-field { outline: none; background-color: transparent; width: 100%; padding: 10px; }.newsx-search-icon { position: relative; z-index: 3; }.newsx-search-icon .newsx-svg-icon { display: flex; align-items: center; justify-content: center; }.newsx-search-submit { display: none; }.newsx-ajax-search-results { display: none; position: absolute; top: 40px; right: 0px; width: 100vw; max-width: 450px; z-index: 999; padding: 20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 0px; }.header-search-s2 .search-form { position: absolute; top: 35px; right: -10px; z-index: 999; padding: 15px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 7px 0px; opacity: 0; visibility: hidden; transition:opacity 0.2s ease-out; }.header-search-s2 .search-field { border-width: 1px; border-style: solid; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }.header-search-s2 .search-form::after { content: ""; position: absolute; top: -10px; right: 10px; width: 0px; height: 0px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom-width: 10px; border-bottom-style: solid; }.header-search-s2 label { display: flex; }.header-search-s2 .search-submit { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-left: -1px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }.header-search-s2 .search-submit svg { fill: #ffffff; width: 15px; height: 15px; }.header-search-s2 .newsx-ajax-search-results { top: 120px; right: -10px; }.newsx-header-social-icons, .newsx-footer-social-icons { gap: 10px; }.newsx-header-social-icons .newsx-social-icon, .newsx-footer-social-icons .newsx-social-icon { display: flex; align-items: center; }.newsx-header-social-icons .newsx-svg-icon + span, .newsx-footer-social-icons .newsx-svg-icon + span { margin-left: 3px; }.newsx-custom-html p { margin-bottom: 0px; }.newsx-cta-button a { padding: 5px 10px; }.newsx-cta-button a span:first-child { margin-right: 3px; }.newsx-dark-mode-switcher { position: relative; width: 40px; height: 14px; border-radius: 7px; cursor: pointer; user-select: none; }.newsx-dark-mode-switcher svg { width: 14px; height: 14px; }.newsx-dark-mode-switcher .newsx-switch-to-dark, .newsx-dark-mode-switcher .newsx-switch-to-light { position: absolute; top: -5px; left: 0px; padding: 5px; border-radius: 50%; background-color: #ffffff; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; font-size: 0px; line-height: 1; transition:left 0.3s ease; }.newsx-switch-to-light, .newsx-switch-to-dark { transition:left 0.3s ease; }.newsx-switch-to-light { visibility: hidden; opacity: 0; fill: white; }.newsx-dark-logo { display: none; }.newsx-footer-logo { display: flex; }.newsx-copyright p { margin: 0px; }.newsx-footer-menu { position: relative; }.newsx-container { margin: 0px auto; }.newsx-row-inner { margin-bottom: 10px; }.newsx-main-content { flex-grow: 1; }.home .newsx-main-content section.newsx-widget { margin-bottom: 50px; }.home .newsx-sidebar { padding-bottom: 50px; }.newsx-sidebar { flex-shrink: 0; align-self: flex-start; }.newsx-sidebar section.newsx-widget, .newsx-sidebar section.widget_block, .footer-widgets-area section.newsx-widget:not(.newsx-heading-widget), .footer-widgets-area section.widget_block:not(:last-child) { margin-bottom: 30px; }.newsx-widget-title-wrap { align-items: center; justify-content: space-between; margin-bottom: 20px; }.newsx-widget-title-wrap.newsx-s0 { align-items: flex-end; }.newsx-widget-title { position: relative; }.newsx-widget-title-text { display: inline-block; font-size: 16px; }.newsx-s0.newsx-widget-title-wrap { border-bottom-width: 2px; border-bottom-style: solid; }.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text { display: block; padding: 5px 20px; color: #ffffff; }.newsx-s1-ft.newsx-widget-title-wrap { padding-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; }.newsx-big-post { margin-bottom: 10px; }.newsx-big-post .newsx-grid-media { width: 100%; }.newsx-grid-title { word-break: break-word; }.newsx-underline-hover { transition: 0.2s cubic-bezier(0.32, 0.74, 0.57, 1); text-decoration-color: transparent; text-decoration-line: underline; text-decoration-thickness: 0.1em; }.newsx-big-post .newsx-grid-title { margin-bottom: 7px; }.newsx-grid-excerpt p { margin-bottom: 7px; }.newsx-grid-categories { margin-bottom: 10px; }.newsx-post-categories .post-categories { display: flex; flex-wrap: wrap; gap: 5px; }.newsx-post-categories a { display: block; position: relative; z-index: 1; padding: 1px 7px; color: #ffffff; }.newsx-post-categories a, .newsx-post-categories a::before { box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px 3px; transition:box-shadow 0.2s ease; }.newsx-post-categories a:hover { color: #ffffff; }.newsx-post-categories:not(.newsx-s1) a { background-color: #333333; }.newsx-grid-post-meta { align-items: center; }.newsx-grid-author a { gap: 5px; align-items: center; }.newsx-grid-read-more { margin-top: 5px; }.newsx-grid-over-media { display: flex; flex-flow: column; justify-content: flex-end; padding: 20px; }.newsx-grid-over-media .newsx-grid-categories { margin-bottom: 0px; }.newsx-grid-over-media .newsx-grid-title { margin-top: 10px; }.newsx-grid-pagination { margin-top: 20px; }.newsx-pagination-numbered > *, .newsx-grid-next-prev > div, .newsx-load-more { display: flex; justify-content: center; align-items: center; border-width: 1px; border-style: solid; }.newsx-pagination-numbered > *, .newsx-grid-next-prev > div { width: 35px; height: 35px; }.newsx-grid-next-prev svg { width: 16px; height: 16px; }.newsx-ajax-prev { margin-right: 5px; }.newsx-ajax-next, .newsx-ajax-prev, .newsx-load-more { cursor: pointer; }.newsx-magazine-layout { display: grid; gap: 5px; min-height: 300px; }.newsx-magazine-layout .newsx-grid-item { position: relative; overflow: hidden; }.newsx-magazine-layout .newsx-grid-over-media { color: #ffffff; }.newsx-media-hover-link { position: absolute; inset: 0px; }.newsx-magazine-layout .newsx-media-hover-link { background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); opacity: 0.85; transition: 0.3s; }.newsx-grid-over-media > div { position: relative; }.newsx-magazine-layout *, .newsx-magazine-layout a:hover { color: #ffffff; }.newsx-magazine-layout .newsx-grid-post-meta * { color: rgba(255, 255, 255, 0.85); }.newsx-magazine-layout-1-3 { grid-template: "main main2 main2" 1fr "main box1 box2" 1fr / 50% 1fr 1fr; }.newsx-magazine-layout-1-3 .newsx-grid-item:nth-child(1) { grid-area: main; }.newsx-magazine-layout-1-3 .newsx-grid-item:nth-child(2) { grid-area: main2; }.newsx-magazine-layout-1-3 .newsx-grid-item:nth-child(3) { grid-area: box1; }.newsx-magazine-layout-1-3 .newsx-grid-item:nth-child(4) { grid-area: box2; }.newsx-list-layout { display: grid; gap: 10px; }.newsx-list-layout .newsx-grid-item { display: flex; align-items: flex-start; gap: 15px; }.newsx-grid-media { position: relative; }.newsx-list-layout .newsx-grid-media img, .newsx-posts-feed .newsx-grid-media img { width: 100%; }.newsx-list-layout .attachment-newsx-150x100 { max-width: 150px; }.newsx-list-layout .attachment-newsx-420x280 { max-width: 420px; }.newsx-grid-item:not(:first-child) .newsx-grid-media, .newsx-list-layout-list-7 .newsx-grid-media, .newsx-list-layout-list-8 .newsx-grid-media, .newsx-list-layout-list-9 .newsx-grid-media { flex-shrink: 0; }.newsx-list-layout-list-9 .newsx-grid-media { flex: 0 0 35%; }.newsx-list-layout-list-1, .newsx-list-layout-list-3, .newsx-list-layout-list-4, .newsx-list-layout-list-5, .newsx-list-layout-list-6, .newsx-list-layout-list-8 { grid-template-columns: 1fr 1fr; }.newsx-list-layout-list-9 { grid-template-columns: 1fr 1fr 1fr; }.newsx-list-layout-list-2 .newsx-grid-item:first-child, .newsx-list-layout-list-3 .newsx-grid-item:first-child, .newsx-list-layout-list-4 .newsx-grid-item:first-child, .newsx-list-layout-list-6 .newsx-grid-item:nth-child(1), .newsx-list-layout-list-6 .newsx-grid-item:nth-child(2) { flex-direction: column; }.newsx-grid-layout .newsx-grid-over-media, .newsx-list-layout .newsx-grid-over-media { padding: 20px; }.newsx-slider-wrap, .newsx-slider-media { position: relative; }.newsx-slider-over-media { flex-direction: column; padding: 30px; background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.65)); }.newsx-slider-over-media.newsx-flex-center * { text-align: center; }.newsx-slider-over-media *, .newsx-slider-over-media .newsx-grid-read-more-link { color: #ffffff; }.newsx-slider-over-media a:hover, .newsx-slider-over-media .newsx-grid-read-more-link:hover { color: #ffffff; opacity: 0.9; }.newsx-slider-over-media .newsx-grid-post-meta { opacity: 0.85; }.newsx-slider-over-media .newsx-grid-excerpt { width: 80%; }.newsx-slider-over-media .newsx-grid-title { max-width: 80%; margin-top: 5px; margin-bottom: 10px; }.newsx-slider-over-media .newsx-grid-read-more-link { display: inline-block; padding: 5px 12px; margin-top: 10px; border: 1px solid #ffffff; }.newsx-slider-wrap .newsx-slider-prev { left: 20px; }.newsx-slider-wrap .newsx-slider-next { right: 20px; }.newsx-slider-wrap .newsx-slider-arrow { top: 50%; width: 40px; height: 40px; }.newsx-slider-wrap .newsx-slider-arrow.newsx-s4 { color: #ffffff; border: 1px solid #ffffff; }:where(.newsx-slider-3-column, .newsx-slider-4-column) .newsx-grid-excerpt { display: none; }.newsx-featured-posts .newsx-post { margin-bottom: 15px; }.newsx-featured-posts .newsx-post-image { position: relative; min-width: 150px; margin-right: 10px; }.newsx-featured-posts .newsx-post-image img { width: 100%; contain-intrinsic-size: none; }.newsx-featured-posts .attachment-newsx-150x100 { max-width: 150px; }.newsx-featured-posts .newsx-post-index { position: absolute; top: 10px; left: -13px; z-index: 2; width: 25px; height: 25px; line-height: 22px; color: #ffffff; border: 1px solid #ffffff; font-size: 12px; text-align: center; border-radius: 50%; }.newsx-featured-posts .newsx-post-meta { flex-direction: column; align-items: flex-start; }.newsx-widget .newsx-social-icons { display: grid; gap: 10px; }.newsx-widget .newsx-social-icons:hover .newsx-social-icon { opacity: 0.5; }.newsx-widget .newsx-social-icons .newsx-social-icon:hover { opacity: 1; }.newsx-widget .newsx-columns-2.newsx-social-icons { display: grid; grid-template-columns: repeat(2, 1fr); }.newsx-widget .newsx-social-icon { padding: 10px; transition: 0.2s; }.newsx-widget .newsx-social-icon:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px; }.newsx-widget .newsx-social-icon .newsx-svg-icon { margin-right: 10px; }.newsx-widget .newsx-social-icon .soc-label1 { line-height: 1; }.newsx-widget .newsx-lt-s1 .newsx-social-icon .soc-brand { display: none; }.newsx-widget .newsx-lt-s1 .newsx-social-icon .soc-meta { width: 100%; }.newsx-widget .newsx-lt-s1 .newsx-social-icon .soc-count { margin-right: 5px; }.newsx-widget .newsx-lt-s1 .newsx-social-icon .soc-label2 { margin-left: auto; }.newsx-widget .newsx-lt-s1.newsx-columns-2 .soc-label2 { width: 100%; }.newsx-single-wrap:not(.newsx-s0, .newsx-s1, .newsx-s2, .newsx-s3, .newsx-s4, .newsx-s7), .newsx-single-inner, .newsx-single-content-wrap { display: flex; }body:where(.page, .elementor-page, .elementor-editor-wp-page) #primary { flex-grow: 1; }.newsx-post-meta, .newsx-post-meta-inn-wrap, .newsx-post-meta-inner { align-items: center; }.newsx-grid-post-meta div:first-child::after, .newsx-post-meta-inn-group > ::after { content: " "; display: inline-block; width: 1px; height: 8px; margin: 2px 8px 0px; opacity: 0.5; align-self: center; }.newsx-grid-over-media .newsx-grid-post-meta div:first-child::after, .newsx-slider-over-media .newsx-grid-post-meta div:first-child::after { background-color: #ffffff; }:where(.newsx-s2, .newsx-s2-sr, .newsx-s2-br).newsx-static-sharing .sharing-icons a { border-width: 1px; border-style: solid; }:where(.newsx-s2, .newsx-s2-sr, .newsx-s2-br).newsx-float-sharing.newsx-original-colors:not(.newsx-s0) .sharing-icons a { background: #ffffff; }:where(.newsx-s2, .newsx-s2-sr, .newsx-s2-br).newsx-float-sharing .sharing-icons a { border-width: 1px; border-style: solid; }:where(.newsx-s0, .newsx-s0-nr, .newsx-s2, .newsx-s3, .newsx-s5).newsx-post-navigation .next-post { align-items: flex-end; }:where(.newsx-s0, .newsx-s0-nr).newsx-post-navigation div { align-items: center; }:where(.newsx-s0, .newsx-s0-nr).newsx-post-navigation img { width: 60px; }:where(.newsx-s1, .newsx-s2).newsx-post-author-box .author-info { justify-content: space-between; align-items: center; flex-grow: 1; }:where(.newsx-s2, .newsx-s3, .newsx-s4).newsx-post-author-box { flex-direction: column; }.newsx-post-content :where(h1, h2, h3, h4, h5, h6), .comment-text :where(h1, h2, h3, h4, h5, h6) { margin-top: 20px; margin-bottom: 10px; }.newsx-nav-menu a:hover, .newsx-nav-menu .current-menu-item > a, .newsx-nav-menu .current-menu-ancestor > a, .newsx-header-social-icons .newsx-social-icon:hover, .newsx-social-icon:hover, .newsx-cta-button:hover a, .newsx-random-post:hover a, .newsx-tabs li.active, #newsx-back-to-top.newsx-trans-bg svg, .newsx-grid-filter:hover, .newsx-grid-filter.active { color: #fb403d; }.newsx-pointer-item::after, .newsx-dark-mode-switcher .newsx-switch-to-light, .search-submit, .newsx-header-search .newsx-search-results-view-all a, .newsx-weather-header, .newsx-vplaylist-controller, .newsx-newsletter-form input[type="submit"], .newsx-s1.newsx-category-list .category-count, .newsx-post-index, .newsx-blog-pagination .current, .newsx-reading-progress-bar, .newsx-post-sources .postsource-tag a, #newsx-back-to-top:not(.newsx-trans-bg), .wp-block-search__button, .newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text, .newsx-menu-item-label, .newsx-widget :not(.newsx-original-colors) .newsx-social-icon:hover, .newsx-post-sources .source-tag a, .newsx-single-continue-reading a { background-color: #fb403d; }.newsx-nav-menu a:hover svg, .newsx-nav-menu .current-menu-item > a svg, .newsx-nav-menu .current-menu-ancestor > a svg, .newsx-header-social-icons .newsx-social-icon:hover svg, .newsx-social-icon:hover svg, .newsx-cta-button:hover svg, .newsx-header-search .newsx-search-icon:hover svg, .newsx-random-post:hover svg, .newsx-switch-to-dark:hover svg, #newsx-back-to-top.newsx-trans-bg svg, .newsx-post-sharing .sharing-icons svg:hover { fill: #fb403d; }.sub-menu, #newsx-back-to-top.newsx-trans-bg, blockquote, .newsx-widget-title-wrap, .newsx-widget-title-text, .newsx-widget-title-text::after, .newsx-widget .newsx-ring-loader div, .wp-block-quote, .newsx-menu-item-label { border-color: #fb403d; }.newsx-underline-hover:hover { text-decoration-color: #fb403d; }a { color: #fb403d; }a:hover, .newsx-table-of-contents a:hover, .wp-block-tag-cloud.is-style-outline a:hover, .newsx-grid-read-more a:hover, .newsx-breadcrumbs a:hover, .newsx-post-meta-inner div a:hover, a.comment-reply-link:hover, .newsx-post-sources .post-source:not(.source-tag) a:hover, .widget_nav_menu li a:hover, .post-page-numbers.current, .newsx-category-list li a:hover { color: #fb403d; }h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .newsx-site-title-tagline .site-title a, .newsx-header-menu-primary a, .newsx-mobile-menu-toggle, .newsx-header-social-icons .newsx-social-icon, .newsx-random-post svg, .newsx-grid-title > :where(div, p, span) a, .newsx-ajax-search-results .search-results-content a, .newsx-table-of-contents a, .newsx-grid-read-more a, .newsx-weather-content .weather-location, .newsx-weather-content .weather-temp, .newsx-post-meta-inner .newsx-post-author a, .comment-author, .comment .comment-author a, .newsx-post-content + .newsx-static-sharing .sharing-header, .newsx-single-post-media .image-caption, .newsx-newsletter-title svg, .widget_block .wp-block-quote, .widget_block .wp-block-details:not(.has-text-color) summary, table:not(.has-text-color) thead th, .widget_block table:not(.has-text-color) thead th, table:not(.has-text-color) tfoot tr, .widget_block table:not(.has-text-color) tfoot tr, .newsx-widget .soc-brand, .newsx-widget .newsx-lt-s1 .soc-label1, .newsx-widget .soc-count { color: #292929; }.newsx-header-search .newsx-search-icon svg, .newsx-post-author-box svg, .newsx-widget .newsx-social-icon svg, .newsx-header-social-icons .newsx-social-icon svg, .newsx-post-sharing .sharing-icons svg { fill: #292929; }body, button, input, select, textarea, .newsx-social-icon, .newsx-cta-button a, .newsx-random-post a, .newsx-blog-pagination > *, .newsx-breadcrumbs a, .newsx-post-sources a, .widget_nav_menu li a, .newsx-grid-view-all a, .newsx-category-list li a { color: #67737e; }.newsx-social-icon svg, .newsx-search-icon svg, .newsx-cta-button svg, .newsx-random-post svg, .newsx-switch-to-dark svg, .widget_nav_menu svg { fill: #67737e; }.search-field::placeholder, .newsx-newsletter-form input::placeholder, .wp-block-search__input::placeholder { color: rgba(103, 115, 126, 0.6); }.newsx-weather-content .weather-condition, .newsx-weather-content .weather-extra-info, .newsx-grid-date-time, .newsx-grid-author a, .newsx-grid-author a:hover, .newsx-grid-post-meta div:first-child::after, .wp-block-tag-cloud.is-style-outline a, .sharing-header, .newsx-post-meta-inner, .newsx-post-meta-inner a, .newsx-post-author-box .author-job, .newsx-related-posts .post-date, .comment-meta, .comment-meta a, .comment-respond .logged-in-as, .comment-respond .logged-in-as, .comment-respond .comment-notes, .comment-form .comment-form-cookies-consent label, .comment-form textarea::placeholder, .comment-form input::placeholder, .wpcf7-form-control::placeholder, .newsx-post-content + .newsx-static-sharing .sharing-header svg, .newsx-newsletter-form .agree-to-terms, .newsx-newsletter-policy, .newsx-archive-page-header .sub-categories span, .newsx-ajax-search-results .search-results-content span { color: #8e9ba7; }.newsx-post-meta-inn-group > div::after, .newsx-grid-post-meta div:first-child::after { background-color: #8e9ba7; }pre, button, input, select, textarea, .newsx-mobile-menu li, .newsx-cta-button, .search-form, .search-field, .newsx-ajax-search-results, .newsx-s1-ft.newsx-widget-title-wrap, .newsx-grid-filters-dropdown, .newsx-prev, .newsx-next, .newsx-load-more, .newsx-category-list li a, .newsx-tabs li, .newsx-social-icon, .newsx-blog-pagination > *, article.entry-comments, .newsx-table-of-contents a, .newsx-post-navigation, .newsx-post-navigation .newsx-divider, .comments-pagination, .newsx-post-author-box, .newsx-newsletter-wrap, .newsx-related-posts-wrap, table, td, th, .widget_block table thead, .widget_block table th, .widget_block table td, .widget_block table tfoot, .wp-block-search__input, :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper), .wp-block-tag-cloud.is-style-outline a, .widget_nav_menu li a, .wp-block-group, .wp-block-code, .wp-block-table thead, .wp-block-table tfoot, .wp-block-table td, .wp-block-table th { border-color: #e8e8e8; }.newsx-dark-mode-switcher { background-color: rgba(232, 232, 232, 0.8); }body, .site-content { background-color: #ffffff; }.newsx-offcanvas-widgets-area, .newsx-mobile-menu-container, .search-form, .newsx-ajax-search-results, .newsx-table-of-contents h3::after, .newsx-single-post-media .image-caption, .newsx-table-of-contents > div::before, .comment-form textarea, .comment-form input, .newsx-row-inner, .newsx-single-wrap, .newsx-blog-page-wrap, .newsx-archive-page-wrap, .newsx-default-page-wrap { background-color: #ffffff; }.newsx-site-footer h1, .newsx-site-footer h1 a, .newsx-site-footer h2, .newsx-site-footer h2 a, .newsx-site-footer h3, .newsx-site-footer h3 a, .newsx-site-footer h4, .newsx-site-footer h4 a, .newsx-site-footer h5, .newsx-site-footer h5 a, .newsx-site-footer h6, .newsx-site-footer h6 a, .newsx-site-footer .newsx-grid-title > :where(div, p, span) a, .newsx-site-footer a { color: #ececec; }.newsx-site-footer, .newsx-site-footer button, .newsx-site-footer input, .newsx-site-footer select, .newsx-site-footer textarea, .newsx-site-footer .newsx-social-icon, .newsx-site-footer .newsx-category-list li a { color: #adadad; }.newsx-site-footer .newsx-social-icon svg, .newsx-site-footer .newsx-search-icon svg { fill: #adadad; }.newsx-site-footer .newsx-post-meta { color: #5b5b5b; }.newsx-site-footer pre, .newsx-site-footer button, .newsx-site-footer input, .newsx-site-footer select, .newsx-site-footer textarea, .newsx-site-footer .search-form, .newsx-site-footer .search-field, .newsx-site-footer .newsx-widget-title-wrap:where(.newsx-s1-ft, .newsx-s2-ft), .newsx-site-footer .newsx-category-list.newsx-s0 li a, .newsx-site-footer .newsx-tabs li { border-color: #484748; }body, button, input, select, textarea { font-family: Oxygen; font-weight: 400; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.5; letter-spacing: 0px; }body, button, input, select, textarea { font-size: 14px; }.newsx-grid-author, .newsx-grid-date-time, .newsx-widget .newsx-post-meta, .newsx-grid-categories, .newsx-category-list.newsx-s2 .category-count, .wp-block-tag-cloud.is-style-outline, .newsx-breadcrumbs, .newsx-post-author-box .author-job, .comment-reply-link, .comment-form textarea, .comment-form input, .newsx-single-post-media .image-caption, .newsx-newsletter-form .mc4wp-form-fields input[type="email"], .newsx-newsletter-form input[type="submit"], .wpcf7-form-control, .wp-block-search__input, .wp-block-search__button { font-size: 13px; }.newsx-grid-over-media .post-categories { font-size: 12px; }h1:not(.site-title), h1 .author-name, h2, h3, h4, h5, h6, .widget_block .wp-block-quote p, .widget_block table thead th, .widget_block table tfoot tr { font-family: "Encode Sans Condensed"; font-weight: 400; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.6; letter-spacing: 0px; }h2 { font-family: "Encode Sans Condensed"; font-weight: 600; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.2; letter-spacing: 0.2px; }h2 { font-size: 32px; }h3 { font-family: "Encode Sans Condensed"; font-weight: 700; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.4; letter-spacing: 0.2px; }h3 { font-size: 20px; }h4 { font-family: "Encode Sans Condensed"; font-weight: 700; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.3; letter-spacing: 0.2px; }h4 { font-size: 17px; }h5 { font-family: "Encode Sans Condensed"; font-weight: 500; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.3; letter-spacing: 0px; }h5 { font-size: 15px; }h6 { font-family: "Encode Sans Condensed"; font-weight: 400; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.5; letter-spacing: 0px; }h6 { font-size: 13px; }.newsx-widget .newsx-social-icon .soc-brand, .newsx-widget .newsx-lt-s1 .newsx-social-icon .soc-label1, .newsx-widget .newsx-social-icon .soc-count { font-family: "Encode Sans Condensed"; font-weight: bold; }.newsx-container { max-width: 1300px; }.newsx-builder-grid-row, .newsx-row-inner, .newsx-archive-page-wrap, .newsx-blog-page-wrap, .newsx-single-wrap, .newsx-default-page-wrap, .newsx-mobile-menu-container, .newsx-widget .newsx-container { padding-left: 20px; }.newsx-builder-grid-row, .newsx-row-inner, .newsx-archive-page-wrap, .newsx-blog-page-wrap, .newsx-single-wrap, .newsx-default-page-wrap, .newsx-mobile-menu-container, .newsx-widget .newsx-container { padding-right: 20px; }.site-main .newsx-row:first-child .newsx-row-inner, .customize-partial-edit-shortcuts-shown .site-main .newsx-row:nth-child(2) .newsx-row-inner { padding-top: 30px; }.site-main .newsx-row:last-child .newsx-row-inner { margin-bottom: 0px; }.newsx-grid-media, .newsx-category-list li, .newsx-slider-media, :where(.single-format-video, .single-format-audio) .newsx-single-post-media, .wp-block-image { overflow: hidden; }.newsx-grid-media, .newsx-grid-media img, .newsx-slider-media, .newsx-post-image img, .newsx-s2.newsx-category-list li, .newsx-s1.newsx-category-list li, .newsx-vplaylist-wrap, .newsx-vplaylist-thumbs img, .wp-block-image, .newsx-ajax-search-results img, .newsx-single-post-media img, :where(.single-format-video, .single-format-audio) .newsx-single-post-media, .swiper-wrapper img, .newsx-s1.newsx-post-navigation img, .newsx-related-posts img { border-radius: 3px; }.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text { border-top-left-radius: 2px; border-top-right-radius: 2px; }input, textarea, button, .newsx-grid-read-more a, .newsx-grid-next-prev > div, .newsx-widget .newsx-social-icon, .wp-block-tag-cloud.is-style-outline a, #newsx-back-to-top, .header-search-s0 .search-form, .header-search-s2 .search-form, .newsx-ajax-search-results, .newsx-header-search .newsx-search-results-view-all a, .newsx-post-categories.newsx-s0 a, .newsx-post-categories.newsx-s1 a::before, .newsx-s0.newsx-float-sharing:not(.pos-outside) .sharing-icons, .newsx-s0.newsx-float-sharing.pos-outside .newsx-post-sharing, .newsx-post-meta .newsx-s0.newsx-static-sharing, .newsx-post-sources .source-tag a, .newsx-single-continue-reading a { border-radius: 3px; }.newsx-magazine-layout .newsx-grid-image { transition:transform 0.5s cubic-bezier(0, 0, 0.42, 1.21); }.newsx-magazine-layout .newsx-grid-media:hover .newsx-grid-image { transform: scale(1.05); }.newsx-magazine-layout .newsx-grid-media:hover .newsx-media-hover-link { opacity: 1; }:where(.newsx-grid-layout, .newsx-list-layout) .newsx-grid-image, :where(.newsx-featured-posts, .newsx-featured-tabs-widget) .newsx-post-image a, .newsx-category-list.newsx-s2 li > a { position: relative; }:where(.newsx-grid-layout, .newsx-list-layout) .newsx-grid-media > a::after, :where(.newsx-grid-layout, .newsx-list-layout) .newsx-grid-over-media > a::after, :where(.newsx-featured-posts, .newsx-featured-tabs-widget) .newsx-post-image > a::after, .newsx-category-list.newsx-s2 li > a::after { content: " "; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); transition: background 0.2s; }:where(.newsx-grid-layout, .newsx-list-layout) .newsx-grid-media > a:hover::after, :where(.newsx-grid-layout, .newsx-list-layout) .newsx-grid-over-media > a:hover::after, :where(.newsx-featured-posts, .newsx-featured-tabs-widget) .newsx-post-image > a:hover::after, .newsx-category-list.newsx-s2 li > a:hover::after { background: rgba(255, 255, 255, 0.15); }.newsx-sidebar { width: 30%; }.newsx-row-inner, .newsx-single-inner, .newsx-blog-page-inner, .newsx-archive-page-inner { gap: 60px; }.newsx-sidebar { position: sticky; top: 0px; align-self: flex-start; }.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text { background-color: #fb403d; }.newsx-widget-title-wrap, .newsx-widget-title-text, .newsx-widget-title-text::after, .newsx-widget .newsx-ring-loader div { border-color: #fb403d; }.newsx-widget-title-text { font-size: 16px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-394, .newsx-post-categories.newsx-s1 a.newsx-cat-394::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-394:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-394:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1314, .newsx-post-categories.newsx-s1 a.newsx-cat-1314::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1314:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-1314:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-32, .newsx-post-categories.newsx-s1 a.newsx-cat-32::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-32:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-32:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-493, .newsx-post-categories.newsx-s1 a.newsx-cat-493::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-493:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-493:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-33, .newsx-post-categories.newsx-s1 a.newsx-cat-33::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-33:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-33:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1238, .newsx-post-categories.newsx-s1 a.newsx-cat-1238::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1238:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-1238:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1317, .newsx-post-categories.newsx-s1 a.newsx-cat-1317::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-1317:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-1317:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-41, .newsx-post-categories.newsx-s1 a.newsx-cat-41::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-41:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-41:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-125, .newsx-post-categories.newsx-s1 a.newsx-cat-125::before { background-color: #333333; }.newsx-post-categories:not(.newsx-s1) a.newsx-cat-125:hover, .newsx-post-categories.newsx-s1 a.newsx-cat-125:hover::before { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.2) 0px 0px 5px 3px; }.newsx-site-header .newsx-top-section-wrap .newsx-builder-grid-row { min-height: 40px; }.newsx-site-header .newsx-top-section-wrap { display: block; }.newsx-site-header .newsx-top-section-wrap { background-color: #5c2500; }.newsx-site-header .newsx-top-section-wrap { border-bottom-width: 0px; }.newsx-site-header .newsx-top-section-wrap { padding: 10px; }.newsx-site-header .newsx-bottom-section-wrap .newsx-builder-grid-row { min-height: 40px; }.newsx-site-header .newsx-bottom-section-wrap { display: block; }.newsx-site-header .newsx-bottom-section-wrap { background-color: #ffffff; }.newsx-site-header .newsx-bottom-section-wrap { border-color: #e8e8e8; border-bottom-width: 1px; }.newsx-site-identity .site-logo { max-width: 70px; }.newsx-site-identity { flex-direction: row; }.newsx-site-title-tagline .site-title { display: block; }.newsx-site-title-tagline .site-description { display: block; }.newsx-site-identity { display: flex; }.newsx-site-title-tagline .site-title a { color: #ffffff; }.newsx-site-title-tagline .site-title a:hover { color: #525252; }.newsx-site-title-tagline .site-description { color: #dd9933; }.newsx-site-title-tagline, .newsx-site-title-tagline .site-title { font-family: "Encode Sans Condensed"; font-weight: 700; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1; letter-spacing: 0px; }.newsx-site-title-tagline .site-title { font-size: 20px; }.newsx-site-title-tagline .site-description { font-size: 16px; }.newsx-header-menu-primary a, .newsx-header-menu-primary + .newsx-mobile-menu-toggle span:last-of-type { font-family: "Encode Sans Condensed"; font-weight: 700; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.9; letter-spacing: 0px; }.newsx-header-menu-primary a { color: #292929; }.newsx-header-menu-primary a:hover, .newsx-header-menu-primary .current-menu-item > a { color: #fb403d; }.newsx-header-menu-primary .newsx-nav-menu > .menu-item > a { font-size: 15px; }.newsx-mobile-menu-toggle { color: #333333; }.newsx-mobile-menu-toggle svg { fill: #333333; }.newsx-mobile-menu-toggle svg { width: 20px; height: 20px; }.newsx-header-menu-primary .newsx-nav-menu > .menu-item > a { padding: 0px; }.newsx-header-menu-primary .newsx-nav-menu > .menu-item { margin-top: 0px; margin-right: 10px; margin-left: 0px; }.newsx-header-menu-primary { margin-left: 20px; }.newsx-header-social-icons { display: flex; }.newsx-header-social-icons .newsx-social-icon { color: #ffffff; }.newsx-header-social-icons .newsx-social-icon svg { fill: #ffffff; }.newsx-header-social-icons .newsx-social-icon:hover { color: #dd9933; }.newsx-header-social-icons .newsx-social-icon:hover svg { fill: #dd9933; }.newsx-header-social-icons .newsx-social-icon svg { width: 16px; height: 16px; }.newsx-header-social-icons { margin-right: 50px; margin-left: 70px; }.newsx-header-search { display: block; }.newsx-header-search .newsx-search-icon svg { fill: #ffffff; }.newsx-header-search .search-form, .header-search-s1.active .search-form { width: 300px; }.newsx-header-search { margin-right: 20px; margin-left: 10px; }.newsx-header-cta-button { display: block; }.newsx-header-cta-button a { color: #555555; }.newsx-header-cta-button svg { fill: #555555; }.newsx-header-cta-button a { font-family: Oxygen; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; text-align: left; line-height: 1.5; letter-spacing: 0px; }.newsx-header-cta-button a { font-size: 13px; }.newsx-header-cta-button svg { width: 12px; height: 12px; }.newsx-header-cta-button { border-width: 1px; border-style: solid; border-radius: 3px; }.newsx-dark-mode-switcher { display: flex; }.newsx-dark-mode-switcher { margin-left: 5px; }.newsx-site-footer .newsx-middle-section-wrap .newsx-builder-grid-row { align-items: flex-start; }.newsx-site-footer .newsx-middle-section-wrap .newsx-builder-grid-row { gap: 50px; }.newsx-site-footer .newsx-middle-section-wrap .newsx-builder-grid-row { min-height: 450px; }.newsx-site-footer .newsx-middle-section-wrap { display: block; }.newsx-site-footer .newsx-middle-section-wrap { background-color: #191919; }.newsx-site-footer .newsx-middle-section-wrap { border-color: #e8e8e8; border-top-width: 0px; }.newsx-site-footer .newsx-middle-section-wrap { padding: 80px 20px 20px; }.newsx-site-footer .newsx-bottom-section-wrap .newsx-builder-grid-row { align-items: center; }.newsx-site-footer .newsx-bottom-section-wrap .newsx-builder-grid-row { gap: 50px; }.newsx-site-footer .newsx-bottom-section-wrap .newsx-builder-grid-row { min-height: 60px; }.newsx-site-footer .newsx-bottom-section-wrap { display: block; }.newsx-site-footer .newsx-bottom-section-wrap { background-color: #111111; }.newsx-site-footer .newsx-bottom-section-wrap { border-color: #222222; border-top-width: 1px; }.newsx-footer-logo img { max-width: 110px; }.newsx-footer-logo { justify-content: flex-start; }.newsx-footer-logo { }.newsx-copyright { text-align: left; }.newsx-copyright { display: block; }.newsx-copyright { color: #888888; }.newsx-copyright { font-size: 12px; }#newsx-footer-menu { flex-direction: row; }#newsx-footer-menu { justify-content: flex-end; }#newsx-footer-menu { display: flex; }.newsx-footer-menu a { color: #888888; }.newsx-footer-menu a:hover, .newsx-footer-menu .current-menu-item > a { color: #adaaaa; }.newsx-footer-menu a { font-size: 12px; }.newsx-footer-menu .newsx-nav-menu > .menu-item > a { padding-right: 15px; }.newsx-footer-social-icons { justify-content: flex-start; }.newsx-footer-social-icons { display: flex; }.newsx-footer-social-icons a { color: #686868; }.newsx-footer-social-icons svg { fill: #686868; }.newsx-footer-social-icons svg { width: 32px; height: 32px; }.newsx-footer-custom-html-1 { display: block; }.newsx-footer-custom-html-1 { margin-bottom: 20px; }#newsx-back-to-top { display: flex; }#newsx_magazine_layout-1 .newsx-magazine-layout { height: 640px; }#newsx_magazine_layout-1 .newsx-magazine-layout { gap: 15px; }.newsx-magazine-layout-1-2 article:where(:nth-child(2), :nth-child(3)) h2, .newsx-magazine-layout-1-3 article:where(:nth-child(3), :nth-child(4)) h2, .newsx-magazine-layout-1-4 article:where(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) h2, .newsx-magazine-layout-1-1-2 article:where(:nth-child(2), :nth-child(3), :nth-child(4)) h2, .newsx-magazine-layout-2-1-2 article:where(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) h2, .newsx-magazine-layout-1-1-1 article:where(:nth-child(2), :nth-child(3)) h2, .newsx-magazine-layout-1vh-3h article:where(:nth-child(2), :nth-child(3), :nth-child(4)) h2, .newsx-magazine-layout-1-1-3 article:where(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) h2, .newsx-magazine-layout-2-3 article:where(:nth-child(3), :nth-child(4), :nth-child(5)) h2 { font-size: 26px; }#newsx_list_layout-1 :where(.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text) { background-color: #dd9933; color: #ffffff; }#newsx_list_layout-1 :where(.newsx-widget-title-wrap, .newsx-widget-title-text), #newsx_list_layout-1 .newsx-widget-title-text::after { border-color: #dd9933; }#newsx_list_layout-1 .newsx-list-layout { gap: 25px; }.newsx-list-layout-list-1 article:not(.newsx-big-post) h3, .newsx-list-layout-list-2 article:not(.newsx-big-post) h3, .newsx-list-layout-list-3 article:not(.newsx-big-post) h3, .newsx-list-layout-list-4 article:not(.newsx-big-post) h3, .newsx-list-layout-list-5 article:not(.newsx-big-post) h3, .newsx-list-layout-list-6 article:not(.newsx-big-post) h3 { font-size: 14px; }#newsx_social_icons-2 :where(.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text) { background-color: #292929; color: #ffffff; }#newsx_social_icons-2 :where(.newsx-widget-title-wrap, .newsx-widget-title-text), #newsx_social_icons-2 .newsx-widget-title-text::after { border-color: #292929; }#newsx_social_icons-2 .newsx-social-icon svg { width: 20px; height: 20px; }#newsx_social_icons-2 .newsx-social-icon { border-width: 1px; border-style: solid; }#newsx_social_icons-2 .newsx-social-icon:hover .soc-meta span { color: #ffffff; }#newsx_social_icons-2 .newsx-social-icon:hover svg { fill: #ffffff; }#newsx_social_icons-2 .newsx-facebook-si { border-color: rgba(59, 89, 152, 0.5); }#newsx_social_icons-2 .newsx-facebook-si:hover { background-color: #3b5998; box-shadow: rgba(59, 89, 152, 0.5) 0px 0px 10px; }#newsx_social_icons-2 .newsx-facebook-si svg { fill: #3b5998; }#newsx_social_icons-2 .newsx-instagram-si { border-color: rgba(176, 17, 220, 0.5); }#newsx_social_icons-2 .newsx-instagram-si:hover { background-color: #b011dc; box-shadow: rgba(176, 17, 220, 0.5) 0px 0px 10px; }#newsx_social_icons-2 .newsx-instagram-si svg { fill: #b011dc; }#newsx_social_icons-2 .newsx-tiktok-si { border-color: rgba(51, 51, 51, 0.5); }#newsx_social_icons-2 .newsx-tiktok-si:hover { background-color: #333333; box-shadow: rgba(51, 51, 51, 0.5) 0px 0px 10px; }#newsx_social_icons-2 .newsx-tiktok-si svg { fill: #333333; }#newsx_list_layout-7 :where(.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text) { background-color: #22a8d8; color: #ffffff; }#newsx_list_layout-7 :where(.newsx-widget-title-wrap, .newsx-widget-title-text), #newsx_list_layout-7 .newsx-widget-title-text::after { border-color: #22a8d8; }#newsx_list_layout-7 .newsx-list-layout { gap: 15px; }#newsx_slider_carousel-2 :where(.newsx-s0.newsx-widget-title-wrap .newsx-widget-title-text) { background-color: #000000; color: #ffffff; }#newsx_slider_carousel-2 :where(.newsx-widget-title-wrap, .newsx-widget-title-text), #newsx_slider_carousel-2 .newsx-widget-title-text::after { border-color: #000000; }.newsx-post-content a:where(:not(.wp-element-button)), .comment-text a:where(:not(.wp-element-button)), .widget_block a, .widget_rss li a { text-decoration-color: transparent; text-decoration-line: underline; }.newsx-post-content a:where(:not(.wp-element-button)), .comment-text a:where(:not(.wp-element-button)), .widget_block a, .widget_rss li a { text-decoration-color: #fb403d; }:root { --swiper-theme-color: #007aff; }.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0px; z-index: 1; display: block; }.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial); box-sizing: content-box; }.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0px, 0px); }.swiper-horizontal { touch-action: pan-y; }.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; }.swiper-backface-hidden .swiper-slide { transform: translateZ(0px); backface-visibility: hidden; }@keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }:root { --swiper-navigation-size: 44px; }.swiper-button-next, .swiper-button-prev { position: absolute; top: var(--swiper-navigation-top-offset,50%); width: calc(var(--swiper-navigation-size)/ 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color,var(--swiper-theme-color)); }.swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset,10px); right: auto; }.swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset,10px); left: auto; }.swiper-button-next::after, .swiper-button-prev::after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); letter-spacing: 0px; font-variant: initial; line-height: 1; text-transform: none !important; }.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after { content: "prev"; }.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after { content: "next"; }.swiper .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }.qlwapp__icon { color-scheme: unset; forced-color-adjust: unset; math-depth: unset; position: unset; position-anchor: unset; text-size-adjust: unset; appearance: unset; color: unset; font-feature-settings: unset; font-kerning: unset; font-language-override: unset; font-optical-sizing: unset; font-palette: unset; font-size: unset; font-size-adjust: unset; font-stretch: unset; font-synthesis: unset; font-variation-settings: unset; position-area: unset; text-orientation: unset; text-rendering: unset; text-spacing-trim: unset; -webkit-locale: unset; -webkit-text-orientation: unset; -webkit-writing-mode: unset; writing-mode: unset; zoom: unset; accent-color: unset; place-content: unset; place-items: unset; place-self: unset; alignment-baseline: unset; anchor-name: unset; anchor-scope: unset; animation-composition: unset; animation: unset; animation-trigger: unset; app-region: unset; aspect-ratio: unset; backdrop-filter: unset; backface-visibility: unset; background: unset; background-blend-mode: unset; baseline-shift: unset; baseline-source: unset; block-size: unset; border-block: unset; border: unset; border-radius: unset; border-collapse: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-inline: unset; border-shape: unset; border-start-end-radius: unset; border-start-start-radius: unset; inset: unset; box-decoration-break: unset; box-shadow: unset; box-sizing: unset; break-after: unset; break-before: unset; break-inside: unset; buffered-rendering: unset; caption-side: unset; caret-animation: unset; caret-color: unset; caret-shape: unset; clear: unset; clip: unset; clip-path: unset; clip-rule: unset; color-interpolation: unset; color-interpolation-filters: unset; color-rendering: unset; columns: unset; column-fill: unset; gap: unset; column-rule: unset; column-span: unset; contain: unset; contain-intrinsic-block-size: unset; contain-intrinsic-size: unset; contain-intrinsic-inline-size: unset; container: unset; content: unset; content-visibility: unset; corner-shape: unset; corner-block-end-shape: unset; corner-block-start-shape: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; cursor: unset; cx: unset; cy: unset; d: unset; display: unset; dominant-baseline: unset; dynamic-range-limit: unset; empty-cells: unset; field-sizing: unset; fill: unset; fill-opacity: unset; fill-rule: unset; filter: unset; flex: unset; flex-flow: unset; float: unset; flood-color: unset; flood-opacity: unset; grid: unset; grid-area: unset; height: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; hyphens: unset; image-orientation: unset; image-rendering: unset; initial-letter: unset; inline-size: unset; inset-block: unset; inset-inline: unset; interactivity: unset; interest-delay: unset; interpolate-size: unset; isolation: unset; letter-spacing: unset; lighting-color: unset; line-break: unset; list-style: unset; margin-block: unset; margin: unset; margin-inline: unset; marker: unset; mask: unset; mask-type: unset; math-shift: unset; math-style: unset; max-block-size: unset; max-height: unset; max-inline-size: unset; max-width: unset; min-block-size: unset; min-height: unset; min-inline-size: unset; min-width: unset; mix-blend-mode: unset; object-fit: unset; object-position: unset; object-view-box: unset; offset: unset; opacity: unset; order: unset; orphans: unset; outline: unset; outline-offset: unset; overflow-anchor: unset; overflow-block: unset; overflow-clip-margin: unset; overflow-inline: unset; overflow-wrap: unset; overflow: unset; overlay: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; overscroll-behavior: unset; padding-block: unset; padding: unset; padding-inline: unset; page: unset; page-orientation: unset; paint-order: unset; perspective: unset; perspective-origin: unset; pointer-events: unset; position-try: unset; position-visibility: unset; print-color-adjust: unset; quotes: unset; r: unset; reading-flow: unset; reading-order: unset; resize: unset; rotate: unset; ruby-align: unset; ruby-position: unset; rx: unset; ry: unset; scale: unset; scroll-behavior: unset; scroll-initial-target: unset; scroll-margin-block: unset; scroll-margin: unset; scroll-margin-inline: unset; scroll-marker-group: unset; scroll-padding-block: unset; scroll-padding: unset; scroll-padding-inline: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scroll-target-group: unset; scroll-timeline: unset; scrollbar-color: unset; scrollbar-gutter: unset; scrollbar-width: unset; shape-image-threshold: unset; shape-margin: unset; shape-outside: unset; shape-rendering: unset; size: unset; speak: unset; stop-color: unset; stop-opacity: unset; stroke: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-linecap: unset; stroke-linejoin: unset; stroke-miterlimit: unset; stroke-opacity: unset; stroke-width: unset; tab-size: unset; table-layout: unset; text-align: unset; text-align-last: unset; text-anchor: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration: unset; text-decoration-skip-ink: unset; text-emphasis: unset; text-emphasis-position: unset; text-indent: unset; text-justify: unset; text-overflow: unset; text-shadow: unset; text-underline-offset: unset; text-underline-position: unset; text-wrap: unset; timeline-scope: unset; timeline-trigger: unset; touch-action: unset; transform: unset; transform-box: unset; transform-origin: unset; transform-style: unset; transition: unset; translate: unset; trigger-scope: unset; user-select: unset; vector-effect: unset; vertical-align: unset; view-timeline: unset; view-transition-class: unset; view-transition-group: unset; view-transition-name: unset; view-transition-scope: unset; visibility: unset; border-spacing: unset; -webkit-box-align: unset; -webkit-box-decoration-break: unset; -webkit-box-direction: unset; -webkit-box-flex: unset; -webkit-box-ordinal-group: unset; -webkit-box-orient: unset; -webkit-box-pack: unset; -webkit-box-reflect: unset; -webkit-line-break: unset; -webkit-line-clamp: unset; -webkit-mask-box-image: unset; -webkit-rtl-ordering: unset; -webkit-ruby-position: unset; -webkit-tap-highlight-color: unset; -webkit-text-combine: unset; -webkit-text-decorations-in-effect: unset; -webkit-text-fill-color: unset; -webkit-text-security: unset; -webkit-text-stroke: unset; -webkit-user-drag: unset; white-space-collapse: unset; widows: unset; width: unset; will-change: unset; word-break: unset; word-spacing: unset; x: unset; y: unset; z-index: unset; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: qlwapp-whatsapp, serif, sans-serif !important; }.qlwapp__icon::before { content: ""; }.qlwapp__button { display: inline-flex; position: relative; align-items: center; justify-content: center; gap: 12px; text-decoration: none; white-space: nowrap; pointer-events: all; margin: 24px auto; height: 40px; box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px; cursor: pointer; }.qlwapp__button, .qlwapp__button:active, .qlwapp__button:focus, .qlwapp__button:hover { outline: none !important; text-decoration: none !important; color: var(--qlwapp-scheme-text) !important; background-color: var(--qlwapp-scheme-brand) !important; }.qlwapp__button .qlwapp__icon { display: flex; align-items: baseline; font-size: var(--qlwapp-scheme-icon-font-size); }.qlwapp__button--button { padding: var(--qlwapp-padding-xs) var(--qlwapp-padding-md); }.qlwapp__container { pointer-events: none; box-sizing: border-box; font-size: var(--qlwapp-scheme-font-size); font-family: var(--qlwapp-scheme-font-family); display: flex; flex-direction: column; width: 430px; }.qlwapp__container * { box-sizing: border-box; }.qlwapp__container.qlwapp__container--middle-left, .qlwapp__container.qlwapp__container--bottom-left, .qlwapp__container.qlwapp__container--middle-right, .qlwapp__container.qlwapp__container--bottom-right { position: fixed; z-index: 9999999; }.qlwapp__container.qlwapp__container--middle-right, .qlwapp__container.qlwapp__container--bottom-right { left: auto; right: 0px; }.qlwapp__container.qlwapp__container--middle-right .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button { margin-right: 20px; }.qlwapp__container.qlwapp__container--bottom-left, .qlwapp__container.qlwapp__container--bottom-right { top: auto; bottom: 0px; }.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button { border-radius: 50px; }.qlwapp { font-weight: normal; font-size: 12px; font-family: Inter, sans-serif; }@keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.5, 1.5, 1.5); } 100% { transform: scale3d(1, 1, 1); } }@keyframes fadeIn { 0% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes fadeOut { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(-10px); } }@keyframes closeModal { 0% { opacity: 1; visibility: visible; transform: translateY(0px) scale(1); } 100% { opacity: 0; visibility: hidden; transform: translateY(50px); } }@keyframes openModal { 0% { opacity: 0; visibility: hidden; transform: translateY(50px); } 100% { visibility: visible; opacity: 1; transform: translateY(0px) scale(1); } }@keyframes closeModalInMobile { 0% { opacity: 1; visibility: visible; transform: translateY(0px) scale(1); } 100% { opacity: 0; visibility: hidden; transform: translateY(50px) scale(0.9); } }@keyframes openModalInMobile { 0% { opacity: 0; visibility: hidden; transform: translateY(50px) scale(0.9); } 100% { visibility: visible; opacity: 1; transform: translateY(0px) scale(1); } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes pulse { 0% { box-shadow: 0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0.7)); } 70% { box-shadow: 0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 var(--qlwapp-pulse-size, 12px) var(--qlwapp-pulse-color, rgba(37, 211, 102, 0)); } 100% { box-shadow: 0 calc(var(--qlwapp-pulse-size, 12px)*.083) calc(var(--qlwapp-pulse-size, 12px)*.5) 0 rgba(0,0,0,.06),0 calc(var(--qlwapp-pulse-size, 12px)*.167) calc(var(--qlwapp-pulse-size, 12px)*2.667) 0 rgba(0,0,0,.16),0 0 0 0 var(--qlwapp-pulse-color, rgba(37, 211, 102, 0)); } }@keyframes shakeX { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shakeY { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); } }.qlwapp__button { animation-duration: 1.5s; animation-timing-function: ease-in; animation-name: var(--qlwapp-button-animation-name, "none"); animation-delay: var(--qlwapp-button-animation-delay, 0); animation-iteration-count: 1; transform-origin: center center; background-image: unset !important; }:root { --qlwapp-padding-xs: 8px; --qlwapp-padding-sm: 16px; --qlwapp-padding-md: 24px; --qlwapp-padding-lg: 32px; --qlwapp-padding-xl: 40px; }.wp-container-core-columns-is-layout-28f84493 { flex-wrap: nowrap; }body.swift-nojs [data-s3cid="5"]{max-width:674.59375px;}body.swift-nojs [data-s3cid="6"]{max-width:383.1875px;}body.swift-nojs [data-s3cid="8"]{max-width:303.1875px;}body.swift-nojs [data-s3cid="9"]{min-width:565.40625px;}body.swift-nojs [data-s3cid="16"]{max-width:814.890625px;}body.swift-nojs [data-s3cid="17"]{max-width:332.625px;}body.swift-nojs [data-s3cid="20"]{min-width:425.109375px;}body.swift-nojs [data-s3cid="24"]{min-width:111.828125px;}body.swift-nojs [data-s3cid="37"]{max-height:38.390625px;}body.swift-nojs [data-s3cid="40"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="41"]{min-width:112.109375px;}body.swift-nojs [data-s3cid="49"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="50"]{min-width:112.109375px;}body.swift-nojs [data-s3cid="58"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="59"]{min-width:112.90625px;}body.swift-nojs [data-s3cid="67"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="68"]{min-width:113.125px;}body.swift-nojs [data-s3cid="88"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="89"]{min-width:113.125px;}body.swift-nojs [data-s3cid="99"]{min-width:67.9375px;}body.swift-nojs [data-s3cid="100"]{min-width:112.4375px;}body.swift-nojs [data-s3cid="102"]{min-width:150px;}body.swift-nojs [data-s3cid="103"]{max-width:233.5px;}body.swift-nojs [data-s3cid="104"]{max-width:233.5px;}body.swift-nojs [data-s3cid="105"]{max-width:233.5px;}body.swift-nojs [data-s3cid="107"]{min-width:150px;}body.swift-nojs [data-s3cid="108"]{max-width:233.5px;}body.swift-nojs [data-s3cid="109"]{max-width:233.5px;}body.swift-nojs [data-s3cid="110"]{max-width:233.5px;}body.swift-nojs [data-s3cid="131"]{min-width:65.171875px;}body.swift-nojs [data-s3cid="307"]{max-width:204.234375px;}body.swift-nojs [data-s3cid="310"]{max-width:160.65625px;}html{opacity:1}}