@layer swift3 {#primaryNav ol, ul { list-style: none; }a:link::before, a:visited::before { display: block; text-transform: uppercase; font-size: 10px; margin-bottom: 5px; overflow-wrap: break-word; }@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; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }: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; }: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--color--theme-palette-1: var(--global-palette1); --wp--preset--color--theme-palette-2: var(--global-palette2); --wp--preset--color--theme-palette-3: var(--global-palette3); --wp--preset--color--theme-palette-4: var(--global-palette4); --wp--preset--color--theme-palette-5: var(--global-palette5); --wp--preset--color--theme-palette-6: var(--global-palette6); --wp--preset--color--theme-palette-7: var(--global-palette7); --wp--preset--color--theme-palette-8: var(--global-palette8); --wp--preset--color--theme-palette-9: var(--global-palette9); --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 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: var(--global-font-size-small); --wp--preset--font-size--medium: var(--global-font-size-medium); --wp--preset--font-size--large: var(--global-font-size-large); --wp--preset--font-size--x-large: 42px; --wp--preset--font-size--larger: var(--global-font-size-larger); --wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge); --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 rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }:root { --wp--style--global--content-size: var(--global-calc-content-width); --wp--style--global--wide-size: var(--global-calc-wide-content-width); }:where(body) { margin: 0px; }body { padding: 0px; }a:where(:not(.wp-element-button)) { text-decoration: underline; }.accordion-slider { position: relative; margin-left: auto; margin-right: auto; }.accordion-slider * { -webkit-tap-highlight-color: transparent; }.as-panels { position: absolute; }.as-panel { position: absolute; overflow: hidden; }.as-background, .as-background-opened { border: none; }.as-layer { position: absolute; margin: 0px; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased; }.as-black { color: #ffffff; background: rgba(0, 0, 0, 0.7); }.as-rounded { border-radius: 10px; }.as-padding { padding: 10px; }.as-no-js { overflow: hidden; max-width: 100%; }.accordion-slider h1.as-layer { font-size: 32px; line-height: 1.4; }.accordion-slider .as-background, .accordion-slider .as-background-opened { transition:none 0s ease; max-width: none !important; max-height: none !important; border: none !important; border-radius: 0px !important; margin: 0px !important; padding: 0px !important; box-shadow: none !important; }.accordion-slider a { position: static; transition:none 0s ease; }html { line-height: 1.15; text-size-adjust: 100%; }body { margin: 0px; }h1 { font-size: 2em; margin: 0.67em 0px; }a { background-color: transparent; }b, strong { font-weight: bold; }img { border-style: none; }button, input, optgroup, select, textarea { font-size: 100%; margin: 0px; }button, input { overflow: visible; }button, select { text-transform: none; }button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }:root { --global-gray-400: #CBD5E0; --global-gray-500: #A0AEC0; --global-xs-spacing: 1em; --global-sm-spacing: 1.5rem; --global-md-spacing: 2rem; --global-lg-spacing: 2.5em; --global-xl-spacing: 3.5em; --global-xxl-spacing: 5rem; --global-edge-spacing: 1.5rem; --global-boxed-spacing: 2rem; --global-font-size-small: clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem); --global-font-size-medium: clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem); --global-font-size-large: clamp(1.75rem, 1.576rem + 0.543vw, 2rem); --global-font-size-larger: clamp(2rem, 1.6rem + 1vw, 2.5rem); --global-font-size-xxlarge: clamp(2.25rem, 1.728rem + 1.63vw, 3rem); }h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }html { box-sizing: border-box; }*, ::before, ::after { box-sizing: inherit; }ul, ol { margin: 0px 0px 1.5em 1.5em; padding: 0px; }ul { list-style: disc; }img { display: block; height: auto; max-width: 100%; }a { color: var(--global-palette-highlight); transition: 0.1s linear; }a:hover, a:focus, a:active { color: var(--global-palette-highlight-alt); }a:hover, a:active { outline: 0px; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; overflow-wrap: normal !important; }button, .button, .wp-block-button__link, .wp-element-button, input[type="button"], input[type="reset"], input[type="submit"] { border-radius: 3px; background: var(--global-palette-btn-bg); color: var(--global-palette-btn); padding: 0.4em 1em; border: 0px; font-size: 1.125rem; line-height: 1.6; display: inline-block; font-family: inherit; cursor: pointer; text-decoration: none; transition:filter, color, background, border-color, box-shadow 0.5s ease, ease, ease; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited { background: var(--global-palette-btn-bg); color: var(--global-palette-btn); }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active { color: var(--global-palette-btn-hover); background: var(--global-palette-btn-bg-hover); box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }:root { --global-palette1: #2B6CB0; --global-palette2: #215387; --global-palette3: #1A202C; --global-palette4: #2D3748; --global-palette5: #4A5568; --global-palette6: #718096; --global-palette7: #EDF2F7; --global-palette8: #F7FAFC; --global-palette9: #ffffff; --global-palette9rgb: 255, 255, 255; --global-palette-highlight: var(--global-palette1); --global-palette-highlight-alt: var(--global-palette2); --global-palette-highlight-alt2: var(--global-palette9); --global-palette-btn-bg: var(--global-palette1); --global-palette-btn-bg-hover: var(--global-palette2); --global-palette-btn: var(--global-palette9); --global-palette-btn-hover: var(--global-palette9); --global-body-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --global-heading-font-family: inherit; --global-primary-nav-font-family: inherit; --global-fallback-font: sans-serif; --global-display-fallback-font: sans-serif; --global-content-width: 1290px; --global-content-narrow-width: 842px; --global-content-edge-padding: 1.5rem; --global-content-boxed-padding: 2rem; --global-calc-content-width: calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) ); --wp--style--global--content-size: var(--global-calc-content-width); }body { background: var(--global-palette8); }body, input, select, optgroup, textarea { font-weight: 400; font-size: 17px; line-height: 1.6; font-family: var(--global-body-font-family); color: var(--global-palette4); }h1, h2, h3, h4, h5, h6 { font-family: var(--global-heading-font-family); }h1 { font-weight: 700; font-size: 32px; line-height: 1.5; color: var(--global-palette3); }h2 { font-weight: 700; font-size: 28px; line-height: 1.5; color: var(--global-palette3); }h3 { font-weight: 700; font-size: 24px; line-height: 1.5; color: var(--global-palette3); }h6 { font-weight: 700; font-size: 18px; line-height: 1.5; color: var(--global-palette5); }button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit { box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px; }button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 25px -7px; }@font-face { font-family: Overpass; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://fonts.bunny.net/overpass/files/overpass-latin-400-normal.woff2) format("woff2"), url(https://fonts.bunny.net/overpass/files/overpass-latin-400-normal.woff) format("woff"); 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: Overpass; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(https://fonts.bunny.net/overpass/files/overpass-latin-600-normal.woff2) format("woff2"), url(https://fonts.bunny.net/overpass/files/overpass-latin-600-normal.woff) format("woff"); 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: Overpass; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://fonts.bunny.net/overpass/files/overpass-latin-700-normal.woff2) format("woff2"), url(https://fonts.bunny.net/overpass/files/overpass-latin-700-normal.woff) format("woff"); 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: Overpass; font-style: normal; font-weight: 800; font-stretch: 100%; font-display: swap; src: url(https://fonts.bunny.net/overpass/files/overpass-latin-800-normal.woff2) format("woff2"), url(https://fonts.bunny.net/overpass/files/overpass-latin-800-normal.woff) format("woff"); 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:"Lato";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://techne.cn/wp-content/swift-ai/cache/techne.cn/__data/lato-latin-400-normal8281a24e.woff) format('woff2');font-display:swap;}.slick-slider { position: relative; display: block; box-sizing: border-box; touch-action: pan-y; -webkit-tap-highlight-color: transparent; width: 0px; min-width: 100%; }.slick-list { position: relative; overflow: hidden; display: block; margin: 0px; padding: 0px; }.slick-list:focus { outline: 0px; }.slick-slider .slick-list, .slick-slider .slick-track { transform: translate3d(0px, 0px, 0px); }.slick-track { position: relative; left: 0px; top: 0px; display: block; margin-left: auto; margin-right: auto; }.slick-track::after, .slick-track::before { content: none; }.slick-slide { min-height: 1px; display: none; float: none; }.slick-initialized .slick-slide { display: block; }.slick-track { display: flex; flex-wrap: wrap; }@-webkit-keyframes bounce { 20%, 53%, 80%, 0%, 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 bounce { 20%, 53%, 80%, 0%, 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); } }@-webkit-keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes shake { 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 shake { 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); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@-webkit-keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@-webkit-keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@-webkit-keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@-webkit-keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.brz-mm-menu_theme-dark { --mm-color-border: rgba( 0,0,0, 0.3 ); --mm-color-button: rgba( 255,255,255, 0.4 ); --mm-color-text: rgba( 255,255,255, 0.85 ); --mm-color-text-dimmed: rgba( 255,255,255, 0.4 ); --mm-color-background: #333; --mm-color-background-highlight: rgba( 255,255,255, 0.08 ); --mm-color-background-emphasis: rgba( 0,0,0, 0.1 ); --mm-shadow: 0 0 20px rgba( 0,0,0, 0.5 ); }:root { --mm-line-height: 20px; --mm-listitem-size: 44px; --mm-navbar-size: 44px; --mm-offset-top: 0; --mm-offset-right: 0; --mm-offset-bottom: 0; --mm-offset-left: 0; --mm-color-border: rgba(0, 0, 0, 0.1); --mm-color-button: rgba(0, 0, 0, 0.3); --mm-color-text: rgba(0, 0, 0, 0.75); --mm-color-text-dimmed: rgba(0, 0, 0, 0.3); --mm-color-background: #f3f3f3; --mm-color-background-highlight: rgba(0, 0, 0, 0.05); --mm-color-background-emphasis: rgba(255, 255, 255, 0.4); --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }.brz-mm-hidden { display: none !important; }.brz-mm-wrapper { overflow-x: hidden; position: relative; }.brz-mm-menu { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; padding: 0px; margin: 0px; box-sizing: border-box; position: absolute; top: var(--mm-offset-top); right: var(--mm-offset-right); bottom: var(--mm-offset-bottom); left: var(--mm-offset-left); z-index: 0; background: var(--mm-color-background); border-color: var(--mm-color-border); color: var(--mm-color-text); line-height: var(--mm-line-height); -webkit-tap-highlight-color: var(--mm-color-background-emphasis); -webkit-font-smoothing: antialiased; }.brz-mm-menu a, .brz-mm-menu a:not(.link--external):active, .brz-mm-menu a:not(.link--external):hover, .brz-mm-menu a:not(.link--external):link, .brz-mm-menu a:not(.link--external):visited { text-decoration: none; color: inherit; }.brz-mm-panel { z-index: 0; box-sizing: border-box; width: 100%; overflow: hidden auto; background: var(--mm-color-background); border-color: var(--mm-color-border); color: var(--mm-color-text); transform: translate3d(100%, 0px, 0px); transition:filter, color, background, border-color, box-shadow 0.5s ease, ease; }.brz-mm-panel::after { height: 44px; }.brz-mm-panel:not(.brz-mm-hidden) { display: block; }.brz-mm-panel::after { content: ""; display: block; height: var(--mm-listitem-size); }.brz-mm-panel_opened { z-index: 1; transform: translate3d(0px, 0px, 0px); }.brz-mm-panels > .brz-mm-panel { position: absolute; inset: 0px; }.brz-mm-panels { position: relative; height: 100%; -webkit-box-flex: 1; flex-grow: 1; overflow: hidden; background: var(--mm-color-background); border-color: var(--mm-color-border); color: var(--mm-color-text); }.brz-mm-listitem_vertical > .brz-mm-panel { display: none; width: 100%; padding: 10px 0px 10px 10px; transform: none !important; }.brz-mm-listitem_vertical > .brz-mm-panel::after, .brz-mm-listitem_vertical > .brz-mm-panel::before { content: none; display: none; }.brz-mm-listitem_vertical > .brz-mm-listitem__btn { height: var(--mm-listitem-size); bottom: auto; }.brz-mm-btn { -webkit-box-flex: 0; flex-grow: 0; flex-shrink: 0; position: relative; box-sizing: border-box; width: 50px; padding: 0px; }.brz-mm-btn::after, .brz-mm-btn::before { border: 2px solid var(--mm-color-button); }.brz-mm-btn_next::after, .brz-mm-btn_prev::before { content: ""; border-bottom: none; border-right: none; box-sizing: content-box; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: 0px; bottom: 0px; }.brz-mm-btn_next::after { transform: rotate(135deg); right: 23px; left: auto; }.brz-mm-navbar { display: flex; min-height: var(--mm-navbar-size); border-bottom: 1px solid var(--mm-color-border); background: var(--mm-color-background); color: var(--mm-color-text-dimmed); text-align: center; opacity: 1; transition:filter, color, background, border-color, box-shadow 0.5s ease; }.brz-mm-navbar > * { min-height: 44px; }@supports (position:sticky) {.brz-mm-navbar_sticky { position: sticky; top: 0px; z-index: 1; }}.brz-mm-navbar > * { -webkit-box-flex: 1; flex-grow: 1; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; box-sizing: border-box; }.brz-mm-navbar__title { -webkit-box-flex: 1; flex: 1 1 50%; display: flex; padding-left: 20px; padding-right: 20px; overflow: hidden; }.brz-mm-navbar__title > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }.brz-mm-listview { list-style: none; display: block; padding: 0px; margin: 0px; }.brz-mm-listitem { color: var(--mm-color-text); border-color: var(--mm-color-border); list-style: none; padding: 0px; margin: 0px; position: relative; display: flex; flex-wrap: wrap; }.brz-mm-listitem::after { content: ""; border-color: inherit; border-bottom-width: 1px; border-bottom-style: solid; display: block; position: absolute; left: 20px; right: 0px; bottom: 0px; }.brz-mm-listitem a, .brz-mm-listitem a:hover { text-decoration: none; }.brz-mm-listitem__btn, .brz-mm-listitem__text { display: block; padding-top: ; padding-bottom: ; padding-left: 0px; padding-right: 0px; color: inherit; }.brz-mm-listitem__text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-left: 20px; padding-right: 10px; -webkit-box-flex: 1; flex-grow: 1; flex-basis: 10%; }.brz-mm-listitem__btn { background: rgba(3, 2, 1, 0); border-color: inherit; width: auto; padding-right: 50px; position: relative; }.brz-mm-listitem__btn:not(.brz-mm-listitem__text) { border-left-width: 1px; border-left-style: solid; }.brz-mm-page { box-sizing: border-box; position: relative; }.brz-mm-slideout { transition:transform, -webkit-transform 0.4s, 0.4s ease, ease; z-index: 1; }.brz-mm-menu_offcanvas { position: fixed; right: auto; z-index: 0; }.brz-mm-menu_offcanvas:not(.brz-mm-menu_opened) { display: none; }.brz-mm-menu_offcanvas { width: 80%; min-width: 240px; max-width: 440px; }.brz-mm-wrapper__blocker { background: rgba(3, 2, 1, 0); overflow: hidden; display: none; position: fixed; inset: 0px; z-index: 2; }.brz-mm-sronly { border: 0px !important; clip: rect(1px, 1px, 1px, 1px) !important; clip-path: inset(50%) !important; white-space: nowrap !important; width: 1px !important; min-width: 1px !important; height: 1px !important; min-height: 1px !important; padding: 0px !important; overflow: hidden !important; position: absolute !important; }:root { --mm-iconbar-size: 50px; }:root { --mm-iconpanel-size: 50px; }:root { --mm-sidebar-collapsed-size: 50px; --mm-sidebar-expanded-size: 440px; }.brz-mm-menu_border-full .brz-mm-listitem::after { left: 0px !important; }.brz-mm-menu_position-bottom, .brz-mm-menu_position-front, .brz-mm-menu_position-top { transition:filter, color, background, border-color, box-shadow 0.5s ease, ease; }.brz-mm-menu_position-front { transform: translate3d(-100%, 0px, 0px); }.brz-spacer { width: 100%; }.brz-blocked, .brz-ui-ed-blocked { pointer-events: none; }*, ::after, ::before { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; }.brz :is(.align-\[initial\]) { vertical-align: initial; }.brz-ow-hidden { overflow: hidden !important; }body .brz, body.brz { box-sizing: border-box; scroll-behavior: auto; margin: 0px; }body .brz *, body .brz ::after, body .brz ::before, body.brz *, body.brz ::after, body.brz ::before { box-sizing: border-box; }.brz .brz-figcaption, .brz .brz-figure, .brz .brz-section { display: block; }body.brz::after, body.brz::before { display: none; }.brz { -webkit-font-smoothing: antialiased; }.brz .brz-root__container.brz-reset-all { display: block; overflow: hidden; font-family: inherit; }.brz .brz-span { float: none; margin: 0px; padding: 0px; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; }.brz .brz-a:not(.brz-btn) { color: var(--active-color,#3dbfe8); text-decoration: none; background-color: transparent; box-shadow: none; }.brz .brz-a:not(.brz-btn)[href]:hover { color: var(--active-color,#1aabd8); box-shadow: none; cursor: pointer; }.brz .brz-a.brz-btn[href] { text-decoration: none; }.brz .brz-img { vertical-align: middle; border-style: none; }.brz svg:not(:root) { overflow: hidden; }.brz .brz-button, .brz .brz-input, .brz .brz-label, .brz .brz-textarea { touch-action: manipulation; }.brz .brz-form { margin: 0px; }.brz .brz-button, .brz .brz-input, .brz .brz-optgroup, .brz .brz-select, .brz .brz-textarea { padding: 0px; margin: 0px; font-family: inherit; font-size: inherit; line-height: inherit; height: initial; min-height: initial; }.brz .brz-button, .brz .brz-input { overflow: visible; }.brz .brz-reset-all { place-content: stretch flex-start; -webkit-box-align: stretch; align-items: stretch; align-self: auto; animation-delay: 0s; animation-direction: normal; animation-duration: 0s; animation-fill-mode: none; animation-iteration-count: 1; animation-name: none; animation-play-state: running; animation-timing-function: ease; backface-visibility: visible; background: none 0px 0px / auto repeat scroll padding-box border-box transparent; background-blend-mode: normal; block-size: auto; border-block-end: medium none currentcolor; border-block-start: medium none currentcolor; border-color: currentcolor; border-radius: 0px; border-style: none; border-width: medium; border-collapse: separate; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; border-inline-end: medium none currentcolor; border-inline-start: medium none currentcolor; border-spacing: 0px; inset: auto; -webkit-box-decoration-break: slice; box-decoration-break: slice; box-shadow: none; box-sizing: content-box; caption-side: top; caret-color: auto; clear: none; clip: auto; clip-path: none; color: initial; columns: auto; column-fill: balance; column-rule: medium; column-span: none; content: normal; counter-increment: none; counter-reset: none; cursor: auto; display: inline; empty-cells: show; filter: none; flex: 0 1 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row; -webkit-box-flex: 0; float: none; font-family: initial; font-feature-settings: normal; font-kerning: auto; font-size: medium; font-size-adjust: none; font-stretch: normal; font-style: normal; font-synthesis: weight style; font-variant: normal; font-weight: 400; grid: none; grid-area: auto; gap: 0px; height: auto; hyphens: manual; image-rendering: auto; inline-size: auto; isolation: auto; -webkit-box-pack: start; letter-spacing: normal; line-break: auto; line-height: normal; list-style: outside none disc; margin-block: 0px; margin: 0px; margin-inline: 0px; mask: 0px 0px; mask-type: luminance; max-height: none; max-width: none; min-block-size: 0px; min-height: 0px; min-inline-size: 0px; min-width: 0px; mix-blend-mode: normal; object-fit: fill; object-position: 50% 50%; opacity: 1; -webkit-box-ordinal-group: 1; order: 0; orphans: 2; outline: none medium; outline-offset: 0px; overflow: visible; padding-block: 0px; padding: 0px; padding-inline: 0px; break-after: auto; break-before: auto; break-inside: auto; perspective: none; perspective-origin: 50% 50%; pointer-events: auto; position: static; quotes: initial; resize: none; ruby-align: space-around; ruby-position: over; scroll-behavior: auto; scroll-snap-type: none; shape-image-threshold: 0; shape-margin: 0px; shape-outside: none; tab-size: 8; table-layout: auto; text-align: initial; text-align-last: auto; text-combine-upright: none; text-decoration-color: currentcolor; text-decoration-line: none; text-decoration-style: solid; text-emphasis: none currentcolor; text-emphasis-position: over right; text-indent: 0px; text-orientation: mixed; text-overflow: clip; text-rendering: auto; text-shadow: none; text-transform: none; text-underline-position: auto; touch-action: auto; transform: none; transform-box: border-box; transform-origin: 50% 50% 0px; transform-style: flat; transition-delay: 0s; transition-duration: 0s; transition-property: all; transition-timing-function: ease; vertical-align: baseline; visibility: visible; white-space: normal; widows: 2; width: auto; will-change: auto; word-break: normal; word-spacing: normal; overflow-wrap: normal; -webkit-writing-mode: horizontal-tb; writing-mode: horizontal-tb; z-index: auto; appearance: none; }.brz .brz-flex-xs-wrap { flex-wrap: wrap !important; }.brz .brz-d-block { display: block !important; }.brz .brz-d-xs-flex { display: flex; min-width: 0px; }.brz .brz-p-relative { position: relative !important; }.brz .brz-animated { opacity: 0; animation-fill-mode: backwards; }.brz .brz-animated:not(.brz-animate) { animation-name: none; }.brz .brz-icon-svg { display: inline-block; width: 1em; height: 1em; stroke: none; max-width: none; position: relative; fill: currentcolor; color: currentcolor; }.brz .brz-icon-svg use { fill: inherit; }.brz .brz-section { position: relative; margin: 0px; padding: 0px; overflow: visible; }.brz .brz-section__content { position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; width: 100%; }.brz .brz-section__content > .brz-bg { flex-wrap: wrap; -webkit-box-align: inherit; align-items: inherit; width: 100%; height: 100%; }.brz .brz-section__content > .brz-container { position: relative; -webkit-box-flex: 1; flex: 1 1 0%; }.brz .brz-section__header > .brz-section__menu-item { position: relative; z-index: 1055; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; }.brz .brz-section__header--animated { position: fixed; z-index: 1056; top: 0px; left: 0px; width: 100%; transform: translate3d(0px, -100%, 0px); opacity: 0; transition:none 0s ease; }.brz .brz-section__header--fixed { position: relative; z-index: 1055; }.brz .brz-section__header--fixed > .brz-section__menu-item, .brz .brz-section__header-sticky-item { position: relative; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; }.brz .brz-footer > .brz-bg::after, .brz .brz-section__header-sticky-item > .brz-bg::after, .brz .brz-section__menu-item > .brz-bg::after { content: ""; display: none; position: absolute; inset: 0px; }.brz .brz-footer { position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-align: center; align-items: center; }.brz .brz-footer > .brz-container { position: relative; -webkit-box-pack: center; justify-content: center; -webkit-box-flex: 1; flex: 1 1 0%; }.brz .brz-footer { position: relative; }@-webkit-keyframes storyProgress { 100% { width: 100%; } }@keyframes storyProgress { 100% { width: 100%; } }.brz .brz-container, .brz .brz-container__wrap { width: 100%; }.brz .brz-container { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; width: var(--brz-section-container-width,100%); }.brz .brz-container__wrap { display: flex; flex-wrap: wrap; }.brz .brz-row { position: relative; display: flex; flex-wrap: wrap; text-align: left; flex-basis: 100%; max-width: 100%; width: 100%; }.brz .brz-row__container { position: relative; text-align: center; -webkit-box-pack: center; justify-content: center; }.brz .brz-row__container > .brz-bg, .brz .brz-row__container > .brz-hover-animation__container > .brz-bg { left: auto; }.brz .brz-columns { display: flex; position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; min-height: 1px; flex-basis: 100%; will-change: flex, max-width; }.brz .brz-columns .brz-hover-animation__container { -webkit-box-orient: inherit; -webkit-box-direction: inherit; flex-direction: inherit; }.brz .brz-columns .brz-container-link { position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; }.brz .brz-columns > .brz-bg, .brz .brz-columns > .brz-hover-animation__container > .brz-bg, .brz .brz-columns > :is(div[data-scroll-motion], .brz-hover-animation__container) > .brz-bg, .brz .brz-columns > div[data-scroll-motion] > .brz-bg, .brz .brz-columns > div[data-scroll-motion] > .brz-hover-animation__container > .brz-bg { width: auto; height: auto; inset: 0px; }.brz .brz-columns .brz-column__items { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: inherit; justify-content: inherit; -webkit-box-flex: 0; flex: 0 1 auto; }.brz .brz-columns .brz-column__items > div:not(.brz-ed-sortable--empty) { -webkit-box-flex: 0; flex: 0 1 auto; min-width: 0px; }.brz .brz-wrapper { flex-wrap: wrap; min-width: 0px; min-height: 1px; }.brz .brz-wrapper-clone > div { -webkit-box-flex: 1; flex: 1 0 100%; min-width: 0px; -webkit-box-align: center; align-items: center; }.brz .brz-wrapper-clone__item { position: relative; min-height: 1px; flex-basis: auto; min-width: 0px; }.brz .brz-wrapper-clone__item .brz-text__editor { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.brz .brz-wrapper-clone__item .brz-icon-svg { min-width: 1em; }.brz .brz-btn { display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; border: 1px solid #cccccc; transition:filter, color, background, border-color, box-shadow 0.5s ease, ease, ease; text-align: center; vertical-align: middle; touch-action: manipulation; color: #ffffff; cursor: pointer; user-select: none; -webkit-user-drag: none; background-image: none; white-space: nowrap; font-weight: 400; backface-visibility: hidden; text-decoration: none; outline: 0px; }.brz .brz-btn.focus, .brz .brz-btn:focus, .brz .brz-btn:hover { text-decoration: none; }.brz .brz-btn:focus { text-decoration: none; }.brz .brz-btn .brz-span { display: block; }.brz .brz-icon { display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; vertical-align: middle; max-width: 100%; transition:color, box-shadow, background, border, border-color 0.5s ease, ease, ease; }.brz .brz-rich-text { -webkit-font-smoothing: antialiased; -webkit-box-flex: 1; flex: 1 1 auto; min-width: 0px; overflow-wrap: break-word; word-break: break-word; }.brz .brz-rich-text > * { white-space: pre-wrap; }.brz .brz-rich-text > div > h1, .brz .brz-rich-text > div > h2, .brz .brz-rich-text > div > h3, .brz .brz-rich-text > div > h4, .brz .brz-rich-text > div > h5, .brz .brz-rich-text > div > h6 { margin-top: 0px; margin-bottom: 0px; padding: 0px; text-transform: initial; text-decoration: initial; }.brz .brz-rich-text > div > h1::before, .brz .brz-rich-text > div > h2::before, .brz .brz-rich-text > div > h3::before, .brz .brz-rich-text > div > h4::before, .brz .brz-rich-text > div > h5::before, .brz .brz-rich-text > div > h6::before { display: none; }.brz .brz-rich-text span, .brz .brz-rich-text > div > p { margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; text-transform: initial; text-decoration: initial; }.brz .brz-rich-text span { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-decoration: inherit; text-transform: inherit; }.brz .brz-rich-text p { display: block; }.brz .brz-rich-text a, .brz .brz-rich-text em, .brz .brz-rich-text span { display: inline; }.brz .brz-rich-text strong { font-weight: 700; }.brz .brz-rich-text .link--anchor, .brz .brz-rich-text .link--dynamic, .brz .brz-rich-text .link--external, .brz .brz-rich-text .link--page, .brz .brz-rich-text .link--popup, .brz .brz-rich-text .link--story, .brz .brz-rich-text .link--upload { text-decoration: none; }.brz .brz-rich-text .link--anchor:hover, .brz .brz-rich-text .link--dynamic:hover, .brz .brz-rich-text .link--external:hover, .brz .brz-rich-text .link--page:hover, .brz .brz-rich-text .link--popup:hover, .brz .brz-rich-text .link--story:hover, .brz .brz-rich-text .link--upload:hover { text-decoration: underline; }.brz .brz-rich-text__custom a { text-decoration: none; background-color: transparent; }.brz .brz-rich-text .ql-align-center { text-align: center; }.brz .brz-text__editor { min-width: 10px; }.brz .brz-text__editor:empty::before { content: " "; }.brz .slick-initialized .slick-slide { display: block; }.brz .slick-track { display: flex; flex-wrap: wrap; will-change: left; }.brz .brz-slick-slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 30px; cursor: pointer; transition:opacity 0.2s linear; color: #000000; background-color: transparent; border: none; overflow: auto; }.brz .brz-slick-slider__arrow:hover { transition: opacity 0.2s linear; }.brz .brz-slick-slider__arrow .brz-icon-svg { display: block; }.brz .brz-slick-slider__arrow-prev { transform: translateY(-50%) rotate(-180deg); left: 30px; }.brz .brz-slick-slider__arrow-next { right: 30px; }.brz .brz-popup2, .brz.brz-popup2 { height: 100%; width: 100% !important; max-width: 100% !important; }.brz .brz-popup2--fixed, .brz.brz-popup2--fixed { position: fixed; top: 0px; left: 0px; z-index: 1060; }.brz .brz-popup2__close, .brz.brz-popup2__close { position: absolute; z-index: 2; color: #ffffff; font-size: 0px; cursor: pointer; }.brz .brz-popup2__close .brz-icon-svg, .brz.brz-popup2__close .brz-icon-svg { font-size: 26px; }.brz .brz-popup2 .brz-container__wrap, .brz.brz-popup2 .brz-container__wrap { position: relative; margin: 0px; }.brz .brz-popup2 .brz-container__wrap .brz-container, .brz.brz-popup2 .brz-container__wrap .brz-container { height: 100%; }.brz .brz-popup2__inner, .brz.brz-popup2__inner { position: relative; height: 100%; overflow: hidden auto; }.brz .brz-popup2__inner > .brz-container__wrap, .brz.brz-popup2__inner > .brz-container__wrap { max-height: 100%; margin: 0px; padding: 0px; }.brz .brz-popup2__preview.brz-popup2--fixed, .brz.brz-popup2__preview.brz-popup2--fixed { z-index: -1; visibility: hidden; transform: translate(0px, -110%); opacity: 0; transition:opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }.brz .brz-carousel { display: block; width: 100%; }.brz .brz-carousel__slider.slick-initialized { visibility: visible; flex-wrap: wrap; }.brz .brz-carousel > .slick-slider { overflow: hidden; }.brz .brz-carousel > .slick-slider .slick-slide { height: auto; }.brz .brz-carousel > .slick-slider > .slick-list > .slick-track > .slick-slide > div { height: 100%; }.brz .brz-carousel > .slick-slider > .slick-list > .slick-track > .slick-slide > div > .brz-carousel__item, .brz .brz-carousel > .slick-slider > .slick-list > .slick-track > .slick-slide > div > .brz-carousel__item > .brz-columns, .brz .brz-carousel > .slick-slider > .slick-list > .slick-track > .slick-slide > div > .brz-columns { height: 100%; }.brz .brz-carousel > .slick-slider > .brz-slick-slider__arrow { opacity: 1; }.brz .brz-carousel > .slick-slider .slick-slide { outline: 0px; }.brz .brz-carousel > .slick-slider .slick-track { flex-wrap: nowrap; }.brz .brz-carousel .brz-icon-svg, .brz .brz-carousel .brz-rich-text * { backface-visibility: hidden; }.brz .brz-posts { width: 100%; }.brz .brz-posts__wrapper { display: flex; flex-wrap: wrap; }.brz .brz-posts__item > .brz-columns { height: 100%; }.brz .brz-search-container { display: flex; -webkit-box-align: center; align-items: center; overflow: visible; }.brz .brz-search-container .brz-search-form { display: flex; width: 100%; position: relative; -webkit-box-align: center; align-items: center; }.brz .brz-search-container .brz-btn { margin-left: auto; z-index: 1; }.brz .brz-search-container .brz-search { background-color: transparent; width: 100%; padding: 0px 15px; outline: 0px; border: 0px; border-radius: 0px; }.brz .brz-search-container .brz-search::placeholder { color: inherit; }.brz .brz-image { position: relative; display: inherit; -webkit-box-pack: inherit; justify-content: inherit; -webkit-box-align: inherit; align-items: inherit; flex-basis: 100%; width: 100%; overflow: hidden; }.brz .brz-image .brz-img { max-width: 100%; }.brz .brz-image .brz-img-external, .brz .brz-image .brz-img-svg { width: 100%; height: 100%; }.brz .brz-image .brz-a, .brz .brz-image .brz-picture { outline: 0px; }.brz:not(.brz-ed) .brz-image .brz-a, .brz:not(.brz-ed) .brz-image .brz-picture { width: 100%; height: auto; }.brz:not(.brz-ed) .brz-image .brz-img { top: 0px; left: 0px; height: 100%; }.brz:not(.brz-ed) .brz-image .brz-img-svg:not(.brz-img__original) { position: absolute; }.brz:not(.brz-ed) .brz-image .brz-picture::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; }.brz .brz-menu__ul { margin: 0px; padding: 0px; font-family: inherit; }.brz .brz-menu__item { list-style: none; }.brz .brz-wp-post-excerpt { width: 100%; }.brz .brz-wp-post-excerpt-content { margin: 0px; }.brz .brz-wp-title { width: 100%; }.brz .brz-wp-title-content { margin: 0px; }.brz .brz-hover-animation__container { width: 100%; height: 100%; display: inherit; -webkit-box-pack: inherit; justify-content: inherit; }.brz .brz-hover-animation__container svg { backface-visibility: hidden; }@-webkit-keyframes brz-back-pulse { 50% { background-color: inherit; background-image: inherit; } }@keyframes brz-back-pulse { 50% { background-color: inherit; background-image: inherit; } }.brz .brz-bg { overflow: hidden; z-index: auto !important; }.brz .brz-bg, .brz .brz-bg-color, .brz .brz-bg-image, .brz .brz-bg-map, .brz .brz-bg-video { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; }.brz .brz-bg-image { background-repeat: no-repeat; background-size: cover; }.brz .brz-bg-video__cover, .brz .brz-iframe.brz-bg-map__cover, .brz .brz-iframe.brz-bg-video__cover { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: none; max-width: none; background-repeat: no-repeat; background-size: cover; pointer-events: none; }.brz .brz-bg-video__cover { object-fit: cover; }.brz .brz-wp-shortcode { width: 100%; min-height: 20px; }.brz .brz-menu__container { display: flex; flex-wrap: wrap; -webkit-box-pack: inherit; justify-content: inherit; width: 100%; }.brz .brz-menu__container .brz-mm-menu__icon:hover { cursor: pointer; }.brz .brz-menu__ul { padding: 0px; margin: 0px; font-family: inherit; }.brz .brz-menu:not(.brz-mm-menu) { position: relative; width: 100%; -webkit-box-pack: inherit; justify-content: inherit; }.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item { list-style: none; margin: 0px; padding: 0px; display: flex; -webkit-box-align: center; align-items: center; flex-wrap: wrap; -webkit-box-pack: inherit; justify-content: inherit; }.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item > .brz-a { color: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit; line-height: inherit; font-size: inherit; display: inherit; -webkit-box-align: inherit; align-items: inherit; -webkit-box-pack: inherit; justify-content: inherit; text-decoration: none; }.brz .brz-menu:not(.brz-mm-menu) .brz-menu__item > .brz-a:hover { text-decoration: none; }.brz .brz-menu.brz-menu__mmenu:not(.brz-mm-menu) { display: none; }.brz .brz-menu.brz-mm-menu { text-transform: initial; }.brz .brz-menu.brz-mm-menu .brz-mm-navbar { position: sticky !important; z-index: 1; }.brz .brz-menu.brz-mm-menu .brz-mm-navbar a:not(.brz-btn), .brz .brz-menu.brz-mm-menu .brz-mm-navbar > * { color: inherit; }.brz .brz-menu.brz-mm-menu .brz-mm-navbar:not(.brz-mm-listitem) { background-color: transparent; }.brz .brz-menu.brz-mm-menu .brz-menu__item { display: flex; transform: none; padding: 0px; position: relative; left: auto; top: auto; visibility: visible; opacity: 1; width: auto; }.brz .brz-menu.brz-mm-menu .brz-menu__item.brz-mm-listitem_vertical > .brz-mm-panel { padding: 0px 10px; }.brz .brz-menu.brz-mm-menu .brz-menu__item:has(.brz-mega-menu__mmenu) > .brz-mm-panel { padding: 0px; overflow: visible; }.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-listitem__text { color: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit; line-height: inherit; font-size: inherit; border-color: inherit; display: flex; -webkit-box-align: center; align-items: center; padding: 10px 20px; }.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-btn_next { right: 0px; left: auto; background: 0px 0px; padding: 0px; min-width: 50px; border: 0px; color: inherit; display: flex; }.brz .brz-menu.brz-mm-menu .brz-menu__item .brz-mm-btn_next::after { position: relative; left: auto; right: auto; border-color: inherit; width: 7px; height: 7px; }.brz .brz-menu .brz-mm-navbar__title { display: flex; line-height: 20px; font-size: 13px; padding: 12px 20px; }.brz .brz-menu .brz-mm-navbar__title:active, .brz .brz-menu .brz-mm-navbar__title:focus { outline: 0px; }.brz .brz-menu .brz-a { width: 100%; white-space: break-spaces; }.brz .brz-menu .brz-a, .brz .brz-menu .brz-mm-btn_next { transition:color 0.2s linear; }.brz .brz-menu .brz-a:active, .brz .brz-menu .brz-a:focus, .brz .brz-menu .brz-a:hover, .brz .brz-menu .brz-mm-btn_next:active, .brz .brz-menu .brz-mm-btn_next:focus, .brz .brz-menu .brz-mm-btn_next:hover { outline: 0px; }.brz .brz-menu .brz-mm-panel { background-repeat: no-repeat; background-size: cover; }.brz .brz-menu .brz-mm-panel::before { content: ""; position: absolute; display: block; width: 100%; height: 100%; }.brz .brz-mega-menu__portal, .brz.brz-mega-menu__portal { opacity: 0; visibility: hidden; position: absolute; z-index: 1068; transition:opacity 0.2s linear; }.brz .brz-mega-menu__portal[data-popper-placement^="bottom"], .brz .brz-mega-menu__portal[data-popper-placement^="top"], .brz.brz-mega-menu__portal[data-popper-placement^="bottom"], .brz.brz-mega-menu__portal[data-popper-placement^="top"] { padding-left: 0px; padding-right: 0px; }.brz .brz-mega-menu__portal[data-popper-placement^="bottom"], .brz.brz-mega-menu__portal[data-popper-placement^="bottom"] { padding-bottom: 0px; }.brz .brz-mega-menu { position: relative; }.brz .brz-mega-menu > .brz-bg { overflow: hidden; }.brz .brz-mega-menu > .brz-container { position: relative; }.brz:not(.brz-ed) .brz-menu__mmenu:not(.brz-mm-menu_opened) { display: none; }.brz:not(.brz-ed) .brz-menu:not(.brz-menu--has-dropdown) .brz-mm-navbar__title { padding-left: 0px; padding-right: 0px; }.brz:not(.brz-ed) .brz-mega-menu__portal { z-index: 1068; }.brz .brz-root__container.brz-mm-page { position: relative; background: inherit; }.brz .brz-root__container.brz-mm-slideout { transition:transform, -webkit-transform 0.4s, 0.4s ease, ease; }.brz .brz-mm-wrapper:not(.brz-mm-wrapper_blocking), .brz.brz-mm-wrapper:not(.brz-mm-wrapper_blocking) { overflow: visible; }@media (min-width: 991px){.brz .brz-css-qi4ka { display: block; }}.brz .brz-css-1lo9yox { padding: 10px 0px; margin: 0px; }.brz .brz-css-1lo9yox > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; }.brz .brz-css-1lo9yox > .brz-bg::after { box-shadow: none; }.brz .brz-css-1lo9yox > .brz-bg > .brz-bg-color { background-color: #ffffff; background-image: none; mask-image: none; }.brz .brz-css-f5bc5f { padding: 10px 0px 7px; }.brz .brz-css-gb13p { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-gb13p { max-width: calc(1 * var(--brz-section-container-max-width, 1170px)); }}.brz .brz-css-1frkm0e { margin: 0px; z-index: auto; align-items: flex-start; }.brz .brz-css-1frkm0e > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; max-width: 100%; mix-blend-mode: normal; }.brz .brz-css-1frkm0e > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-1frkm0e > .brz-row { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-1frkm0e { min-height: auto; display: flex; }.brz .brz-css-1frkm0e > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1frkm0e > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1frkm0e > .brz-row { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1lyo39s { padding: 10px; max-width: 100%; }.brz .brz-css-1prs4kn { padding: 0px; }.brz .brz-css-fy9jdk { z-index: auto; flex: 1 1 50%; max-width: 50%; justify-content: flex-start; }.brz .brz-css-fy9jdk > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; margin: 0px; mix-blend-mode: normal; }.brz .brz-css-fy9jdk > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-fy9jdk > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-fy9jdk > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-lxyjzr { flex: 1 1 17.2%; max-width: 17.2%; justify-content: center; }.brz .brz-css-7fjp9g { z-index: auto; margin: 0px; border: 0px solid transparent; padding: 5px 15px; min-height: 100%; }@media (min-width: 991px){.brz .brz-css-7fjp9g { display: flex; transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-iv6pmr { padding: 0px 15px; }.brz .brz-css-1fcvunk { padding: 0px; margin: 10px 0px; justify-content: center; position: relative; }@media (min-width: 991px){.brz .brz-css-1fcvunk { display: flex; z-index: auto; position: relative; }}.brz .brz-css-1nqc07q { padding: 0px; justify-content: flex-start; }.brz .brz-css-1td1oow:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-1td1oow { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-1td1oow .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-1td1oow .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-1td1oow { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1td1oow .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1td1oow .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1o3qkgz { padding-top: 24.118%; }.brz .brz-css-1o3qkgz > .brz-img { position: absolute; width: 100%; }.brz .brz-css-17krs9l { padding-top: 0px; }.brz .brz-css-17krs9l > .brz-img { position: inherit; }.brz .brz-css-18knidj { flex: 1 1 82.8%; max-width: 82.8%; justify-content: center; }.brz .brz-css-ejl0qv { padding: 0px 15px; }@media (min-width: 991px){.brz .brz-css-1mx4amr .brz-mm-menu__icon { display: none; font-size: 18px; color: #333333; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1mx4amr .brz-menu { display: flex; }}@media (min-width: 991px){.brz .brz-css-yta46u .brz-mm-menu__icon { display: none; font-size: 25px; color: rgba(var(--brz-global-color2),1); }.brz .brz-css-yta46u .brz-menu { display: flex; }}.brz .brz-css-rd6f1x .brz-menu__ul { font-family: var(--brz-buttonfontfamily, initial); color: #000000; }.brz .brz-css-rd6f1x .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item > .brz-a { flex-flow: row; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item > .brz-a { color: #000000; background-color: rgba(255, 255, 255, 0); padding: 0px 5px; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item { color: #000000; background-color: transparent; border: 0px solid #555555; border-radius: 0px; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item > a { border-radius: 0px; }@media (min-width: 991px){.brz .brz-css-rd6f1x .brz-menu__ul { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item > .brz-a { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-rd6f1x .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 5px; margin-left: 5px; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-q1ymkf .brz-menu__ul { font-family: var(--brz-heading6fontfamily, initial); }.brz .brz-css-q1ymkf .brz-menu__ul { margin: 0px -22.5px; }@media (min-width: 991px){.brz .brz-css-q1ymkf .brz-menu__ul { font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-q1ymkf .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 22.5px; margin-left: 22.5px; }}@media (min-width: 991px){.brz .brz-css-q1ymkf:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-q1ymkf .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-q1ymkf .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1jouq43 .brz-menu__item { font-family: var(--brz-buttonfontfamily, initial); color: #ffffff; border-color: #555555; }.brz nav.brz-mm-menu.brz-css-1jouq43 { background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-1jouq43.brz-mm-menu .brz-menu__item .brz-mm-listitem__text { padding: 10px 20px; flex-flow: row; }.brz .brz-css-1jouq43 .brz-menu__item:hover > .brz-mm-listitem__text { color: #ffffff; }.brz .brz-css-1jouq43 .brz-mm-navbar { color: #ffffff; }.brz .brz-css-1jouq43.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1jouq43 .brz-mm-panels > .brz-mm-panel::before { background-image: none; background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-1jouq43.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1jouq43 .brz-mm-panels > .brz-mm-panel { background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-1jouq43 .brz-mm-panels > .brz-mm-panel { background-image: none; }.brz .brz-css-1jouq43 .brz-mm-listitem { border-color: #555555; }@media (min-width: 991px){.brz .brz-css-1jouq43 .brz-menu__item { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz nav.brz-mm-menu.brz-css-1jouq43 { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1jouq43 .brz-menu__item:hover > .brz-mm-listitem__text { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1jouq43 .brz-menu__item .brz-a { justify-content: flex-start; text-align: left; }.brz .brz-css-1jouq43 .brz-mm-navbar { font-family: var(--brz-buttonfontfamily, initial); font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); border-color: #555555; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1jouq43.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next { height: calc(var(--brz-buttonlineheight, initial) * var(--brz-buttonfontsize, initial) + 10px + 10px); padding-right: 20px; }.brz .brz-css-1jouq43.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1jouq43 .brz-mm-panels > .brz-mm-panel::before { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1jouq43.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1jouq43 .brz-mm-panels > .brz-mm-panel { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1jouq43 .brz-mm-listitem { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-1og5zfp .brz-menu__item { font-family: var(--brz-heading6fontfamily, initial); color: rgba(var(--brz-global-color8),1); border-color: rgba(var(--brz-global-color8),0.08); }.brz nav.brz-mm-menu.brz-css-1og5zfp { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-1og5zfp .brz-menu__item:hover > .brz-mm-listitem__text { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-1og5zfp .brz-mm-navbar { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-1og5zfp.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1og5zfp .brz-mm-panels > .brz-mm-panel::before { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-1og5zfp.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-1og5zfp .brz-mm-panels > .brz-mm-panel { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-1og5zfp .brz-mm-listitem { border-color: rgba(var(--brz-global-color8),0.08); }@media (min-width: 991px){.brz .brz-css-1og5zfp .brz-menu__item { font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-1og5zfp .brz-mm-navbar { font-family: var(--brz-heading6fontfamily, initial); font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); border-color: rgba(var(--brz-global-color8),0.08); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-1og5zfp.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next { height: calc(var(--brz-heading6lineheight, initial) * var(--brz-heading6fontsize, initial) + 10px + 10px); padding-right: 20px; }}.brz .brz-css-1lwbfyu { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-1lwbfyu { padding: 10px; }}@media (min-width: 991px){.brz .brz-css-1lngwn3 { padding: 30px; }}.brz .brz-css-1pnojiy > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; }.brz .brz-css-1pnojiy > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0.9); background-image: none; }@media (min-width: 991px){.brz .brz-css-1pnojiy { display: block; }.brz .brz-css-1pnojiy > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1pnojiy > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1rlant8 > .brz-bg { border-radius: 10px; }.brz .brz-css-1rlant8 > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-r06qsx { padding: 15px; min-height: auto; justify-content: flex-start; border: 0px solid transparent; }.brz .brz-css-1xdmxt9 { padding: 0px; }.brz .brz-css-13q6jk6 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-1ngy4qr { width: 100%; mix-blend-mode: normal; }.brz .brz-css-m2djC { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1pu5403 { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-4txphz .brz-menu { display: flex; }}.brz .brz-css-1jtr9zl .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1jtr9zl .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1jtr9zl .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1jtr9zl:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1jtr9zl .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1ee1rhn { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-teLsB { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-fkvp4e { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-mdinzn .brz-menu { display: flex; }}.brz .brz-css-ihihai .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-ihihai .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-ihihai .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-ihihai:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-ihihai .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1m23i7v { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-l8_Fl { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1nzmguq { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-15y7ano .brz-menu { display: flex; }}.brz .brz-css-1jetcw2 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1jetcw2 .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1jetcw2 .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1jetcw2:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1jetcw2 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-9c58w2 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-hJcOR { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1g08nck { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1633der .brz-menu { display: flex; }}.brz .brz-css-1b3v03b .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1b3v03b .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1b3v03b .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1b3v03b:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1b3v03b .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-ckxv77 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-1ey136k { margin: 10px 0px; }.brz .brz-css-mlUFg { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-7wi97f { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-ia4kjs .brz-menu { display: flex; }}.brz .brz-css-vw98jy .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-vw98jy .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-vw98jy .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-vw98jy:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-vw98jy .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-p0oux2 { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-cdLKB { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1dpwpgd { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1ssi7vu .brz-menu { display: flex; }}.brz .brz-css-1nmerli .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1nmerli .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1nmerli .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1nmerli:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1nmerli .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}@media (min-width: 991px){.brz .brz-css-4eoxnz { padding: 30px; }}.brz .brz-css-b6k5uk > .brz-bg { border-radius: 10px; }.brz .brz-css-b6k5uk > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-pif0rp { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-13h1o63 { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-17rlqdr .brz-menu { display: flex; }}.brz .brz-css-wdwls9 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-wdwls9 .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-wdwls9 .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-wdwls9:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-wdwls9 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-rkm2o6 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-hrphty { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1v4spj9 .brz-menu { display: flex; }}.brz .brz-css-1i5he0u .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1i5he0u .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1i5he0u .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1i5he0u:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1i5he0u .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-10t6a6a { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-i0loat { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1xgyuoz .brz-menu { display: flex; }}.brz .brz-css-1vq3e4h .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1vq3e4h .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1vq3e4h .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1vq3e4h:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1vq3e4h .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}@media (min-width: 991px){.brz .brz-css-p8jk1x { padding: 30px; }}.brz .brz-css-1ee6cod > .brz-bg { border-radius: 10px; }.brz .brz-css-1ee6cod > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-1jvxzy { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-e0gwfq { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-187pox7 .brz-menu { display: flex; }}.brz .brz-css-1uelrkt .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1uelrkt .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1uelrkt .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1uelrkt .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1uelrkt .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1uelrkt .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1uelrkt .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1uelrkt .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}.brz .brz-css-1yg72gq { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-13cvncx { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-kdbpky .brz-menu { display: flex; }}.brz .brz-css-w4d1z .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-w4d1z .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-w4d1z .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-w4d1z .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-w4d1z .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-w4d1z .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-w4d1z .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-w4d1z .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}.brz .brz-css-ydihq { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-7j1jcr { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1i53tnv .brz-menu { display: flex; }}.brz .brz-css-11en5yl .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-11en5yl .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-11en5yl .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-11en5yl .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-11en5yl .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-11en5yl .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-11en5yl .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-11en5yl .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}.brz .brz-css-hUpnh { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-gqf4L { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-zoDJx { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-u2M58 { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-sgFqq { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-dP5cH { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-buttonfontfamily, initial) !important; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-hymw48 { padding: 75px 0px; margin: 0px; }.brz .brz-css-hymw48 > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; }.brz .brz-css-hymw48 > .brz-bg::after { box-shadow: none; }.brz .brz-css-hymw48 > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-1a0f2oo { padding: 0px 0px 15px; }.brz .brz-css-1a0f2oo > .brz-bg { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px; }.brz .brz-css-1a0f2oo > .brz-bg > .brz-bg-color { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-d4ox6x { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-d4ox6x { max-width: calc(1 * var(--brz-section-container-max-width, 1170px)); }}@media (min-width: 991px){.brz .brz-css-c1incw { max-width: 100%; }}.brz .brz-css-3lxqgu { padding: 0px; }.brz .brz-css-1k9pxer { flex: 1 1 40.7%; max-width: 40.7%; justify-content: center; }.brz .brz-css-1wr49bi { padding: 0px 15px; }.brz .brz-css-pd58wc { margin: 0px; }.brz .brz-css-pe5zaq { height: 50px; }.brz .brz-css-c4ca48 { flex: 1 1 41.8%; max-width: 41.8%; justify-content: center; }.brz .brz-css-c4ca48 > .brz-bg { border-radius: 0px 0px 0px 15px; margin: 0px; }.brz .brz-css-c4ca48 > .brz-bg > .brz-bg-color { background-color: rgba(var(--brz-global-color8),1); }.brz .brz-css-1x85057 { margin: 0px; padding: 0px 15px; }.brz .brz-css-6bocaj { margin: 0px; }@media (min-width: 991px){.brz .brz-css-1n156bd .brz-mm-menu__icon { display: none; font-size: 25px; color: rgba(var(--brz-global-color2),1); }.brz .brz-css-1n156bd .brz-menu { display: flex; }}.brz .brz-css-u7jkln .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-u7jkln .brz-menu__ul { margin: 0px -22.5px; }@media (min-width: 991px){.brz .brz-css-u7jkln .brz-menu__ul { font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-u7jkln .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 22.5px; margin-left: 22.5px; }}@media (min-width: 991px){.brz .brz-css-u7jkln:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-u7jkln .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; background-color: #ffffff; }.brz .brz-css-u7jkln .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-zfhn9n .brz-menu__item { font-family: var(--brz-heading6fontfamily, initial); color: rgba(var(--brz-global-color8),1); border-color: rgba(var(--brz-global-color8),0.08); }.brz nav.brz-mm-menu.brz-css-zfhn9n { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-zfhn9n .brz-menu__item:hover > .brz-mm-listitem__text { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-zfhn9n .brz-mm-navbar { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-zfhn9n.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-zfhn9n .brz-mm-panels > .brz-mm-panel::before { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-zfhn9n.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-zfhn9n .brz-mm-panels > .brz-mm-panel { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-zfhn9n .brz-mm-listitem { border-color: rgba(var(--brz-global-color8),0.08); }@media (min-width: 991px){.brz .brz-css-zfhn9n .brz-menu__item { font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-zfhn9n .brz-mm-navbar { font-family: var(--brz-heading6fontfamily, initial); font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); border-color: rgba(var(--brz-global-color8),0.08); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-zfhn9n.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next { height: calc(var(--brz-heading6lineheight, initial) * var(--brz-heading6fontsize, initial) + 10px + 10px); padding-right: 20px; }}.brz .brz-css-k7ucx2 { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-k7ucx2 { padding: 30px; }}.brz .brz-css-1ylenam > .brz-bg { border-radius: 10px; }.brz .brz-css-1ylenam > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-78whjd { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-pwn1eh { padding: 0px 15px; }.brz .brz-css-1md3kku { margin: 0px; }.brz .brz-css-whqQU { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-1ca06q4 { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-wmlozy .brz-menu { display: flex; }}.brz .brz-css-59wd66 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-59wd66 .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-59wd66 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-59wd66 .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-59wd66 .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-59wd66 .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-59wd66:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-59wd66 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-59wd66 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1a1ao21 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-dp2ibo { padding: 0px 15px; }.brz .brz-css-1j4dahn { margin: 0px; }.brz .brz-css-x04Dg { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-1rts43e { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-xlwp13 .brz-menu { display: flex; }}.brz .brz-css-mnflcv .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-mnflcv .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-mnflcv .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-mnflcv .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-mnflcv .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-mnflcv .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-mnflcv:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-mnflcv .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; background-color: #ffffff; }.brz .brz-css-mnflcv .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-l4kgq3 { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-9kpcrc { padding: 0px 15px; }.brz .brz-css-1d1lqgo { margin: 0px; }.brz .brz-css-s916M { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-m5bc8a { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-1y8duoc .brz-menu { display: flex; }}.brz .brz-css-1h3wppe .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1h3wppe .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-1h3wppe .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-1h3wppe .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-1h3wppe .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1h3wppe .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-1h3wppe:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1h3wppe .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1h3wppe .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1vi0nar { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-1vi0nar > .brz-bg { margin: 10px 0px 0px; }.brz .brz-css-1b1u7el { margin: 10px 0px 0px; padding: 0px 15px; }.brz .brz-css-xzq1br { margin: 0px; }.brz .brz-css-o_waK { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-154da2i { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-kz2kxh .brz-menu { display: flex; }}.brz .brz-css-sixx6w .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-sixx6w .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-sixx6w .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-sixx6w .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-sixx6w .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-sixx6w .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-sixx6w:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-sixx6w .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-sixx6w .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-1qcfgx0 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-1qcfgx0 > .brz-bg { margin: 10px 0px 0px; }.brz .brz-css-zpvlkm { margin: 10px 0px 0px; padding: 0px 15px; }.brz .brz-css-5np5kr { margin: 0px; }.brz .brz-css-dE2bL { font-size: 16px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-1n2xbw0 { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-xdg7tt .brz-menu { display: flex; }}.brz .brz-css-14ol5ae .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-14ol5ae .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-14ol5ae .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-14ol5ae .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-14ol5ae .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-14ol5ae .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-14ol5ae:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-14ol5ae .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-14ol5ae .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-ev83d3 { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-ev83d3 > .brz-bg { margin: 10px 0px 0px; }.brz .brz-css-sk7xa3 { margin: 10px 0px 0px; padding: 0px 15px; }.brz .brz-css-1y87407 { margin: 0px; }.brz .brz-css-gRB_n { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-71zlsg { margin: 0px; justify-content: flex-start; }@media (min-width: 991px){.brz .brz-css-1cvk3ol .brz-menu { display: flex; }}.brz .brz-css-1fwbtj0 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1fwbtj0 .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-1fwbtj0 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-1fwbtj0 .brz-menu__ul > .brz-menu__item { background-color: transparent; }@media (min-width: 991px){.brz .brz-css-1fwbtj0 .brz-menu__ul { font-size: 17px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1fwbtj0 .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 19px; margin-left: 19px; }}@media (min-width: 991px){.brz .brz-css-1fwbtj0:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1fwbtj0 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1fwbtj0 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-mzkpu2 { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-mzkpu2 { padding: 30px; }}.brz .brz-css-17aws74 > .brz-bg { border-radius: 10px; }.brz .brz-css-17aws74 > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-1nzo { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-yl9uq5 { padding: 0px; }.brz .brz-css-1q1nari { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-aug41u .brz-menu { display: flex; }}.brz .brz-css-a4xht5 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-a4xht5 .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-a4xht5 .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-a4xht5:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-a4xht5 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-12c7veb { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-1xgihi { padding: 0px; }.brz .brz-css-1nypmys { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1km37ka .brz-menu { display: flex; }}.brz .brz-css-eo1glg .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-eo1glg .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-eo1glg .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-eo1glg:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-eo1glg .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-4q2ojo { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-5xx62j { padding: 0px; }.brz .brz-css-13g68si { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1vmo59r .brz-menu { display: flex; }}.brz .brz-css-118x4y7 .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-118x4y7 .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-118x4y7 .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-118x4y7:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-118x4y7 .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-x41lwk { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-x41lwk { padding: 30px; }}.brz .brz-css-1olpd5b > .brz-bg { border-radius: 10px; }.brz .brz-css-1olpd5b > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-1x3pn6s { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-mxuaou { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1bmjtei .brz-menu { display: flex; }}.brz .brz-css-jmunvs .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-jmunvs .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-jmunvs .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-jmunvs:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-jmunvs .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-18ku06 { flex: 1 1 33.3%; max-width: 33.3%; }.brz .brz-css-19adzpl { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-9qc4fe .brz-menu { display: flex; }}.brz .brz-css-1674rpz .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1674rpz .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1674rpz .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1674rpz:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1674rpz .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-12vuihq { flex: 1 1 33.4%; max-width: 33.4%; }.brz .brz-css-1jw4ayr { margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-8awjjf .brz-menu { display: flex; }}.brz .brz-css-1y4er4j .brz-menu__ul { font-family: Overpass, sans-serif; }.brz .brz-css-1y4er4j .brz-menu__ul { display: inline-block; max-width: 100%; width: 100%; margin: 0px; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item > .brz-a { background-color: transparent; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item { background-color: rgba(255, 255, 255, 0); }@media (min-width: 991px){.brz .brz-css-1y4er4j .brz-menu__ul { font-size: 16px; font-weight: 400; line-height: 1.3; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item { margin: 5px 0px; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item:first-child { margin-top: 0px; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item:last-child { margin-bottom: 0px; }}@media (min-width: 991px){.brz .brz-css-1y4er4j:hover .brz-menu__ul { color: #1c76db; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #1c76db; }.brz .brz-css-1y4er4j .brz-menu__ul > .brz-menu__item:hover { color: #1c76db; }}.brz .brz-css-fZykn { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-oNhax { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-qWRqz { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-aC7tU { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-tm_YJ { font-size: 16px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-ad269 { font-size: 16px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-vph142 { flex: 1 1 17.5%; max-width: 17.5%; }.brz .brz-css-vph142 > .brz-bg > .brz-bg-color { background-color: rgba(var(--brz-global-color8),1); }.brz .brz-css-1yp9btk { z-index: auto; position: relative; margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-1yp9btk { display: flex; position: relative; }}.brz .brz-css-m53isg { margin: 0px; }.brz .brz-css-359c0z { justify-content: center; padding: 0px; gap: 20px 10px; }.brz .brz-css-10an20i { font-size: 16px; margin-left: 10px; margin-right: 0px; stroke-width: 1; }.brz .brz-css-4wpq5d { margin-right: 10px; margin-left: 0px; }.brz .brz-css-j6rdtm.brz-btn { display: flex; font-family: var(--brz-buttonfontfamily, initial); font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); color: rgba(var(--brz-global-color8),1); border: 2px solid rgba(var(--brz-global-color3),1); border-radius: 0px; box-shadow: none; flex-flow: row-reverse; padding: 14px 42px; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-j6rdtm.brz-btn:not(.brz-btn--hover) { background-color: rgba(var(--brz-global-color3),1); background-image: none; }.brz .brz-css-j6rdtm.brz-btn.brz-btn-submit { color: rgba(var(--brz-global-color8),1); background-color: rgba(var(--brz-global-color3),1); background-image: none; }.brz .brz-css-j6rdtm::after { height: unset; }@media (min-width: 991px){.brz .brz-css-j6rdtm.brz-btn { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-j6rdtm.brz-btn.brz-btn-submit { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}@media (min-width: 991px){.brz .brz-css-j6rdtm.brz-btn.brz-btn-submit:hover { background-color: rgba(var(--brz-global-color3),0.8); }}.brz .brz-css-2bs2c9.brz-btn { font-family: Overpass, sans-serif; font-weight: 400; font-size: 18px; line-height: 1.7; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; color: #1a1a1a; border: 0px solid rgba(255, 255, 255, 0); border-radius: 8px; box-shadow: rgba(47, 47, 47, 0.32) 2px 3px 16px 3px; flex-flow: row; padding: 10px 24px; text-transform: inherit !important; }.brz .brz-css-2bs2c9.brz-btn:not(.brz-btn--hover) { background-color: rgba(255, 255, 255, 0.8); }@media (min-width: 991px){.brz .brz-css-2bs2c9.brz-btn:hover { color: #000000; box-shadow: rgba(63, 63, 63, 0.32) -1px -1px 1px 1px inset; }}.brz .brz-css-1sobtwp > .brz-bg > .brz-bg-color, .brz.brz-css-1sobtwp:hover > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-15raqw7 > .brz-bg > .brz-bg-color, .brz.brz-css-15raqw7:hover > .brz-bg > .brz-bg-color { background-color: rgba(26, 111, 213, 0.9); }.brz .brz-css-y5976k { justify-content: center; align-items: center; }.brz .brz-css-y5976k > .brz-container__wrap { width: 1170px; }.brz .brz-css-y5976k > .brz-container__wrap .brz-popup2__close { display: block; inset: -36px -36px auto auto; color: #ffffff; }.brz .brz-css-y5976k > .brz-container__wrap .brz-popup2__close .brz-icon-svg, .brz.brz-css-y5976k > .brz-container__wrap .brz-popup2__close:hover .brz-icon-svg { font-size: 16px; padding: 0px; background-color: rgba(0, 0, 0, 0); border-radius: 0px; box-shadow: none; }.brz .brz-css-y5976k .brz-container > .brz-row__container { min-height: auto; align-items: center; }@media (min-width: 991px){.brz .brz-css-y5976k > .brz-container__wrap .brz-popup2__close { transition-duration: 0.5s; }}.brz .brz-css-5s0xy > .brz-container__wrap .brz-popup2__close .brz-icon-svg, .brz.brz-css-5s0xy > .brz-container__wrap .brz-popup2__close:hover .brz-icon-svg { font-size: 24px; background-color: rgba(255, 255, 255, 0); }.brz .brz-css-14g0tmu > .brz-bg { border-radius: 6px; box-shadow: 0px 35px 27px -19px rgba(var(--brz-global-color1),0.86); }.brz .brz-css-14g0tmu > .brz-bg > .brz-bg-color { background-color: #5496e1; }.brz .brz-css-1m0itug { flex: 1 1 100%; max-width: 100%; }.brz .brz-css-1m0itug > .brz-bg > .brz-bg-color { background-color: #5496e1; }.brz .brz-css-pt02an { background-color: rgba(0, 0, 0, 0); background-image: none; width: 100%; border-radius: 0px; border: 2px solid #dcdee1; box-shadow: none; }.brz .brz-css-pt02an .brz-btn, .brz-css-pt02an:hover .brz-search-form { border-radius: 0px; }.brz .brz-css-pt02an .brz-search-form { padding: 0px; }.brz .brz-css-pt02an .brz-search, .brz-css-pt02an:hover .brz-search::placeholder { color: rgba(var(--brz-global-color7),1); font-family: Lato, sans-serif; font-size: 21px; height: 21px; font-weight: 700; letter-spacing: 1px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }@media (min-width: 991px){.brz .brz-css-pt02an { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-pt02an .brz-search, .brz-css-pt02an:hover .brz-search::placeholder { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-1btixxr { border: 0px solid rgba(220, 222, 225, 0); }.brz .brz-css-1btixxr .brz-search, .brz-css-1btixxr:hover .brz-search::placeholder { color: #ffffff; font-size: 25px; height: 37.5px; }.brz .brz-css-1g4imqz { font-size: 24px; margin-right: 0px; margin-left: 0px; }.brz .brz-css-lsf11j.brz-btn { border: 0px solid rgba(35, 157, 219, 0); flex-flow: row; }.brz .brz-css-lsf11j.brz-btn:not(.brz-btn--hover) { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent !important; }.brz .brz-css-lsf11j.brz-btn.brz-btn-submit { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent !important; }@media (min-width: 991px){.brz .brz-css-lsf11j.brz-btn:hover { color: rgba(var(--brz-global-color7),1); border: 0px solid rgba(var(--brz-global-color3),1); }.brz .brz-css-lsf11j.brz-btn.brz-btn-submit:hover { color: rgba(var(--brz-global-color7),1); }}@media (min-width: 991px){.brz .brz-css-1r0nf6p { display: block; }}.brz .brz-css-1dyo1a6 { padding: 75px 0px; margin: 0px; }.brz .brz-css-1dyo1a6 > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; }.brz .brz-css-1dyo1a6 > .brz-bg::after { box-shadow: none; }.brz .brz-css-1dyo1a6 > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-ipn89q { padding: 20px 0px; }.brz .brz-css-ipn89q > .brz-bg { border: 0px solid rgba(0, 21, 127, 0); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px; }.brz .brz-css-ipn89q > .brz-bg > .brz-bg-color { background-color: transparent; background-image: linear-gradient(90deg, #00157f 0%, #1c76db 100%); }.brz .brz-css-tukg1j { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-tukg1j { max-width: calc(1 * var(--brz-section-container-max-width, 1170px)); }}@media (min-width: 991px){.brz .brz-css-1f9rb7v { max-width: 100%; }}.brz .brz-css-18kb5ox { margin: 0px; z-index: auto; align-items: flex-start; }.brz .brz-css-18kb5ox > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; max-width: 100%; mix-blend-mode: normal; }.brz .brz-css-18kb5ox > .brz-row { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-18kb5ox { min-height: auto; display: flex; }.brz .brz-css-18kb5ox > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-18kb5ox > .brz-row { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-2r9uys { padding: 10px; max-width: 100%; }.brz .brz-css-uqshgn { padding: 0px; }.brz .brz-css-1bawqjz { z-index: auto; flex: 1 1 50%; max-width: 50%; justify-content: flex-start; }.brz .brz-css-1bawqjz > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; margin: 0px; mix-blend-mode: normal; }.brz .brz-css-1bawqjz > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-1bawqjz > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1bawqjz > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-38weah { flex: 1 1 33.3%; max-width: 33.3%; justify-content: center; }.brz .brz-css-1y95vb0 { z-index: auto; margin: 0px; border: 0px solid transparent; padding: 5px 15px; min-height: 100%; }@media (min-width: 991px){.brz .brz-css-1y95vb0 { display: flex; transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-iy7tgt { padding: 0px; }.brz .brz-css-7e8zyr { padding: 0px; margin: 10px 0px; justify-content: center; position: relative; }@media (min-width: 991px){.brz .brz-css-7e8zyr { display: flex; z-index: auto; position: relative; }}.brz .brz-css-1i4l7iq { margin: -28px; }.brz .brz-css-l97ods:not(.brz-image--hovered) { max-width: 35%; }.brz .brz-css-l97ods { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-l97ods .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-l97ods .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-l97ods { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-l97ods .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-l97ods .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-15f1fgx { padding-top: 16.7345%; }.brz .brz-css-15f1fgx > .brz-img { position: absolute; width: 100%; }.brz .brz-css-15f522j { padding-top: 0px; }.brz .brz-css-15f522j > .brz-img { position: inherit; }.brz .brz-css-1lnrhu4 { flex: 1 1 50.9%; max-width: 50.9%; justify-content: center; }.brz .brz-css-1lnrhu4 > .brz-bg > .brz-bg-color { background-color: rgba(255, 255, 255, 0); }.brz .brz-css-8o4rbp { padding: 0px; }.brz .brz-css-1vil8iq { margin: 0px; }@media (min-width: 991px){.brz .brz-css-z7yuun .brz-mm-menu__icon { display: none; font-size: 18px; color: #333333; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-z7yuun .brz-menu { display: flex; }}@media (min-width: 991px){.brz .brz-css-1luskjq .brz-mm-menu__icon { display: none; font-size: 25px; color: rgba(var(--brz-global-color2),1); }.brz .brz-css-1luskjq .brz-menu { display: flex; }}.brz .brz-css-1umyrq7 .brz-menu__ul { font-family: var(--brz-buttonfontfamily, initial); color: #000000; }.brz .brz-css-1umyrq7 .brz-menu__ul { display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center; max-width: none; margin: 0px -5px; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item > .brz-a { flex-flow: row; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item > .brz-a { color: #000000; background-color: rgba(255, 255, 255, 0); padding: 0px 5px; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item { color: #000000; background-color: transparent; border: 0px solid #555555; border-radius: 0px; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item > a { border-radius: 0px; }@media (min-width: 991px){.brz .brz-css-1umyrq7 .brz-menu__ul { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item > .brz-a { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-1umyrq7 .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 5px; margin-left: 5px; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-19kig1s .brz-menu__ul { font-family: Overpass, sans-serif; color: #ffffff; }.brz .brz-css-19kig1s .brz-menu__ul { margin: 0px -22.5px; }.brz .brz-css-19kig1s .brz-menu__ul > .brz-menu__item > .brz-a { color: #ffffff; }.brz .brz-css-19kig1s .brz-menu__ul > .brz-menu__item { color: #ffffff; border: 0px solid rgba(80, 80, 80, 0); border-radius: 8px; }.brz .brz-css-19kig1s .brz-menu__ul > .brz-menu__item > a { border-radius: 8px; }@media (min-width: 991px){.brz .brz-css-19kig1s .brz-menu__ul { font-size: 18px; font-weight: 400; line-height: 1.7; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-19kig1s .brz-menu__ul > .brz-menu__item { padding-top: 0px; padding-bottom: 0px; margin-right: 22.5px; margin-left: 22.5px; }}@media (min-width: 991px){.brz .brz-css-19kig1s .brz-menu__ul > .brz-menu__item > .brz-a:hover { background-color: rgba(207, 207, 207, 0.35); }}.brz .brz-css-tytvre .brz-menu__item { font-family: var(--brz-buttonfontfamily, initial); color: #ffffff; border-color: #555555; }.brz nav.brz-mm-menu.brz-css-tytvre { background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-tytvre.brz-mm-menu .brz-menu__item .brz-mm-listitem__text { padding: 10px 20px; flex-flow: row; }.brz .brz-css-tytvre .brz-menu__item:hover > .brz-mm-listitem__text { color: #ffffff; }.brz .brz-css-tytvre .brz-mm-navbar { color: #ffffff; }.brz .brz-css-tytvre.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-tytvre .brz-mm-panels > .brz-mm-panel::before { background-image: none; background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-tytvre.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-tytvre .brz-mm-panels > .brz-mm-panel { background-color: rgba(51, 51, 51, 0.8); }.brz .brz-css-tytvre .brz-mm-panels > .brz-mm-panel { background-image: none; }.brz .brz-css-tytvre .brz-mm-listitem { border-color: #555555; }@media (min-width: 991px){.brz .brz-css-tytvre .brz-menu__item { font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz nav.brz-mm-menu.brz-css-tytvre { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-tytvre .brz-menu__item:hover > .brz-mm-listitem__text { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-tytvre .brz-menu__item .brz-a { justify-content: flex-start; text-align: left; }.brz .brz-css-tytvre .brz-mm-navbar { font-family: var(--brz-buttonfontfamily, initial); font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); border-color: #555555; transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-tytvre.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next { height: calc(var(--brz-buttonlineheight, initial) * var(--brz-buttonfontsize, initial) + 10px + 10px); padding-right: 20px; }.brz .brz-css-tytvre.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-tytvre .brz-mm-panels > .brz-mm-panel::before { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-tytvre.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-tytvre .brz-mm-panels > .brz-mm-panel { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }.brz .brz-css-tytvre .brz-mm-listitem { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-298jkk .brz-menu__item { font-family: var(--brz-heading6fontfamily, initial); color: rgba(var(--brz-global-color8),1); border-color: rgba(var(--brz-global-color8),0.08); }.brz nav.brz-mm-menu.brz-css-298jkk { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-298jkk .brz-menu__item:hover > .brz-mm-listitem__text { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-298jkk .brz-mm-navbar { color: rgba(var(--brz-global-color8),1); }.brz .brz-css-298jkk.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-298jkk .brz-mm-panels > .brz-mm-panel::before { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-298jkk.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz .brz-css-298jkk .brz-mm-panels > .brz-mm-panel { background-color: rgba(var(--brz-global-color2),1); }.brz .brz-css-298jkk .brz-mm-listitem { border-color: rgba(var(--brz-global-color8),0.08); }@media (min-width: 991px){.brz .brz-css-298jkk .brz-menu__item { font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-298jkk .brz-mm-navbar { font-family: var(--brz-heading6fontfamily, initial); font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); border-color: rgba(var(--brz-global-color8),0.08); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }}.brz .brz-css-16401oo { flex: 1 1 15.8%; max-width: 15.8%; }.brz .brz-css-16401oo > .brz-bg { border-radius: 10px; }.brz .brz-css-16401oo > .brz-bg > .brz-bg-color { background-color: rgba(28, 118, 219, 0); }@media (min-width: 991px){.brz .brz-css-1a7hup5 .brz-mm-menu__icon { display: none; }.brz .brz-css-1a7hup5 .brz-menu { display: flex; }}.brz .brz-css-13ixy37 .brz-menu__ul { font-family: Overpass, sans-serif; color: #ffffff; }.brz .brz-css-13ixy37 .brz-menu__ul > .brz-menu__item > .brz-a { flex-flow: row-reverse; justify-content: flex-end; }.brz .brz-css-13ixy37 .brz-menu__ul > .brz-menu__item > .brz-a { color: #ffffff; }.brz .brz-css-13ixy37 .brz-menu__ul > .brz-menu__item { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-13ixy37 .brz-menu__ul { font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }}@media (min-width: 991px){.brz .brz-css-13ixy37:hover .brz-menu__ul { color: #78a2dd; }.brz .brz-css-13ixy37 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #78a2dd; }.brz .brz-css-13ixy37 .brz-menu__ul > .brz-menu__item:hover { color: #78a2dd; }}.brz .brz-css-1f1amu9 { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-1f1amu9 { padding: 10px; }}.brz .brz-css-1ffxq5 { max-width: 100%; }@media (min-width: 991px){.brz .brz-css-1ffxq5 { padding: 30px; }}.brz .brz-css-758it2 > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; }.brz .brz-css-758it2 > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0.9); background-image: none; }@media (min-width: 991px){.brz .brz-css-758it2 { display: block; }.brz .brz-css-758it2 > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-758it2 > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1lsarx4 > .brz-bg { border-radius: 10px; }.brz .brz-css-1lsarx4 > .brz-bg > .brz-bg-color { background-color: rgba(28, 118, 219, 0.9); }.brz .brz-css-15x6p9e { padding: 15px; min-height: auto; justify-content: flex-start; border: 0px solid transparent; }.brz .brz-css-1mkojd4 .brz-menu__ul { font-family: Lato, sans-serif; color: #ffffff; }.brz .brz-css-1mkojd4 .brz-menu__ul > .brz-menu__item > .brz-a { color: #ffffff; }.brz .brz-css-1mkojd4 .brz-menu__ul > .brz-menu__item { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-1mkojd4 .brz-menu__ul { font-size: 18px; font-weight: 400; line-height: 1.4; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }}@media (min-width: 991px){.brz .brz-css-1mkojd4:hover .brz-menu__ul { color: #78a2dd; }.brz .brz-css-1mkojd4 .brz-menu__ul > .brz-menu__item > .brz-a:hover { color: #78a2dd; }.brz .brz-css-1mkojd4 .brz-menu__ul > .brz-menu__item:hover { color: #78a2dd; }}.brz .brz-css-d3yasy { z-index: auto; margin: 0px; }.brz .brz-css-d3yasy.brz-section .brz-section__content { min-height: auto; display: flex; }.brz .brz-css-d3yasy .brz-container { justify-content: center; }@media (min-width: 991px){.brz .brz-css-d3yasy { display: block; }}.brz .brz-css-xfbmwl { z-index: 40; margin: -100px; }.brz .brz-css-7zhunr { padding: 75px 0px; }.brz .brz-css-7zhunr > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-7zhunr > .brz-bg > .brz-bg-image { background-image: none; filter: none; display: block; background-size: cover; background-repeat: no-repeat; mask-image: none; }.brz .brz-css-7zhunr > .brz-bg > .brz-bg-image::after { content: ""; background-image: none; }.brz .brz-css-7zhunr > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-7zhunr > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-7zhunr > .brz-bg > .brz-bg-image { background-attachment: scroll; transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-7zhunr > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1eliule { padding: 100px 0px 135px; }.brz .brz-css-1eliule > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/home_entete-png.webp); background-position: 50% 50%; }.brz .brz-css-1eliule > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/home_entete-png.webp); }@media (min-width: 991px){.brz .brz-css-1eliule > .brz-bg > .brz-bg-image { background-attachment: fixed; }}.brz .brz-css-h9hgb0 { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-h9hgb0 { max-width: calc(1 * var(--brz-section-container-max-width, 1170px)); }}.brz .brz-css-scdhh7 { margin: 0px; z-index: auto; align-items: flex-start; }.brz .brz-css-scdhh7 > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; max-width: 100%; mix-blend-mode: normal; }.brz .brz-css-scdhh7 > .brz-row { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-scdhh7 { min-height: auto; display: flex; }.brz .brz-css-scdhh7 > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-scdhh7 > .brz-row { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1ltj1e3 { padding: 10px; max-width: 100%; }.brz .brz-css-2c71ro { z-index: auto; flex: 1 1 50%; max-width: 50%; justify-content: flex-start; }.brz .brz-css-2c71ro > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; box-shadow: none; margin: 0px; mix-blend-mode: normal; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-image { background-image: none; filter: none; display: block; background-size: cover; background-repeat: no-repeat; mask-image: none; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-image::after { content: ""; background-image: none; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-video { filter: none; display: none; }@media (min-width: 991px){.brz .brz-css-2c71ro > .brz-bg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-image { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-2c71ro > .brz-bg > .brz-bg-color { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1lpmfv { z-index: 72; flex: 1 1 34.1%; max-width: 34.1%; }.brz .brz-css-1lpmfv > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-1lpmfv > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2023/09/background-circle.svg.webp); background-position: 89% 3%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-1lpmfv > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2023/09/background-circle.svg.webp); }.brz .brz-css-1lpmfv > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0.03); mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-f960xk { z-index: auto; margin: 0px; border: 0px solid transparent; padding: 5px 15px; min-height: 100%; }@media (min-width: 991px){.brz .brz-css-f960xk { display: flex; transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-16x73e0 { z-index: 72; }.brz .brz-css-18jjdtl { padding: 0px; margin: 10px 0px; justify-content: center; position: relative; }@media (min-width: 991px){.brz .brz-css-18jjdtl { display: flex; z-index: auto; position: relative; }}.brz .brz-css-whfakb { margin: 0px; }.brz .brz-css-1wi4qk2 { height: 50px; }.brz .brz-css-1clhex0 { height: 113px; }.brz .brz-css-1rb1awq { width: 100%; mix-blend-mode: normal; }.brz .brz-css-komRr { font-size: var(--brz-heading3fontsize, initial); line-height: var(--brz-heading3lineheight, initial); letter-spacing: var(--brz-heading3letterspacing, initial); font-variation-settings: var(--brz-heading3fontvariation, initial); font-weight: var(--brz-heading3bold, initial); font-style: var(--brz-heading3italic, initial); margin-top: 0px !important; margin-bottom: 10px !important; text-align: center !important; font-family: var(--brz-heading3fontfamily, initial) !important; text-decoration: var(--brz-heading3textdecoration, initial) !important; text-transform: var(--brz-heading3texttransform, initial) !important; }.brz .brz-css-cqtN2 { font-size: var(--brz-heading3fontsize, initial); line-height: var(--brz-heading3lineheight, initial); letter-spacing: var(--brz-heading3letterspacing, initial); font-variation-settings: var(--brz-heading3fontvariation, initial); font-weight: var(--brz-heading3bold, initial); font-style: var(--brz-heading3italic, initial); margin-top: 0px !important; margin-bottom: 10px !important; text-align: center !important; font-family: var(--brz-heading3fontfamily, initial) !important; text-decoration: var(--brz-heading3textdecoration, initial) !important; text-transform: var(--brz-heading3texttransform, initial) !important; }.brz .brz-css-n60b2 { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-skThR { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-hBBGD { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-eVWyQ { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-nwPaI { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-17u6gtm { flex: 1 1 65.9%; max-width: 65.9%; }.brz .brz-css-100d18u { margin: 100px 0px -150px; }@media (min-width: 991px){.brz .brz-css-100d18u { z-index: 100; }}.brz .brz-css-t5p866:not(.brz-image--hovered) { max-width: 58%; }.brz .brz-css-t5p866 { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-t5p866 .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-t5p866 .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-t5p866 { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-t5p866 .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-t5p866 .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-aih50o { padding-top: 100.86%; }.brz .brz-css-aih50o > .brz-img { position: absolute; width: 100%; }.brz .brz-css-wi3l5d { padding: 150px 0px 142px; }.brz .brz-css-wi3l5d > .brz-bg > .brz-bg-color { background-color: #1356bd; }.brz .brz-css-ckts2m { padding: 0px; }.brz .brz-css-snbsz0 { flex: 1 1 37.8%; max-width: 37.8%; justify-content: center; }.brz .brz-css-snbsz0 > .brz-bg { border-radius: 15px; margin: 0px 5px 0px 0px; }.brz .brz-css-1e59n8f { margin: 0px 5px 0px 0px; }.brz .brz-css-mxw8yg { padding: 10px 15px; }.brz .brz-css-dt45ox { padding: 5px 10px; margin: 0px; }.brz .brz-css-xaby8e .brz-posts__wrapper > .brz-posts__item { width: 33.3333%; padding: 0px; }.brz .brz-css-gawhbc .brz-posts__wrapper > .brz-posts__item { width: 100%; }.brz .brz-css-mloq6a { flex: 1 1 100%; max-width: 100%; }.brz .brz-css-nvwt2t > .brz-hover-animation__container > .brz-bg { border-radius: 19px; margin: 0px; }.brz .brz-css-nvwt2t > .brz-hover-animation__container > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-1qi3ws0 { animation-name: none; animation-duration: 1000ms; animation-delay: 1000ms; animation-iteration-count: unset; }.brz .brz-css-1q10ph8 { animation-name: zoomIn; animation-duration: 1500ms; animation-delay: 200ms; animation-iteration-count: unset; }.brz .brz-css-10au2dr { margin: 0px; }.brz .brz-css-1nv2ysx { margin: 10px 0px; }.brz .brz-css-zuu1x3:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-zuu1x3 { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-zuu1x3 .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-zuu1x3 .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-zuu1x3 { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-zuu1x3 .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-zuu1x3 .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1nx4by2 { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-1nx4by2 .brz-picture { mask-size: cover; mask-position: center center; }.brz .brz-css-svhv2o { padding-top: 100%; }.brz .brz-css-svhv2o > .brz-img { position: absolute; width: 100%; }.brz .brz-css-1faelep { padding-top: 0px; }.brz .brz-css-1faelep > .brz-img { position: inherit; }.brz .brz-css-1owkh4z { text-align: left; }.brz .brz-css-1owkh4z * { color: #000000; font-family: var(--brz-heading2fontfamily, initial); font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); text-shadow: #000000 0px 0px 0px; font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-1owkh4z .brz-wp-title-content { -webkit-text-stroke: rgba(var(--brz-global-color2),0) 0px; }@media (min-width: 991px){.brz .brz-css-1owkh4z * { transition-duration: 0.5s; }}.brz .brz-css-1512qkb { text-align: center; }.brz .brz-css-1512qkb * { font-family: Lato, sans-serif; font-size: 20px; line-height: 1.3; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-o2mci9 * { color: #1356bd; font-family: var(--brz-heading6fontfamily, initial); font-size: var(--brz-heading6fontsize, initial); line-height: var(--brz-heading6lineheight, initial); letter-spacing: var(--brz-heading6letterspacing, initial); font-variation-settings: var(--brz-heading6fontvariation, initial); font-weight: var(--brz-heading6bold, initial); font-style: var(--brz-heading6italic, initial); text-decoration: var(--brz-heading6textdecoration, initial) !important; text-transform: var(--brz-heading6texttransform, initial) !important; }.brz .brz-css-yd8frl { text-align: left; }.brz .brz-css-yd8frl * { color: #000000; font-family: var(--brz-paragraphfontfamily, initial); font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-1rsoeng { text-align: center; }.brz .brz-css-1ns48eq { text-align: center; }.brz .brz-css-1ns48eq * { font-family: Overpass, sans-serif; font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; text-transform: inherit !important; }.brz .brz-css-cfArw { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-19swju6 { z-index: auto; position: relative; margin: 10px 0px; }@media (min-width: 991px){.brz .brz-css-19swju6 { display: flex; position: relative; }}.brz .brz-css-zcshjc { justify-content: center; padding: 0px; gap: 20px 10px; }.brz .brz-css-h4h2k5 { font-size: 16px; margin-left: 10px; margin-right: 0px; stroke-width: 1; }.brz .brz-css-1r6t5cx.brz-btn { display: flex; font-family: var(--brz-buttonfontfamily, initial); font-size: var(--brz-buttonfontsize, initial); line-height: var(--brz-buttonlineheight, initial); letter-spacing: var(--brz-buttonletterspacing, initial); font-variation-settings: var(--brz-buttonfontvariation, initial); font-weight: var(--brz-buttonbold, initial); font-style: var(--brz-buttonitalic, initial); color: rgba(var(--brz-global-color8),1); border: 2px solid rgba(var(--brz-global-color3),1); border-radius: 0px; box-shadow: none; flex-flow: row-reverse; padding: 14px 42px; text-decoration: var(--brz-buttontextdecoration, initial) !important; text-transform: var(--brz-buttontexttransform, initial) !important; }.brz .brz-css-1r6t5cx.brz-btn:not(.brz-btn--hover) { background-color: rgba(var(--brz-global-color3),1); background-image: none; }.brz .brz-css-1r6t5cx::after { height: unset; }@media (min-width: 991px){.brz .brz-css-1r6t5cx.brz-btn { transition-duration: 0.5s; transition-property: filter, color, background, border-color, box-shadow; }}.brz .brz-css-18vhzqv.brz-btn { padding: 11px 26px; }.brz .brz-css-1y7xzdv.brz-btn { border: 0px solid rgba(183, 178, 203, 0); }.brz .brz-css-1y7xzdv.brz-btn:not(.brz-btn--hover) { background-color: #1356bd; }@media (min-width: 991px){.brz .brz-css-1y7xzdv.brz-btn:hover { border: 0px solid rgba(var(--brz-global-color3),1); }}.brz .brz-css-14gafss { z-index: 50; flex: 1 1 62.2%; max-width: 62.2%; justify-content: center; }.brz .brz-css-14gafss > .brz-bg { border-radius: 15px 0px 0px 15px; margin: -150px -140px -100px 100px; }.brz .brz-css-14gafss > .brz-bg > .brz-bg-color { background-color: transparent; background-image: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 100%); }.brz .brz-css-mokto5 { z-index: 50; margin: -150px -140px -100px 100px; padding: 0px 0px 5px; }.brz .brz-css-1tyrdov { margin: 44px 0px 10px 44px; }.brz .brz-css-ijKhF { font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-heading2fontfamily, initial) !important; text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-1klkx8z { padding: 10px 15px 10px 10px; margin: 0px 0px 10px; }.brz .brz-css-ba96cm .brz-posts__wrapper > .brz-posts__item { width: 100%; padding: 5px; }@media (min-width: 991px){.brz .brz-css-ytkl24:hover > .brz-bg > .brz-bg-color { background-color: #e5e5e5; }}.brz .brz-css-1xaws96 { margin: 0px; }.brz .brz-css-io2lze:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-io2lze { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-io2lze .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-io2lze .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-io2lze { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-io2lze .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-io2lze .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1kmynpn { border-radius: 10px; }.brz .brz-css-1kmynpn .brz-picture::after { border-radius: 10px; }.brz .brz-css-11uszux { padding-top: 75.0016%; }.brz .brz-css-11uszux > .brz-img { position: absolute; width: 100%; }.brz .brz-css-xd1rxo { padding-top: 0px; }.brz .brz-css-xd1rxo > .brz-img { position: inherit; }.brz .brz-css-13krglp { padding: 0px 15px; }.brz .brz-css-mENLC { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-dbLBb { font-size: 20px; line-height: 1.4; font-weight: 600; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-m_pcu { font-size: 16px; line-height: 1.3; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-1scnk1e { padding: 101px 0px 90px; }.brz .brz-css-1scnk1e > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-reE1v { font-size: var(--brz-heading3fontsize, initial); line-height: var(--brz-heading3lineheight, initial); letter-spacing: var(--brz-heading3letterspacing, initial); font-variation-settings: var(--brz-heading3fontvariation, initial); font-weight: var(--brz-heading3bold, initial); font-style: var(--brz-heading3italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: var(--brz-heading3fontfamily, initial) !important; text-decoration: var(--brz-heading3textdecoration, initial) !important; text-transform: var(--brz-heading3texttransform, initial) !important; }.brz .brz-css-aik302 { margin: 0px; }.brz .brz-css-16epwri .brz-carousel__slider { padding-right: 70px; padding-left: 70px; }.brz .brz-css-16epwri .brz-carousel__slider .slick-list { padding-top: 10px; padding-bottom: 30px; margin-left: 0px; margin-right: 0px; }.brz .brz-css-16epwri .brz-carousel__slider .slick-list .slick-track .slick-slide { padding-left: calc(0px); padding-right: calc(0px); }.brz .brz-css-16epwri .brz-carousel__slider .brz-slick-slider__arrow { color: #000000; }.brz .brz-css-16epwri .brz-carousel__slider .brz-slick-slider__arrow-prev { left: 30px; }.brz .brz-css-16epwri .brz-carousel__slider .brz-slick-slider__arrow-next { right: 30px; }.brz .brz-css-ua38a0 .brz-carousel__slider { padding-right: 84px; padding-left: 85px; }.brz .brz-css-ua38a0 .brz-carousel__slider .slick-list { padding-top: 23px; padding-bottom: 27px; margin-left: 0px; margin-right: 0px; }.brz .brz-css-ua38a0 .brz-carousel__slider .slick-list .slick-track .slick-slide { padding-left: calc(5.5px); padding-right: calc(5.5px); }.brz .brz-css-ua38a0 .brz-carousel__slider .brz-slick-slider__arrow { color: #1c76db; }.brz .brz-css-ua38a0 .brz-carousel__slider .brz-slick-slider__arrow-prev { left: 40px; }.brz .brz-css-ua38a0 .brz-carousel__slider .brz-slick-slider__arrow-next { right: 40px; }.brz .brz-css-1d3yq8b { justify-content: center; }.brz .brz-css-1d3yq8b > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-1d3yq8b > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/torique_3-jpg.webp); background-position: 50% 50%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-1d3yq8b > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/torique_3-jpg.webp); }.brz .brz-css-htg5v8 { padding: 150px 0px; }.brz .brz-css-pZFMu { font-size: 27px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-gazh9 { justify-content: center; }.brz .brz-css-gazh9 > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-gazh9 > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/BE_9-jpg.webp); background-position: 50% 50%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-gazh9 > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/BE_9-jpg.webp); }.brz .brz-css-v6cm { padding: 150px 0px; }.brz .brz-css-vn7Y8 { font-size: 27px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-uk6jen { justify-content: center; }.brz .brz-css-uk6jen > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-uk6jen > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/Clamp_3-jpg.webp); background-position: 50% 50%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-uk6jen > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/Clamp_3-jpg.webp); }.brz .brz-css-59kjf6 { padding: 150px 0px; min-height: 100%; }.brz .brz-css-cOgzG { font-size: 27px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-16r7tsp { justify-content: center; }.brz .brz-css-16r7tsp > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-16r7tsp > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/Coussinet-TU_Et_TU-B-png.webp); background-position: 50% 50%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-16r7tsp > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/01/Coussinet-TU_Et_TU-B-png.webp); }.brz .brz-css-1fi8n61 { padding: 150px 0px; min-height: 100%; }.brz .brz-css-izW7V { font-size: 27px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-72plqv { justify-content: center; }.brz .brz-css-72plqv > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-72plqv > .brz-bg > .brz-bg-image { background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/02/shutterstock_191582315-jpg.webp); background-position: 100% 100%; mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-72plqv > .brz-bg > .brz-bg-image::after { content: ""; background-image: url(//techne.cn/wp-content/swift-ai/images/wp-content/uploads/2024/02/shutterstock_191582315-jpg.webp); }.brz .brz-css-72plqv > .brz-bg > .brz-bg-color { background-color: rgba(143, 143, 143, 0.32); mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-zpzh09 { padding: 150px 0px; }.brz .brz-css-dyaH_ { font-size: 27px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: center !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-5yo9m2 { padding: 78px 0px 75px; }.brz .brz-css-5yo9m2 > .brz-bg > .brz-bg-color { background-color: transparent; background-image: linear-gradient(90deg, #155dc3 0%, #062a93 100%); }.brz .brz-css-1kn40g2 { flex: 1 1 100%; max-width: 100%; }.brz .brz-css-1ds31aa { padding: 0px; }.brz .brz-css-5jp4s7 { margin: 10px 0px; }.brz .brz-css-4a0713 { max-width: 100%; }.brz .brz-css-r1c2as { padding: 100px 0px; }.brz .brz-css-r1c2as > .brz-bg > .brz-bg-color { background-color: #062a93; }.brz .brz-css-1fbvgn1 { flex: 1 1 48.2%; max-width: 48.2%; justify-content: center; }.brz .brz-css-1fbvgn1 > .brz-bg { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); margin: 0px 200px 0px 5px; }.brz .brz-css-bli10k { margin: 0px 200px 0px 5px; padding: 0px; }.brz .brz-css-1g7grio { margin: 10px 0px 10px -78px; }.brz .brz-css-1e64qu9 { animation-name: none; animation-duration: 1000ms; animation-delay: 1000ms; animation-iteration-count: unset; }.brz .brz-css-1o0bhkj { animation-name: fadeIn; animation-duration: 1000ms; animation-delay: 0ms; animation-iteration-count: unset; }.brz .brz-css-i7bbx1:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-i7bbx1 { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-i7bbx1 .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-i7bbx1 .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-i7bbx1 { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-i7bbx1 .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-i7bbx1 .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-qm5jii { --shadowColor: rgba(0, 0, 0, 0) 0px 0px 0px; filter: drop-shadow(var(--shadowColor)); }.brz .brz-css-qm5jii .brz-picture { mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjUwcHgiIGhlaWdodD0iMjUwcHgiIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q2lyY2xlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkNpcmNsZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGNpcmNsZSBmaWxsPSIjRkYwMDY2IiBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiPjwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4="); mask-size: contain; mask-position: center center; mask-repeat: no-repeat; }.brz .brz-css-18q66ol { padding-top: 80.3914%; }.brz .brz-css-18q66ol > .brz-img { position: absolute; width: 100%; }.brz .brz-css-1ul0t1y { padding-top: 0px; }.brz .brz-css-1ul0t1y > .brz-img { position: inherit; }.brz .brz-css-13h9bz9 { flex: 1 1 51.8%; max-width: 51.8%; justify-content: flex-end; }.brz .brz-css-13h9bz9 > .brz-bg { margin: -71px 0px -100px; }.brz .brz-css-13h9bz9 > .brz-bg > .brz-bg-color { background-color: transparent; background-image: linear-gradient(#1c75da 0%, #001680 100%); }.brz .brz-css-1o3l16w { margin: -71px 0px -100px; padding: 0px 0px 0px 59px; }.brz .brz-css-19gg7t5 { animation-name: none; animation-duration: 1000ms; animation-delay: 1000ms; animation-iteration-count: unset; }.brz .brz-css-13o9vd7 { animation-name: none; animation-duration: 1000ms; animation-delay: 1000ms; animation-iteration-count: unset; }.brz .brz-css-ib0gv { font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-heading2fontfamily, initial) !important; text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-ekn98 { font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-heading2fontfamily, initial) !important; text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-t4q7ub { animation-name: none; animation-duration: 1000ms; animation-delay: 1000ms; animation-iteration-count: unset; }.brz .brz-css-9mucoj { animation-name: fadeIn; animation-duration: 1000ms; animation-delay: 200ms; animation-iteration-count: unset; }.brz .brz-css-1wknzxd { flex: 1 1 24.2%; max-width: 24.2%; }.brz .brz-css-1wknzxd > .brz-bg { margin: 0px; }.brz .brz-css-and9vo { margin: 0px; }.brz .brz-css-18n0y3v { color: rgba(var(--brz-global-color3),1); border: 0px solid rgba(35, 157, 219, 0); box-shadow: none; font-size: 48px; background-color: rgba(189, 225, 244, 0); background-image: none; padding: 0px; stroke-width: 1; border-radius: 0px; }@media (min-width: 991px){.brz .brz-css-18n0y3v { transition-duration: 0.5s; transition-property: color, box-shadow, background, border, border-color; }}@media (min-width: 991px){.brz .brz-css-18n0y3v:hover { color: rgba(var(--brz-global-color3),0.8); }}.brz .brz-css-13sb2u6 { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-13sb2u6:hover { color: rgba(195, 195, 195, 0.8); }}.brz .brz-css-1ee3jyq { flex: 1 1 75.8%; max-width: 75.8%; }.brz .brz-css-vpjNE { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-1ygj9zp { animation-name: fadeIn; animation-duration: 1000ms; animation-delay: 200ms; animation-iteration-count: unset; }.brz .brz-css-145c8h8 { flex: 1 1 23.1%; max-width: 23.1%; }.brz .brz-css-145c8h8 > .brz-bg { margin: 0px; }.brz .brz-css-1kgcp50 { margin: 0px; }.brz .brz-css-m44dag { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-m44dag:hover { color: rgba(195, 195, 195, 0.8); }}.brz .brz-css-1lbb2hd { flex: 1 1 76.9%; max-width: 76.9%; }.brz .brz-css-cW4PN { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-zno2u5 { animation-name: fadeIn; animation-duration: 1000ms; animation-delay: 200ms; animation-iteration-count: unset; }.brz .brz-css-1qgsu2z { flex: 1 1 23.7%; max-width: 23.7%; }.brz .brz-css-1qgsu2z > .brz-bg { margin: 0px; }.brz .brz-css-1unx64t { margin: 0px; }.brz .brz-css-1gtxqxe { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-1gtxqxe:hover { color: rgba(195, 195, 195, 0.8); }}.brz .brz-css-1w0gbbb { flex: 1 1 76.3%; max-width: 76.3%; }.brz .brz-css-akWfM { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-2ggpjk { animation-name: fadeIn; animation-duration: 1000ms; animation-delay: 200ms; animation-iteration-count: unset; }.brz .brz-css-fu9ik7 { flex: 1 1 23.4%; max-width: 23.4%; }.brz .brz-css-1dcpmcy { color: #ffffff; }@media (min-width: 991px){.brz .brz-css-1dcpmcy:hover { color: rgba(195, 195, 195, 0.8); }}.brz .brz-css-w8s84b { flex: 1 1 76.6%; max-width: 76.6%; }.brz .brz-css-kuEep { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-gyb3y8 { padding: 0px 50px 0px 0px; }.brz .brz-css-d7q1Z { font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-heading2fontfamily, initial) !important; text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-en5wxl { z-index: 100; margin: 100px 0px 0px; }.brz .brz-css-9con09 { padding: 0px 200px 79px 0px; }.brz .brz-css-9con09 > .brz-bg > .brz-bg-color { background-color: #ffffff; }.brz .brz-css-1qlls8j { flex: 1 1 100%; max-width: 100%; }.brz .brz-css-1qlls8j > .brz-bg { border-radius: 0px 9px 9px 0px; margin: -150px 0px 0px -60px; }.brz .brz-css-1qlls8j > .brz-bg > .brz-bg-color { background-color: #968c7e; }.brz .brz-css-1lozurn { margin: -150px 0px 0px -60px; padding: 15px 0px 60px 30px; }.brz .brz-css-1a39qjh { flex: 1 1 56.3%; max-width: 56.3%; }.brz .brz-css-11pcn80 { padding: 70px 15px 5px 100px; }.brz .brz-css-17hadqe { padding: 0px 0px 0px 33px; }.brz .brz-css-gl89B { font-size: var(--brz-heading2fontsize, initial); line-height: var(--brz-heading2lineheight, initial); letter-spacing: var(--brz-heading2letterspacing, initial); font-variation-settings: var(--brz-heading2fontvariation, initial); font-weight: var(--brz-heading2bold, initial); font-style: var(--brz-heading2italic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-heading2fontfamily, initial) !important; text-decoration: var(--brz-heading2textdecoration, initial) !important; text-transform: var(--brz-heading2texttransform, initial) !important; }.brz .brz-css-ygLBX { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-hoexU { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-gcYPn { font-size: var(--brz-paragraphfontsize, initial); line-height: var(--brz-paragraphlineheight, initial); letter-spacing: var(--brz-paragraphletterspacing, initial); font-variation-settings: var(--brz-paragraphfontvariation, initial); font-weight: var(--brz-paragraphbold, initial); font-style: var(--brz-paragraphitalic, initial); margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: var(--brz-paragraphfontfamily, initial) !important; text-decoration: var(--brz-paragraphtextdecoration, initial) !important; text-transform: var(--brz-paragraphtexttransform, initial) !important; }.brz .brz-css-1ujyl6x { flex: 1 1 43.7%; max-width: 43.7%; justify-content: center; }.brz .brz-css-1ujyl6x > .brz-bg { margin: 70px 54px -15px 0px; }.brz .brz-css-1ujyl6x > .brz-bg > .brz-bg-video { display: block; }.brz .brz-css-16dn3vv { margin: 70px 54px -15px 0px; padding: 0px 15px; }.brz .brz-css-1rft20s { height: 20px; }.brz .brz-css-1sucrhs { padding: 75px 0px; min-height: auto; display: flex; margin: 0px; z-index: auto; }.brz .brz-css-1sucrhs > .brz-bg { border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; }.brz .brz-css-1sucrhs > .brz-bg::after { box-shadow: none; }.brz .brz-css-1sucrhs > .brz-bg > .brz-bg-color { background-color: rgba(0, 0, 0, 0); background-image: none; mask-image: none; }.brz .brz-css-1sucrhs .brz-container { justify-content: center; }.brz .brz-css-9a3yyd { padding: 15px 0px; margin: 0px 0px 0px -110px; }.brz .brz-css-9a3yyd > .brz-bg > .brz-bg-color { background-color: transparent; background-image: linear-gradient(90deg, #072f97 0%, #145cc2 100%); }.brz .brz-css-1j3l22w { border: 0px solid transparent; }@media (min-width: 991px){.brz .brz-css-1j3l22w { max-width: calc(1 * var(--brz-section-container-max-width, 1170px)); }}@media (min-width: 991px){.brz .brz-css-1fy70nc { max-width: calc(0.9 * var(--brz-section-container-max-width, 1170px)); }}.brz .brz-css-lss89b { flex: 1 1 48.7%; max-width: 48.7%; }.brz .brz-css-lss89b > .brz-bg { margin: 0px 0px 0px -10px; }.brz .brz-css-1y8oila { margin: 0px 0px 0px -10px; padding: 5px 15px 5px 5px; }.brz .brz-css-13zznlq { margin: 10px 0px 10px -12px; justify-content: flex-start; }.brz .brz-css-113q4hg:not(.brz-image--hovered) { max-width: 45%; }.brz .brz-css-113q4hg { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-113q4hg .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-113q4hg .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-113q4hg { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-113q4hg .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-113q4hg .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-10i50at { padding-top: 33.4668%; }.brz .brz-css-10i50at > .brz-img { position: absolute; width: 100%; }.brz .brz-css-1mv5yn6 { margin: 10px 0px 10px 6px; }.brz .brz-css-tJVvR { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-12gn4er { margin: 10px 0px 0px -12px; }.brz .brz-css-1aen96r { justify-content: flex-start; }.brz .brz-css-it0w5b { font-size: 25px; margin-right: 10px; margin-left: 0px; }.brz .brz-css-12dwai2.brz-btn { font-family: Overpass, sans-serif; font-weight: 400; font-size: 17px; line-height: 1.5; letter-spacing: 0px; font-variation-settings: "wght" 700, "wdth" 100, "SOFT" 0; color: #ffffff; border: 0px solid rgba(255, 255, 255, 0); border-radius: 31px; flex-flow: row; padding: 8px 18px; text-transform: inherit !important; }.brz .brz-css-12dwai2.brz-btn:not(.brz-btn--hover) { background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent !important; }@media (min-width: 991px){.brz .brz-css-12dwai2.brz-btn:hover { color: #78a2dd; }}.brz .brz-css-1b7vage { flex: 1 1 41.4%; max-width: 41.4%; }.brz .brz-css-1b7vage > .brz-bg { margin: 5px 0px 0px; }.brz .brz-css-15ec8pc { margin: 5px 0px 0px; padding: 20px 0px 55px 39px; }.brz .brz-css-yP4X8 { font-size: 18px; line-height: 1.7; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; }.brz .brz-css-eqzahf { justify-content: flex-start; }.brz .brz-css-nf7k6d:not(.brz-image--hovered) { max-width: 32%; }.brz .brz-css-nf7k6d { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-nf7k6d .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-nf7k6d .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-nf7k6d { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-nf7k6d .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-nf7k6d .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-1q8bqbm { padding-top: 31.9987%; }.brz .brz-css-1q8bqbm > .brz-img { position: absolute; width: 100%; }.brz .brz-css-oljjzq { padding-top: 0px; }.brz .brz-css-oljjzq > .brz-img { position: inherit; }.brz .brz-css-10un95d { flex: 1 1 9.9%; max-width: 9.9%; justify-content: flex-end; }.brz .brz-css-10un95d > .brz-bg { margin: 0px -100px -100px -21px; }.brz .brz-css-1p3rlt3 { margin: 0px -100px -100px -21px; padding: 5px 15px 0px 0px; }.brz .brz-css-faonh { margin: 100px 0px -100px -100px; }.brz .brz-css-1uga7g1:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-1uga7g1 { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-1uga7g1 .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-1uga7g1 .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-1uga7g1 { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1uga7g1 .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-1uga7g1 .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-13qt7oq { padding-top: 100%; }.brz .brz-css-13qt7oq > .brz-img { position: absolute; width: 100%; }.brz .brz-css-1xtejby { flex: 1 1 50%; max-width: 50%; }.brz .brz-css-1xtejby > .brz-bg { margin: 0px 0px 0px -21px; }.brz .brz-css-1w4n4rv { margin: 0px 0px 0px -21px; }.brz .brz-css-1e3q1hx { flex: 1 1 20%; max-width: 20%; }.brz .brz-css-1e3q1hx > .brz-bg { border-radius: 8px; margin: 0px; }@media (min-width: 991px){.brz .brz-css-1e3q1hx:hover > .brz-bg > .brz-bg-color { background-color: rgba(28, 108, 201, 0.6); }}.brz .brz-css-1r0vmuu { margin: 0px; }.brz .brz-css-9vjig3 { margin: 0px; }.brz .brz-css-kr1lo { font-size: 17px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-1yktnd1 { flex: 1 1 20%; max-width: 20%; }.brz .brz-css-1yktnd1 > .brz-bg { border-radius: 8px; margin: 0px; }@media (min-width: 991px){.brz .brz-css-1yktnd1:hover > .brz-bg > .brz-bg-color { background-color: rgba(28, 108, 201, 0.6); }}.brz .brz-css-kwute0 { margin: 0px; }.brz .brz-css-lxbwev { margin: 0px; }.brz .brz-css-e0wC7 { font-size: 17px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-jgkom4 { flex: 1 1 20%; max-width: 20%; }.brz .brz-css-jgkom4 > .brz-bg { border-radius: 8px; margin: 0px; }@media (min-width: 991px){.brz .brz-css-jgkom4:hover > .brz-bg > .brz-bg-color { background-color: rgba(28, 108, 201, 0.6); }}.brz .brz-css-6t2w4d { margin: 0px; }.brz .brz-css-1lck2bl { margin: 0px; }.brz .brz-css-uMcgH { font-size: 17px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-1vktik5 { flex: 1 1 28.4%; max-width: 28.4%; }.brz .brz-css-1vktik5 > .brz-bg { border-radius: 8px; margin: 0px; }@media (min-width: 991px){.brz .brz-css-1vktik5:hover > .brz-bg > .brz-bg-color { background-color: rgba(28, 108, 201, 0.6); }}.brz .brz-css-mxsbxi { margin: 0px; }.brz .brz-css-wt4z8r { margin: 0px; }.brz .brz-css-tH6R9 { font-size: 17px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: left !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-css-a2lmii { flex: 1 1 11.6%; max-width: 11.6%; }.brz .brz-css-1lj2qje { height: 25px; }.brz .brz-css-bboo3s { flex: 1 1 50%; max-width: 50%; justify-content: flex-end; }.brz .brz-css-460wt9 { padding: 5px 0px 10px; }.brz .brz-css-x80qcn { flex: 1 1 11.4%; max-width: 11.4%; }.brz .brz-css-1lss5ek { padding: 0px 15px; min-height: 20px; flex-grow: 1; justify-content: inherit; }.brz .brz-css-1teuydu { margin: 15px 0px 10px; display: flex; width: 100%; }@media (min-width: 991px){.brz .brz-css-1teuydu { z-index: 11; position: absolute; width: 30%; align-items: stretch; top: 0px; bottom: unset; right: unset; left: 35px; }}.brz .brz-css-ch5pg1:not(.brz-image--hovered) { max-width: 100%; }.brz .brz-css-ch5pg1 { height: auto; box-shadow: none; border: 0px solid rgba(102, 115, 141, 0); border-radius: 0px; mix-blend-mode: normal; }.brz .brz-css-ch5pg1 .brz-picture::after { box-shadow: none; background-color: rgba(255, 255, 255, 0); background-image: none; border-radius: 0px; }.brz .brz-css-ch5pg1 .brz-picture { filter: none; mask-image: none; }@media (min-width: 991px){.brz .brz-css-ch5pg1 { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-ch5pg1 .brz-picture::after { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }.brz .brz-css-ch5pg1 .brz-picture { transition-duration: 0.5s; transition-property: filter, box-shadow, background, border-radius, border-color; }}.brz .brz-css-minfqj { padding-top: 111.111%; }.brz .brz-css-minfqj > .brz-img { position: absolute; width: 100%; }.brz .brz-css-1tibu39 { padding-top: 0px; }.brz .brz-css-1tibu39 > .brz-img { position: inherit; }.brz .brz-css-371s9r { flex: 1 1 88.6%; max-width: 88.6%; }.brz .brz-css-16uxobq { padding: 5px 15px 5px 0px; }.brz .brz-css-7eax31 { flex: 1 1 100%; max-width: 100%; justify-content: flex-end; }.brz .brz-css-1g9zue1 { padding: 5px 0px 10px 35px; }.brz .brz-css-11fw92g { margin: 0px; }.brz .brz-css-v9Pln { font-size: 17px; line-height: 1.5; font-weight: 400; letter-spacing: 0px; font-variation-settings: "wght" 400, "wdth" 100, "SOFT" 0; margin-top: 0px !important; margin-bottom: 0px !important; text-align: justify !important; font-family: Overpass, sans-serif !important; text-transform: inherit !important; }.brz .brz-cp-color7, .brz .brz-bcp-color7 { color: rgb(var(--brz-global-color7)); }.brz .brz-cp-color8, .brz .brz-bcp-color8 { color: rgb(var(--brz-global-color8)); }:root { --brz-global-color1: 0, 3, 6; --brz-global-color2: 255, 255, 255; --brz-global-color3: 116, 86, 241; --brz-global-color4: 94, 63, 222; --brz-global-color5: 96, 10, 255; --brz-global-color6: 245, 245, 245; --brz-global-color7: 77, 93, 109; --brz-global-color8: 255, 255, 255; }:root { --brz-paragraphfontfamily: 'Overpass', sans-serif; --brz-paragraphfontsize: 16px; --brz-paragraphfontsizesuffix: undefined; --brz-paragraphfontweight: 400; --brz-paragraphletterspacing: 0px; --brz-paragraphlineheight: 1.7; --brz-paragraphfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-paragraphtabletfontsize: 15px; --brz-paragraphtabletfontweight: 400; --brz-paragraphtabletletterspacing: 0px; --brz-paragraphtabletlineheight: 1.6; --brz-paragraphtabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-paragraphmobilefontsize: 15px; --brz-paragraphmobilefontweight: 400; --brz-paragraphmobileletterspacing: 0px; --brz-paragraphmobilelineheight: 1.6; --brz-paragraphmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-paragraphstoryfontsize: 3.68%; --brz-paragraphbold: 400; --brz-paragraphitalic: inherit; --brz-paragraphtextdecoration: inherit; --brz-paragraphtexttransform: inherit; --brz-paragraphtabletbold: 400; --brz-paragraphtabletitalic: inherit; --brz-paragraphtablettextdecoration: inherit; --brz-paragraphtablettexttransform: inherit; --brz-paragraphmobilebold: 400; --brz-paragraphmobileitalic: inherit; --brz-paragraphmobiletextdecoration: inherit; --brz-paragraphmobiletexttransform: inherit; --brz-subtitlefontfamily: 'Overpass', sans-serif; --brz-subtitlefontsize: 17px; --brz-subtitlefontsizesuffix: px; --brz-subtitlefontweight: 400; --brz-subtitleletterspacing: 0px; --brz-subtitlelineheight: 1.7; --brz-subtitlefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-subtitletabletfontsize: 17px; --brz-subtitletabletfontweight: 400; --brz-subtitletabletletterspacing: 0px; --brz-subtitletabletlineheight: 1.7; --brz-subtitletabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-subtitlemobilefontsize: 16px; --brz-subtitlemobilefontweight: 400; --brz-subtitlemobileletterspacing: 0px; --brz-subtitlemobilelineheight: 1.6; --brz-subtitlemobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-subtitlestoryfontsize: 3.91%; --brz-subtitlebold: 400; --brz-subtitleitalic: inherit; --brz-subtitletextdecoration: inherit; --brz-subtitletexttransform: inherit; --brz-subtitletabletbold: 400; --brz-subtitletabletitalic: inherit; --brz-subtitletablettextdecoration: inherit; --brz-subtitletablettexttransform: inherit; --brz-subtitlemobilebold: 400; --brz-subtitlemobileitalic: inherit; --brz-subtitlemobiletextdecoration: inherit; --brz-subtitlemobiletexttransform: inherit; --brz-abovetitlefontfamily: 'Overpass', sans-serif; --brz-abovetitlefontsize: 18px; --brz-abovetitlefontsizesuffix: px; --brz-abovetitlefontweight: 700; --brz-abovetitleletterspacing: 0px; --brz-abovetitlelineheight: 1.7; --brz-abovetitlefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-abovetitletabletfontsize: 17px; --brz-abovetitletabletfontweight: 700; --brz-abovetitletabletletterspacing: 1px; --brz-abovetitletabletlineheight: 1.6; --brz-abovetitletabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-abovetitlemobilefontsize: 16px; --brz-abovetitlemobilefontweight: 700; --brz-abovetitlemobileletterspacing: 1px; --brz-abovetitlemobilelineheight: 1.6; --brz-abovetitlemobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-abovetitlestoryfontsize: 4.140000000000001%; --brz-abovetitlebold: 700; --brz-abovetitleitalic: inherit; --brz-abovetitletextdecoration: inherit; --brz-abovetitletexttransform: inherit; --brz-abovetitletabletbold: 700; --brz-abovetitletabletitalic: inherit; --brz-abovetitletablettextdecoration: inherit; --brz-abovetitletablettexttransform: inherit; --brz-abovetitlemobilebold: 700; --brz-abovetitlemobileitalic: inherit; --brz-abovetitlemobiletextdecoration: inherit; --brz-abovetitlemobiletexttransform: inherit; --brz-heading1fontfamily: 'Overpass', sans-serif; --brz-heading1fontsize: 48px; --brz-heading1fontsizesuffix: px; --brz-heading1fontweight: 800; --brz-heading1letterspacing: -1.5px; --brz-heading1lineheight: 1.2; --brz-heading1fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading1tabletfontsize: 41px; --brz-heading1tabletfontweight: 800; --brz-heading1tabletletterspacing: -1px; --brz-heading1tabletlineheight: 1.2; --brz-heading1tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading1mobilefontsize: 38px; --brz-heading1mobilefontweight: 800; --brz-heading1mobileletterspacing: -1px; --brz-heading1mobilelineheight: 1.2; --brz-heading1mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading1storyfontsize: 11.040000000000001%; --brz-heading1bold: 800; --brz-heading1italic: inherit; --brz-heading1textdecoration: inherit; --brz-heading1texttransform: inherit; --brz-heading1tabletbold: 800; --brz-heading1tabletitalic: inherit; --brz-heading1tablettextdecoration: inherit; --brz-heading1tablettexttransform: inherit; --brz-heading1mobilebold: 800; --brz-heading1mobileitalic: inherit; --brz-heading1mobiletextdecoration: inherit; --brz-heading1mobiletexttransform: inherit; --brz-heading2fontfamily: 'Overpass', sans-serif; --brz-heading2fontsize: 38px; --brz-heading2fontsizesuffix: px; --brz-heading2fontweight: 800; --brz-heading2letterspacing: -1px; --brz-heading2lineheight: 1.3; --brz-heading2fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading2tabletfontsize: 33px; --brz-heading2tabletfontweight: 800; --brz-heading2tabletletterspacing: -1px; --brz-heading2tabletlineheight: 1.3; --brz-heading2tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading2mobilefontsize: 30px; --brz-heading2mobilefontweight: 800; --brz-heading2mobileletterspacing: -1px; --brz-heading2mobilelineheight: 1.3; --brz-heading2mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading2storyfontsize: 8.74%; --brz-heading2bold: 800; --brz-heading2italic: inherit; --brz-heading2textdecoration: inherit; --brz-heading2texttransform: inherit; --brz-heading2tabletbold: 800; --brz-heading2tabletitalic: inherit; --brz-heading2tablettextdecoration: inherit; --brz-heading2tablettexttransform: inherit; --brz-heading2mobilebold: 800; --brz-heading2mobileitalic: inherit; --brz-heading2mobiletextdecoration: inherit; --brz-heading2mobiletexttransform: inherit; --brz-heading3fontfamily: 'Overpass', sans-serif; --brz-heading3fontsize: 33px; --brz-heading3fontsizesuffix: px; --brz-heading3fontweight: 800; --brz-heading3letterspacing: -1px; --brz-heading3lineheight: 1.3; --brz-heading3fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading3tabletfontsize: 30px; --brz-heading3tabletfontweight: 800; --brz-heading3tabletletterspacing: -1px; --brz-heading3tabletlineheight: 1.3; --brz-heading3tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading3mobilefontsize: 27px; --brz-heading3mobilefontweight: 800; --brz-heading3mobileletterspacing: -1px; --brz-heading3mobilelineheight: 1.3; --brz-heading3mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading3storyfontsize: 7.590000000000001%; --brz-heading3bold: 800; --brz-heading3italic: inherit; --brz-heading3textdecoration: inherit; --brz-heading3texttransform: inherit; --brz-heading3tabletbold: 800; --brz-heading3tabletitalic: inherit; --brz-heading3tablettextdecoration: inherit; --brz-heading3tablettexttransform: inherit; --brz-heading3mobilebold: 800; --brz-heading3mobileitalic: inherit; --brz-heading3mobiletextdecoration: inherit; --brz-heading3mobiletexttransform: inherit; --brz-heading4fontfamily: 'Overpass', sans-serif; --brz-heading4fontsize: 27px; --brz-heading4fontsizesuffix: px; --brz-heading4fontweight: 700; --brz-heading4letterspacing: -1px; --brz-heading4lineheight: 1.4; --brz-heading4fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading4tabletfontsize: 26px; --brz-heading4tabletfontweight: 700; --brz-heading4tabletletterspacing: -1px; --brz-heading4tabletlineheight: 1.4; --brz-heading4tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading4mobilefontsize: 24px; --brz-heading4mobilefontweight: 700; --brz-heading4mobileletterspacing: -1px; --brz-heading4mobilelineheight: 1.4; --brz-heading4mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading4storyfontsize: 6.21%; --brz-heading4bold: 700; --brz-heading4italic: inherit; --brz-heading4textdecoration: inherit; --brz-heading4texttransform: inherit; --brz-heading4tabletbold: 700; --brz-heading4tabletitalic: inherit; --brz-heading4tablettextdecoration: inherit; --brz-heading4tablettexttransform: inherit; --brz-heading4mobilebold: 700; --brz-heading4mobileitalic: inherit; --brz-heading4mobiletextdecoration: inherit; --brz-heading4mobiletexttransform: inherit; --brz-heading5fontfamily: 'Overpass', sans-serif; --brz-heading5fontsize: 22px; --brz-heading5fontsizesuffix: px; --brz-heading5fontweight: 700; --brz-heading5letterspacing: -1px; --brz-heading5lineheight: 1.5; --brz-heading5fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading5tabletfontsize: 20px; --brz-heading5tabletfontweight: 700; --brz-heading5tabletletterspacing: -1px; --brz-heading5tabletlineheight: 1.5; --brz-heading5tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading5mobilefontsize: 18px; --brz-heading5mobilefontweight: 700; --brz-heading5mobileletterspacing: -1px; --brz-heading5mobilelineheight: 1.5; --brz-heading5mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading5storyfontsize: 5.0600000000000005%; --brz-heading5bold: 700; --brz-heading5italic: inherit; --brz-heading5textdecoration: inherit; --brz-heading5texttransform: inherit; --brz-heading5tabletbold: 700; --brz-heading5tabletitalic: inherit; --brz-heading5tablettextdecoration: inherit; --brz-heading5tablettexttransform: inherit; --brz-heading5mobilebold: 700; --brz-heading5mobileitalic: inherit; --brz-heading5mobiletextdecoration: inherit; --brz-heading5mobiletexttransform: inherit; --brz-heading6fontfamily: 'Overpass', sans-serif; --brz-heading6fontsize: 20px; --brz-heading6fontsizesuffix: px; --brz-heading6fontweight: 400; --brz-heading6letterspacing: -1px; --brz-heading6lineheight: 1.5; --brz-heading6fontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading6tabletfontsize: 19px; --brz-heading6tabletfontweight: 400; --brz-heading6tabletletterspacing: -1px; --brz-heading6tabletlineheight: 1.5; --brz-heading6tabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading6mobilefontsize: 17px; --brz-heading6mobilefontweight: 400; --brz-heading6mobileletterspacing: -1px; --brz-heading6mobilelineheight: 1.4; --brz-heading6mobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-heading6storyfontsize: 4.6000000000000005%; --brz-heading6bold: 400; --brz-heading6italic: inherit; --brz-heading6textdecoration: inherit; --brz-heading6texttransform: inherit; --brz-heading6tabletbold: 400; --brz-heading6tabletitalic: inherit; --brz-heading6tablettextdecoration: inherit; --brz-heading6tablettexttransform: inherit; --brz-heading6mobilebold: 400; --brz-heading6mobileitalic: inherit; --brz-heading6mobiletextdecoration: inherit; --brz-heading6mobiletexttransform: inherit; --brz-buttonfontfamily: 'Overpass', sans-serif; --brz-buttonfontsize: 16px; --brz-buttonfontsizesuffix: px; --brz-buttonfontweight: 600; --brz-buttonletterspacing: 0px; --brz-buttonlineheight: 1.3; --brz-buttonfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-buttontabletfontsize: 16px; --brz-buttontabletfontweight: 400; --brz-buttontabletletterspacing: 0px; --brz-buttontabletlineheight: 1.3; --brz-buttontabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-buttonmobilefontsize: 16px; --brz-buttonmobilefontweight: 400; --brz-buttonmobileletterspacing: 0px; --brz-buttonmobilelineheight: 1.3; --brz-buttonmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-buttonstoryfontsize: 3.68%; --brz-buttonbold: 600; --brz-buttonitalic: inherit; --brz-buttontextdecoration: inherit; --brz-buttontexttransform: inherit; --brz-buttontabletbold: 400; --brz-buttontabletitalic: inherit; --brz-buttontablettextdecoration: inherit; --brz-buttontablettexttransform: inherit; --brz-buttonmobilebold: 400; --brz-buttonmobileitalic: inherit; --brz-buttonmobiletextdecoration: inherit; --brz-buttonmobiletexttransform: inherit; --brz-nxz6ioo3ph3vfontfamily: 'Overpass', sans-serif; --brz-nxz6ioo3ph3vfontsize: 16px; --brz-nxz6ioo3ph3vfontsizesuffix: undefined; --brz-nxz6ioo3ph3vfontweight: 400; --brz-nxz6ioo3ph3vletterspacing: 0px; --brz-nxz6ioo3ph3vlineheight: 1.7; --brz-nxz6ioo3ph3vfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-nxz6ioo3ph3vtabletfontsize: 15px; --brz-nxz6ioo3ph3vtabletfontweight: 400; --brz-nxz6ioo3ph3vtabletletterspacing: 0px; --brz-nxz6ioo3ph3vtabletlineheight: 1.6; --brz-nxz6ioo3ph3vtabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-nxz6ioo3ph3vmobilefontsize: 15px; --brz-nxz6ioo3ph3vmobilefontweight: 400; --brz-nxz6ioo3ph3vmobileletterspacing: 0px; --brz-nxz6ioo3ph3vmobilelineheight: 1.6; --brz-nxz6ioo3ph3vmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-nxz6ioo3ph3vstoryfontsize: 3.68%; --brz-nxz6ioo3ph3vbold: 400; --brz-nxz6ioo3ph3vitalic: inherit; --brz-nxz6ioo3ph3vtextdecoration: inherit; --brz-nxz6ioo3ph3vtexttransform: inherit; --brz-nxz6ioo3ph3vtabletbold: 400; --brz-nxz6ioo3ph3vtabletitalic: inherit; --brz-nxz6ioo3ph3vtablettextdecoration: inherit; --brz-nxz6ioo3ph3vtablettexttransform: inherit; --brz-nxz6ioo3ph3vmobilebold: 400; --brz-nxz6ioo3ph3vmobileitalic: inherit; --brz-nxz6ioo3ph3vmobiletextdecoration: inherit; --brz-nxz6ioo3ph3vmobiletexttransform: inherit; --brz-ji2swqgzrj5wfontfamily: 'Overpass', sans-serif; --brz-ji2swqgzrj5wfontsize: 16px; --brz-ji2swqgzrj5wfontsizesuffix: undefined; --brz-ji2swqgzrj5wfontweight: 400; --brz-ji2swqgzrj5wletterspacing: 0px; --brz-ji2swqgzrj5wlineheight: 1.7; --brz-ji2swqgzrj5wfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-ji2swqgzrj5wtabletfontsize: 15px; --brz-ji2swqgzrj5wtabletfontweight: 400; --brz-ji2swqgzrj5wtabletletterspacing: 0px; --brz-ji2swqgzrj5wtabletlineheight: 1.6; --brz-ji2swqgzrj5wtabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-ji2swqgzrj5wmobilefontsize: 15px; --brz-ji2swqgzrj5wmobilefontweight: 400; --brz-ji2swqgzrj5wmobileletterspacing: 0px; --brz-ji2swqgzrj5wmobilelineheight: 1.6; --brz-ji2swqgzrj5wmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-ji2swqgzrj5wstoryfontsize: 3.68%; --brz-ji2swqgzrj5wbold: 400; --brz-ji2swqgzrj5witalic: inherit; --brz-ji2swqgzrj5wtextdecoration: inherit; --brz-ji2swqgzrj5wtexttransform: inherit; --brz-ji2swqgzrj5wtabletbold: 400; --brz-ji2swqgzrj5wtabletitalic: inherit; --brz-ji2swqgzrj5wtablettextdecoration: inherit; --brz-ji2swqgzrj5wtablettexttransform: inherit; --brz-ji2swqgzrj5wmobilebold: 400; --brz-ji2swqgzrj5wmobileitalic: inherit; --brz-ji2swqgzrj5wmobiletextdecoration: inherit; --brz-ji2swqgzrj5wmobiletexttransform: inherit; --brz-houducamr7stfontfamily: 'Overpass', sans-serif; --brz-houducamr7stfontsize: 16px; --brz-houducamr7stfontsizesuffix: undefined; --brz-houducamr7stfontweight: 400; --brz-houducamr7stletterspacing: 0px; --brz-houducamr7stlineheight: 1.7; --brz-houducamr7stfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-houducamr7sttabletfontsize: 15px; --brz-houducamr7sttabletfontweight: 400; --brz-houducamr7sttabletletterspacing: 0px; --brz-houducamr7sttabletlineheight: 1.6; --brz-houducamr7sttabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-houducamr7stmobilefontsize: 15px; --brz-houducamr7stmobilefontweight: 400; --brz-houducamr7stmobileletterspacing: 0px; --brz-houducamr7stmobilelineheight: 1.6; --brz-houducamr7stmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-houducamr7ststoryfontsize: 3.68%; --brz-houducamr7stbold: 400; --brz-houducamr7stitalic: inherit; --brz-houducamr7sttextdecoration: inherit; --brz-houducamr7sttexttransform: inherit; --brz-houducamr7sttabletbold: 400; --brz-houducamr7sttabletitalic: inherit; --brz-houducamr7sttablettextdecoration: inherit; --brz-houducamr7sttablettexttransform: inherit; --brz-houducamr7stmobilebold: 400; --brz-houducamr7stmobileitalic: inherit; --brz-houducamr7stmobiletextdecoration: inherit; --brz-houducamr7stmobiletexttransform: inherit; --brz-npiqwmvcgilzfontfamily: 'Overpass', sans-serif; --brz-npiqwmvcgilzfontsize: 16px; --brz-npiqwmvcgilzfontsizesuffix: undefined; --brz-npiqwmvcgilzfontweight: 400; --brz-npiqwmvcgilzletterspacing: 0px; --brz-npiqwmvcgilzlineheight: 1.7; --brz-npiqwmvcgilzfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-npiqwmvcgilztabletfontsize: 15px; --brz-npiqwmvcgilztabletfontweight: 400; --brz-npiqwmvcgilztabletletterspacing: 0px; --brz-npiqwmvcgilztabletlineheight: 1.6; --brz-npiqwmvcgilztabletfontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-npiqwmvcgilzmobilefontsize: 15px; --brz-npiqwmvcgilzmobilefontweight: 400; --brz-npiqwmvcgilzmobileletterspacing: 0px; --brz-npiqwmvcgilzmobilelineheight: 1.6; --brz-npiqwmvcgilzmobilefontvariation: "wght" 400, "wdth" 100, "SOFT" 0; --brz-npiqwmvcgilzstoryfontsize: 3.68%; --brz-npiqwmvcgilzbold: 400; --brz-npiqwmvcgilzitalic: inherit; --brz-npiqwmvcgilztextdecoration: inherit; --brz-npiqwmvcgilztexttransform: inherit; --brz-npiqwmvcgilztabletbold: 400; --brz-npiqwmvcgilztabletitalic: inherit; --brz-npiqwmvcgilztablettextdecoration: inherit; --brz-npiqwmvcgilztablettexttransform: inherit; --brz-npiqwmvcgilzmobilebold: 400; --brz-npiqwmvcgilzmobileitalic: inherit; --brz-npiqwmvcgilzmobiletextdecoration: inherit; --brz-npiqwmvcgilzmobiletexttransform: inherit; }html body {font-family: sans-serif;}body.swift-nojs [data-s3cid="644"]{max-height:217.578125px;}body.swift-nojs [data-s3cid="645"]{max-height:207.578125px;}body.swift-nojs [data-s3cid="646"]{max-height:207.578125px;}body.swift-nojs [data-s3cid="647"]{max-height:207.578125px;}body.swift-nojs [data-s3cid="648"]{max-height:207.578125px;}body.swift-nojs [data-s3cid="649"]{max-height:197.578125px;}body.swift-nojs [data-s3cid="650"]{max-height:197.578125px;}body.swift-nojs [data-s3cid="651"]{max-height:197.578125px;}body.swift-nojs [data-s3cid="652"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="653"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="654"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="657"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="658"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="659"]{max-height:177.578125px;}body.swift-nojs [data-s3cid="663"]{max-height:28px;}body.swift-nojs [data-s3cid="664"]{max-height:28px;}body.swift-nojs [data-s3cid="665"]{max-height:28px;}html{opacity:1}}