 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: © Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/
 @import url("https://fonts.googleapis.com/css2?family=SF+Pro&display=swap");
 @import url("style-browsers-support.css");

 body,
 html {
   margin: 0;
   padding: 0;
 }

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

 p,
 a,
 h1,
 h2,
 h3 {
   margin: 0;
   color: unset;
   text-decoration: none;
 }

 button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: inherit;
 }

 .yk_post_content p {
   margin: revert;
 }

 .yk_input_wrapper {
   position: relative;
   width: 100%;
 }

 .yk_input_wrapper>div {
   /* position:relative; */
   /* height:100% */
 }

 .yk_input_wrapper>.block-editor-inner-blocks {
   position: absolute;
   top: 0
 }

 .has-text-align-right {
   text-align: right !important;
 }

 .has-text-align-left {
   text-align: left !important;
 }

 .has-text-align-center {
   text-align: center !important;
 }

 .has-background {
   padding: initial !important;
 }

 body .yk_input_wrapper input::placeholder {
   text-align: start;
 }

 body .yk_transparent {
   background: transparent !important;
 }

 body .yt_text_background {
   background-size: 100%;
   -webkit-background-clip: text;
   -moz-background-clip: text;
   -webkit-text-fill-color: transparent;
   -moz-text-fill-color: transparent;
 }

 body .yt_text_vertical_center {
   display: flex;
   justify-content: center;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_text_vertical_bottom {
   display: flex;
   justify-content: flex-end;
   flex-direction: column;
   word-wrap: anywhere;
 }

 body .yt_custom_select_arrow {
   background-position-x: 95% !important;
   -webkit-appearance: none;
   appearance: none;
   padding: 10px;
 }

 body .yt_cover_size {
   object-fit: cover;
   height: inherit;
 }

 .yt_full_size {
   width: 100%;
   height: 100%;
 }

 body .wp-block-video video {
   width: 100%;
 }

 [class^="container_"],
 [class*=" container_"],
 [class^="button_"],
 [class*=" button_"] {
   display: flex;
 }

 [class^="grid_"],
 [class*=" grid_"] {
   display: grid;
 }

 [class^="vp_"],
 [class*=" vp_"] {
   display: flex;
   flex-direction: column;
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

 .wp-block-image {
   margin: unset;
   padding: unset;
 }

 .wp-block-image img {
   vertical-align: top;
   border-radius: inherit;
   width: 100%;
 }

 .wp-block-yotako-block-input-text {
   position: relative;
   background: transparent;
   border: none;
 }

 .wp-block-image .components-resizable-box__container {
   max-width: unset !important;
 }

 .yt-post-template {
   justify-content: space-between !important;
 }

 body .yt-post-card {
   position: relative !important;
 }

 body .yt_fill_size {
   height: fit-content !important;
   min-height: 100vh !important;
 }

 /* Reset ALL WordPress block margins and gaps */
 .wp-site-blocks,
 .wp-site-blocks>*,
 .wp-site-blocks * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 :where(body .is-layout-flow)>* {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Ensure yotako containers don't inherit WordPress block gap */
 .yotako-main,
 .yotako-main * {
   margin-block-start: 0 !important;
   margin-block-end: 0 !important;
 }

 /* Remove WordPress default block gap */
 .wp-site-blocks {
   --wp--style--block-gap: 0 !important;
   gap: 0 !important;
 }

 /* Prevent extra space after last child in flex containers */
 [class^="viewport_"]:after,
 [class*=" viewport_"]:after {
   content: none !important;
 }

 .wp-block-yotako-block-form {
   display: none;
 }

 .yt-full-width {
   width: 100%;
 }

 /* Map with overlay support */
 .yotako-map-container {
   position: relative;
   width: 100%;
   height: 100%;
 }

 .yotako-map-container .yotako-map-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 .yotako-map-container .yotako-map-overlay {
   position: relative;
   z-index: 1;
   pointer-events: auto;
 }

 .yotako-map-container .yotako-map-overlay * {
   pointer-events: auto;
 }

 /* FAQ Accordion */
 .yotako-faq {
   width: 100%;
 }

 .yotako-faq-item {
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-question {
   cursor: pointer;
   user-select: none;
 }

 .yotako-faq-item .yotako-faq-answer {
   /* Height controlled by JavaScript for smooth animation */
   overflow: hidden;
 }

 .yotako-faq-item .yotako-faq-arrow-open {
   display: none;
 }

 .yotako-faq-item .yotako-faq-arrow-close {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-open {
   display: block;
 }

 .yotako-faq-item.open .yotako-faq-arrow-close {
   display: none;
 }

 /* Carousel */
 .yotako-carousel {
   position: relative;
   overflow: hidden;
 }

 .yotako-carousel-inner {
   position: relative;
   width: 100%;
 }

 .yotako-carousel-item {
   display: none;
   width: 100%;
 }

 .yotako-carousel-item.active {
   display: block;
 }

 .yotako-carousel-prev,
 .yotako-carousel-next {
   cursor: pointer;
   user-select: none;
 }

 .yotako-carousel-indicators {
   display: flex;
   justify-content: center;
   gap: 8px;
 }

 .yotako-carousel-indicator {
   cursor: pointer;
   opacity: 0.5;
   transition: opacity 0.3s;
 }

 .yotako-carousel-indicator.active {
   opacity: 1;
 }

 /* Dropdown */
 .yotako-dropdown {
   position: relative;
 }

 .yotako-dropdown-trigger {
   cursor: pointer;
   user-select: none;
 }

 .yotako-dropdown-content {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 100;
   display: none;
   min-width: 100%;
 }

 .yotako-dropdown.open .yotako-dropdown-content {
   display: block;
 }

 .yotako-dropdown-option {
   cursor: pointer;
 }

 .yotako-dropdown-arrow {
   transition: transform 0.3s;
 }

 .yotako-dropdown.open .yotako-dropdown-arrow {
   transform: rotate(180deg);
 }

 /* Accessibility - Focus styles */
 .yotako-faq-item .yotako-faq-question:focus,
 .yotako-faq-item .yotako-faq-question:focus-visible,
 .yotako-carousel-prev:focus,
 .yotako-carousel-prev:focus-visible,
 .yotako-carousel-next:focus,
 .yotako-carousel-next:focus-visible,
 .yotako-carousel-indicator:focus,
 .yotako-carousel-indicator:focus-visible,
 .yotako-dropdown:focus,
 .yotako-dropdown:focus-visible,
 .yotako-dropdown-option:focus,
 .yotako-dropdown-option:focus-visible {
   outline: 2px solid currentColor;
   outline-offset: 2px;
 }

 /* Screen reader only content */
 .yotako-sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border: 0;
 }

 .container_f9a481d2a852 {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
 }

 .container_f94acaa1bb07 {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 107px;
   background: #f3f3f3;
 }

 .imageview_687bc8becdb3 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 215px;
   top: 182px;
 }

 .imageview_687bc8becdb3 img {
   width: 100%;
   height: 100%;
 }

 .imageview_118a86b3a55f {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 215px;
   top: 1181px;
 }

 .imageview_118a86b3a55f img {
   width: 100%;
   height: 100%;
 }

 .imageview_3ae9ed8f9836 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 215px;
   top: 1512px;
 }

 .imageview_3ae9ed8f9836 img {
   width: 100%;
   height: 100%;
 }

 .text_141c80842d1c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 832px;
   top: 12px;
   line-height: 19.09px;
   font-family: 'SF Pro';
 }

 .imageview_7befbd76d877 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7befbd76d877 img {
   width: 100%;
   height: 100%;
 }

 .text_807013ca6a07 {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_0dac43b57f88 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 108px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_622e316f7144 {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 61px;
 }

 .imageview_622e316f7144 img {
   width: 100%;
   height: 100%;
 }

 .imageview_830141ca4cf7 {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 61px;
 }

 .imageview_830141ca4cf7 img {
   width: 100%;
   height: 100%;
 }

 .container_30b0f48b735a {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 60px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_3f90629ff624 {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 68px;
   transform-origin: 0 0;
 }

 .imageview_3f90629ff624 img {
   width: 100%;
   height: 100%;
 }

 .text_70ea27286a06 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 67px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_a0e2c2c39a61 {
   width: max-content;
   position: absolute !important;
   left: 215px;
   top: 1211px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_14dbe8259f30 {
   width: max-content;
   position: absolute !important;
   left: 215px;
   top: 1542px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_5d5ec62f084d {
   width: 474px;
   height: 225px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 36px 36px 36px 36px;
 }

 .imageview_5d5ec62f084d img {
   position: absolute;
   width: 100.00% !important;
   height: 102.06% !important;
   max-width: none !important;
   left: 0.00%;
   top: -1.03%;
 }

 .imageview_5d5ec62f084d.wp-block-image {
   overflow: hidden;
 }

 .text_51af8ee0efcf {
   width: max-content;
   position: absolute !important;
   left: 130px;
   top: 258px;
   line-height: 35.8px;
   font-family: 'SF Pro';
 }

 .text_7559276ee117 {
   width: max-content;
   position: absolute !important;
   left: 135px;
   top: 306px;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .imageview_94ab0ce45048 {
   width: 69px;
   height: 1px;
   position: absolute !important;
   left: 1.5px;
   top: 17.5px;
 }

 .imageview_94ab0ce45048 img {
   width: 100%;
   height: 100%;
 }

 .text_3b66ab7cd9d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_cf2d7cf0c9fd {
   position: absolute !important;
   overflow: visible;
   width: 70.5px;
   height: 20px;
   left: 202px;
   top: 349px;
 }

 .container_4aada354e16f {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 369px;
   left: 215px;
   top: 730px;
 }

 .imageview_6e9950aff526 {
   width: 474px;
   height: 225px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 36px 36px 36px 36px;
 }

 .imageview_6e9950aff526 img {
   position: absolute;
   width: 100.00% !important;
   height: 280.89% !important;
   max-width: none !important;
   left: 0.08%;
   top: -121.84%;
 }

 .imageview_6e9950aff526.wp-block-image {
   overflow: hidden;
 }

 .text_bf71424bf4e2 {
   width: max-content;
   position: absolute !important;
   left: 129px;
   top: 256px;
   line-height: 35.8px;
   font-family: 'SF Pro';
 }

 .text_2713bdd5e6a6 {
   width: max-content;
   position: absolute !important;
   left: 114px;
   top: 306px;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .imageview_a8eca3dc7827 {
   width: 69px;
   height: 1px;
   position: absolute !important;
   left: 1.5px;
   top: 17.5px;
 }

 .imageview_a8eca3dc7827 img {
   width: 100%;
   height: 100%;
 }

 .text_e96e01d0840c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_52ddaa9c9a78 {
   position: absolute !important;
   overflow: visible;
   width: 70.5px;
   height: 20px;
   left: 201px;
   top: 349px;
 }

 .container_e24df50d1a50 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 369px;
   left: 0px;
   top: 0px;
 }

 .container_3d4999caacb6 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 369px;
   left: 723px;
   top: 730px;
 }

 .imageview_5b6d78f7466d {
   width: 474px;
   height: 225px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 36px 36px 36px 36px;
 }

 .imageview_5b6d78f7466d img {
   position: absolute;
   width: 100.00% !important;
   height: 210.67% !important;
   max-width: none !important;
   left: 0.00%;
   top: -55.33%;
 }

 .imageview_5b6d78f7466d.wp-block-image {
   overflow: hidden;
 }

 .text_716108417154 {
   width: max-content;
   position: absolute !important;
   left: 130px;
   top: 256px;
   line-height: 35.8px;
   font-family: 'SF Pro';
 }

 .text_2ad81db088ba {
   width: max-content;
   position: absolute !important;
   left: 158px;
   top: 304px;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .imageview_04202f43c6a3 {
   width: 69px;
   height: 1px;
   position: absolute !important;
   left: 1.5px;
   top: 17.5px;
 }

 .imageview_04202f43c6a3 img {
   width: 100%;
   height: 100%;
 }

 .text_520a29628f3f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_14b9ba7cc61d {
   position: absolute !important;
   overflow: visible;
   width: 70.5px;
   height: 20px;
   left: 205px;
   top: 347px;
 }

 .container_74c791d9a302 {
   position: absolute !important;
   overflow: visible;
   width: 474px;
   height: 367px;
   left: 1231px;
   top: 731px;
 }

 .container_d41d5a197a17 {
   width: 131px;
   height: 131px;
   border-top: 2.5px solid #ecececff;
   border-right: 2.5px solid #ecececff;
   border-bottom: 2.5px solid #ecececff;
   border-left: 2.5px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_e218421cef7b {
   width: 89px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 50px;
 }

 .imageview_e218421cef7b img {
   width: 100%;
   height: 100%;
 }

 .container_559a8d466f70 {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 131px;
   left: 459px;
   top: 1291px;
 }

 .container_wrapper_559a8d466f70 {
   position: absolute !important;
   overflow: visible;
   left: 459px;
   top: 1291px;
   width: 131px;
   height: 131px;
 }

 .container_nested_559a8d466f70 {
   width: 131px;
   height: 131px;
 }

 .container_fb672a5481dd {
   width: 131px;
   height: 131px;
   border-top: 2.5px solid #ecececff;
   border-right: 2.5px solid #ecececff;
   border-bottom: 2.5px solid #ecececff;
   border-left: 2.5px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_751153b15b74 {
   width: 89px;
   height: 53px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 39px;
 }

 .imageview_751153b15b74 img {
   width: 100%;
   height: 100%;
 }

 .container_49bb5e274e5b {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 131px;
   left: 677px;
   top: 1291px;
 }

 .container_wrapper_49bb5e274e5b {
   position: absolute !important;
   overflow: visible;
   left: 677px;
   top: 1291px;
   width: 131px;
   height: 131px;
 }

 .container_nested_49bb5e274e5b {
   width: 131px;
   height: 131px;
 }

 .container_65579ce83195 {
   width: 131px;
   height: 131px;
   border-top: 2.5px solid #ecececff;
   border-right: 2.5px solid #ecececff;
   border-bottom: 2.5px solid #ecececff;
   border-left: 2.5px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_f90b62227ada {
   width: 89px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 44px;
 }

 .imageview_f90b62227ada img {
   width: 100%;
   height: 100%;
 }

 .container_01fbb7ec656e {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 131px;
   left: 895px;
   top: 1291px;
 }

 .container_wrapper_01fbb7ec656e {
   position: absolute !important;
   overflow: visible;
   left: 895px;
   top: 1291px;
   width: 131px;
   height: 131px;
 }

 .container_nested_01fbb7ec656e {
   width: 131px;
   height: 131px;
 }

 .container_3b3e37309418 {
   width: 131px;
   height: 131px;
   border-top: 2.5px solid #ecececff;
   border-right: 2.5px solid #ecececff;
   border-bottom: 2.5px solid #ecececff;
   border-left: 2.5px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_a5053a930e33 {
   width: 89px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 51px;
 }

 .imageview_a5053a930e33 img {
   width: 100%;
   height: 100%;
 }

 .container_8ff656c5b8d3 {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 131px;
   left: 1113px;
   top: 1292px;
 }

 .container_wrapper_8ff656c5b8d3 {
   position: absolute !important;
   overflow: visible;
   left: 1113px;
   top: 1292px;
   width: 131px;
   height: 131px;
 }

 .container_nested_8ff656c5b8d3 {
   width: 131px;
   height: 131px;
 }

 .container_5c3a3cd2e323 {
   width: 131px;
   height: 131px;
   border-top: 2.5px solid #ecececff;
   border-right: 2.5px solid #ecececff;
   border-bottom: 2.5px solid #ecececff;
   border-left: 2.5px solid #ecececff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_eab799370edb {
   width: 89px;
   height: 43px;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 44px;
 }

 .imageview_eab799370edb img {
   width: 100%;
   height: 100%;
 }

 .container_ac3b7afebe77 {
   position: absolute !important;
   overflow: visible;
   width: 131px;
   height: 131px;
   left: 1331px;
   top: 1292px;
 }

 .container_wrapper_ac3b7afebe77 {
   position: absolute !important;
   overflow: visible;
   left: 1331px;
   top: 1292px;
   width: 131px;
   height: 131px;
 }

 .container_nested_ac3b7afebe77 {
   width: 131px;
   height: 131px;
 }

 .imageview_595e524867e4 {
   width: 340px;
   height: 264px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_595e524867e4 img {
   position: absolute;
   width: 100.00% !important;
   height: 185.92% !important;
   max-width: none !important;
   left: -0.01%;
   top: -36.81%;
 }

 .imageview_595e524867e4.wp-block-image {
   overflow: hidden;
 }

 .text_e591bdf26497 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 280px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_4082dff6e1d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_d9c3e0069de7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_5b992bff269e {
   width: 4.5px;
   height: 9px;
   position: absolute !important;
   left: 88px;
   top: 20px;
 }

 .imageview_5b992bff269e img {
   position: absolute;
   width: 6.0px !important;
   height: 10.5px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_5b992bff269e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_215de2405859 {
   position: absolute !important;
   overflow: visible;
   width: 92.5px;
   height: 50px;
   left: 0px;
   top: 386px;
 }

 .container_69dec7acd2e1 {
   position: absolute !important;
   overflow: visible;
   width: 341px;
   height: 436px;
   left: 214px;
   top: 1622px;
 }

 .imageview_208510c12096 {
   width: 340px;
   height: 264px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_208510c12096 img {
   position: absolute;
   width: 138.88% !important;
   height: 178.86% !important;
   max-width: none !important;
   left: -29.83%;
   top: -27.33%;
 }

 .imageview_208510c12096.wp-block-image {
   overflow: hidden;
 }

 .text_96e2b39e905a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 280px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_2e146417052b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_bb2fdd437570 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_d351470dac80 {
   width: 4.5px;
   height: 9px;
   position: absolute !important;
   left: 88px;
   top: 20px;
 }

 .imageview_d351470dac80 img {
   position: absolute;
   width: 6.0px !important;
   height: 10.5px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_d351470dac80.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_3a061bc8bb97 {
   position: absolute !important;
   overflow: visible;
   width: 92.5px;
   height: 50px;
   left: 0px;
   top: 386px;
 }

 .container_4cb33923377b {
   position: absolute !important;
   overflow: visible;
   width: 341px;
   height: 436px;
   left: 597px;
   top: 1622px;
 }

 .imageview_c4a7de2292b5 {
   width: 340px;
   height: 264px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_c4a7de2292b5 img {
   position: absolute;
   width: 116.54% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -2.51%;
   top: 0.03%;
 }

 .imageview_c4a7de2292b5.wp-block-image {
   overflow: hidden;
 }

 .text_e915dbf460e0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 280px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_dff4437df306 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_bfb58309cb85 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_ea416a006278 {
   width: 4.5px;
   height: 9px;
   position: absolute !important;
   left: 88px;
   top: 20px;
 }

 .imageview_ea416a006278 img {
   position: absolute;
   width: 6.0px !important;
   height: 10.5px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_ea416a006278.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_d02544cb3aff {
   position: absolute !important;
   overflow: visible;
   width: 92.5px;
   height: 50px;
   left: 0px;
   top: 386px;
 }

 .container_7b3332acb763 {
   position: absolute !important;
   overflow: visible;
   width: 341px;
   height: 436px;
   left: 980px;
   top: 1622px;
 }

 .imageview_31242c0529e2 {
   width: 340px;
   height: 264px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 17px 17px 17px 17px;
 }

 .imageview_31242c0529e2 img {
   position: absolute;
   width: 137.24% !important;
   height: 117.83% !important;
   max-width: none !important;
   left: -18.58%;
   top: -8.73%;
 }

 .imageview_31242c0529e2.wp-block-image {
   overflow: hidden;
 }

 .text_bcc78b2ea13d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 280px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_3e2024be461f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 317px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_5ae2795869a3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_c13f8a47794e {
   width: 4.5px;
   height: 9px;
   position: absolute !important;
   left: 88px;
   top: 20px;
 }

 .imageview_c13f8a47794e img {
   position: absolute;
   width: 6.0px !important;
   height: 10.5px !important;
   max-width: none !important;
   left: -0.8px;
   top: -0.8px;
 }

 .imageview_c13f8a47794e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_1338b3ac4f41 {
   position: absolute !important;
   overflow: visible;
   width: 92.5px;
   height: 50px;
   left: 0px;
   top: 386px;
 }

 .container_131b41054f5b {
   position: absolute !important;
   overflow: visible;
   width: 341px;
   height: 436px;
   left: 1363px;
   top: 1622px;
 }

 .imageview_96d8d1607b1a {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 216px;
   top: 2129px;
 }

 .imageview_96d8d1607b1a img {
   width: 100%;
   height: 100%;
 }

 .text_a930b08e1b61 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_bd3abe344de2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_85220766a555 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 214px;
   top: 2172px;
 }

 .text_31e34037bf65 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_75c308e4b449 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_e55e147a6365 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 429px;
   top: 2172px;
 }

 .text_bc86e6ecd4e2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_94b537434444 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_0ce1121b5b30 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 644px;
   top: 2172px;
 }

 .text_ea1c64f54f19 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_58d22b086217 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 64px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_4b4d733b4c28 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1612px;
   top: 2172px;
 }

 .text_ba088e64a465 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_b933bc792d93 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_8428985581a7 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_832995fb6d99 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 818px;
   top: 2172px;
 }

 .text_12ddaefffdc7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_16994ff12fbf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_5ddca7874c83 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_03944957456b {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1468px;
   top: 2172px;
 }

 .imageview_ed018993d23e {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 1063.5px;
   top: 2188.5px;
 }

 .imageview_ed018993d23e img {
   width: 100%;
   height: 100%;
 }

 .text_46a07a901d18 {
   width: max-content;
   position: absolute !important;
   left: 1192px;
   top: 2172px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_81c5bd56c256 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1288px;
   top: 2228px;
 }

 .imageview_81c5bd56c256 img {
   width: 100%;
   height: 100%;
 }

 .imageview_30cb3358a140 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1240px;
   top: 2228px;
 }

 .imageview_30cb3358a140 img {
   width: 100%;
   height: 100%;
 }

 .imageview_81e0af791027 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1192px;
   top: 2228px;
 }

 .imageview_81e0af791027 img {
   width: 100%;
   height: 100%;
 }

 .text_fa8175282d0b {
   width: fit-content;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .container_f87a16cb7137 {
   padding: 10px 10px 10px 10px;
   width: 307px;
   height: 66px;
   position: absolute !important;
   left: 0px;
   top: 107px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(90deg, #00afe2ff 0%, #0070a4ff 50%, #004d81ff 100%);
   border-radius: 44px 44px 44px 44px;
 }

 .text_4d3665a75a99 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 37px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_8bc8fb1bd759 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_9bc6be3db57f {
   width: fit-content;
   z-index: 1;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .container_f092e5ac793f {
   padding: 10px 10px 10px 10px;
   width: 307px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 107px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(90deg, #00afe2ff 0%, #0070a4ff 50%, #004d81ff 100%);
   border-radius: 44px 44px 44px 44px;
 }

 .container_5917e5e77a0d {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 173px;
   left: 61px;
   top: 129px;
 }

 .imageview_5004d5fa14e5 {
   width: 986px;
   height: 431px;
   position: absolute !important;
   left: 504px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_5004d5fa14e5 img {
   position: absolute;
   width: 100.00% !important;
   height: 114.39% !important;
   max-width: none !important;
   left: 0.00%;
   top: -7.19%;
 }

 .imageview_5004d5fa14e5.wp-block-image {
   overflow: hidden;
 }

 .container_8f7c81ca6489 {
   position: relative !important;
   width: 1490px;
   height: 431px;
   flex-shrink: 0;
   overflow-x: clip;
   overflow-y: clip;
   background: #d9d9d9;
   border-radius: 29px 29px 29px 29px;
 }

 .container_cd24d2598a5c {
   width: 4550px;
   height: 431px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b6f179c8e285 {
   width: fit-content;
   z-index: 1;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .container_ca66dd003eb3 {
   padding: 10px 10px 10px 10px;
   width: 307px;
   height: 66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 107px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(90deg, #00afe2ff 0%, #0070a4ff 50%, #004d81ff 100%);
   border-radius: 44px 44px 44px 44px;
 }

 .text_244bb125f540 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 37px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_fc53bca1f0f7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_63f1efcd4c4e {
   width: fit-content;
   z-index: 2;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .container_db07401d43ec {
   padding: 10px 10px 10px 10px;
   width: 307px;
   height: 66px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 107px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(90deg, #00afe2ff 0%, #0070a4ff 50%, #004d81ff 100%);
   border-radius: 44px 44px 44px 44px;
 }

 .container_906d72e105a2 {
   position: absolute !important;
   overflow: visible;
   width: 307px;
   height: 173px;
   z-index: 1;
   left: 61px;
   top: 129px;
 }

 .imageview_6216a4358344 {
   width: 986px;
   height: 431px;
   z-index: 1;
   position: absolute !important;
   left: 504px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_6216a4358344 img {
   position: absolute;
   width: 100.00% !important;
   height: 114.39% !important;
   max-width: none !important;
   left: 0.00%;
   top: -7.19%;
 }

 .imageview_6216a4358344.wp-block-image {
   overflow: hidden;
 }

 .container_54e04acdcbb6 {
   position: relative !important;
   width: 1490px;
   height: 431px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: clip;
   overflow-y: clip;
   background: #d9d9d9;
   border-radius: 29px 29px 29px 29px;
 }

 .container_c8af57913e22 {
   width: 4550px;
   height: 431px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d0f32e1fd5d9 {
   width: 62px;
   height: 431px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d0f32e1fd5d9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_8cba0305b91e {
   width: 62px;
   height: 431px;
   z-index: 2;
   position: absolute !important;
   left: 1428px;
   top: -1px;
 }

 .imageview_8cba0305b91e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_8cba0305b91e img {
   position: absolute;
   width: 62.0px !important;
   height: 430.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 1.0px;
 }

 .imageview_2f93cfe12279 {
   width: 9px;
   height: 9px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_2f93cfe12279 img {
   width: 100%;
   height: 100%;
 }

 .imageview_84ea15aa2dd3 {
   width: 9px;
   height: 9px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.4000000059604645;
 }

 .imageview_84ea15aa2dd3 img {
   width: 100%;
   height: 100%;
 }

 .imageview_92fdfc4b06fc {
   width: 9px;
   height: 9px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.4000000059604645;
 }

 .imageview_92fdfc4b06fc img {
   width: 100%;
   height: 100%;
 }

 .container_182d9b37c4f1 {
   width: 47px;
   height: 9px;
   z-index: 2;
   position: absolute !important;
   left: 721.5px;
   top: 406px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8d544e39560f {
   position: absolute !important;
   width: 1490px;
   height: 431px;
   left: 215px;
   top: 223px;
   overflow-x: clip;
   overflow-y: clip;
   background: #d9d9d9;
   border-radius: 24px 24px 24px 24px;
 }

 .text_525a266831a2 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_538b81eb1a9b {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 63px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_538b81eb1a9b {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 63px;
   width: 93px;
   height: 23px;
 }

 .container_nested_538b81eb1a9b {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_d371a2951d48 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_8749739a136d {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 63px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_76ceda3aa529 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_c19bf3b3cd27 {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 63px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_6b88a01afdd7 {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 90px;
   top: 52px;
 }

 .imageview_6b88a01afdd7 img {
   width: 100%;
   height: 100%;
 }

 .viewport_44825d0b409f {
   width: 1920px;
   height: 2443px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_39985ebfc7af {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_5464171542ed {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5464171542ed img {
   width: 100%;
   height: 100%;
 }

 .text_201eaccbe10b {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_990b81dcac16 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_30f3b3aebe04 {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_30f3b3aebe04 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4a7c5b9b6cc6 {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_4a7c5b9b6cc6 img {
   width: 100%;
   height: 100%;
 }

 .container_ef19a2823f56 {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_320e420530c6 {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_320e420530c6 img {
   width: 100%;
   height: 100%;
 }

 .text_18ea2b253dfe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_34052f1f0750 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_2c5abffc77e2 {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_c8fb9bf92912 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_c8fb9bf92912 img {
   width: 100%;
   height: 100%;
 }

 .imageview_7379322a7f83 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_7379322a7f83 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_03be4b8bb8fc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-da197a1a47d1_03be4b8bb8fc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-10c1fa2a4352_03be4b8bb8fc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_986d58bcfb96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_0b068f7b7f99 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_fb091c1b2bb8 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9478d0e0d600 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_125d8bbae14a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 406px;
 }

 .imageview_ce5fb6d917fc {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_ce5fb6d917fc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ae7b28aefe67 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-064af8fbd29b_ae7b28aefe67 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f9ce8462a9fd_ae7b28aefe67 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b6bafa174795 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_60c8d57ce1ec {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_8eb6587c9fb6 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a181118e7ef9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c2358892df5b {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 893px;
 }

 .imageview_ded2b12a12c2 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_ded2b12a12c2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ba681c0aefc2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-950853ccdd33_ba681c0aefc2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6c1c06f3f9c9_ba681c0aefc2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9c1a20ddbaa5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e277c82eb113 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_440478d7de02 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_bb98bbdbc106 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_688c5dbb89c5 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 2891px;
 }

 .imageview_34ab21424759 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_34ab21424759 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_70b75bd3571b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-094293487d7a_70b75bd3571b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-78f46fb77ae2_70b75bd3571b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_aec3175e07cc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_6f3adb2c6b6e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b7258cdab5d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ad0efc3b838e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_fc8a50e26fe5 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 2391px;
 }

 .imageview_bae55c9647f1 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_bae55c9647f1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1f15268c8eda {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3a34920696be_1f15268c8eda {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6a7bf0fe5c9c_1f15268c8eda {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ccc0eff897a2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1e0166c4ae24 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_219ba995f832 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1842cf523b1f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_455ea198ebe6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 406px;
 }

 .imageview_1abf54541e59 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_1abf54541e59 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ee57038a082c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-021ae95677fb_ee57038a082c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-81b3c4236318_ee57038a082c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e41da407d5f7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_7bab39cc2779 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_aaaa6d24127b {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c70aff342659 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_5a8f9725aa9d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 893px;
 }

 .imageview_bb143d2d8a35 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_bb143d2d8a35 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a52a230d2474 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b9ef89cc70bb_a52a230d2474 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-89daacd86c74_a52a230d2474 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7cdec4080c5b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a7f6043b02d8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d796cd72a4c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_bb6b44e1a934 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_cd56ff60e09a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 2891px;
 }

 .imageview_dfcaf73302ba {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_dfcaf73302ba img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8b855d4d834b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-990ac34d3e5e_8b855d4d834b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-521f922fff00_8b855d4d834b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f49fc3d3a62d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a643fe29345f {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_5561c8e0407f {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_daacb31b8b73 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b29f2ab7f03e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 3390px;
 }

 .imageview_121a8bfc7bd5 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_121a8bfc7bd5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_583ccfc4b7a7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-493db04d6c57_583ccfc4b7a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8d58423ef3ea_583ccfc4b7a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_93981b8878c0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_20942c16baaa {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e6c05fca218d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3d6704f61fc9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_e73fb97a1343 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 2391px;
 }

 .imageview_bfe0705141de {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_bfe0705141de img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_21f91346d36d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-550b744e4116_21f91346d36d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5353c06a7b37_21f91346d36d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_d2f928e5b0ff {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9d26d0ace65b {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d66848fa6e9f {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_473e724581b4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_90a34e749a4d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1891px;
 }

 .imageview_b92e96df5112 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b92e96df5112 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a35fb09fcaa5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1d54ecf87fa2_a35fb09fcaa5 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-498f3d675854_a35fb09fcaa5 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_c817801fc213 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_649a9581cc44 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c32a9359746f {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_309656594c51 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_5b9759a17628 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1392px;
 }

 .imageview_667d0be5035d {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_667d0be5035d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_6e3fd4e59bcc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8642692d4cec_6e3fd4e59bcc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-35743bc9dd77_6e3fd4e59bcc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_452805c5d3cf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_70503b3cf6d1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_80d23407fb90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d4863bf95a2b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9434057a255a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 893px;
 }

 .imageview_a3f99e0afb31 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a3f99e0afb31 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3f0780d1c748 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e33c7ee0a9b0_3f0780d1c748 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-36369b16ab84_3f0780d1c748 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_35bb82abefa5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b906dabac504 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_82407243aa53 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3baf7f981044 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b6722595f8e0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 2391px;
 }

 .imageview_2e41d8279eba {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_2e41d8279eba img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_35c245c3229d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ea977fa9a533_35c245c3229d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3223b5185e66_35c245c3229d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_38b232420b39 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_ccb74424c71c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4a42b96bc904 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_86b90bc2541d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_17d31609a776 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1891px;
 }

 .imageview_e3d87fd74713 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e3d87fd74713 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d1ca73a1acf1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8010510b4386_d1ca73a1acf1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2f487e49bcfa_d1ca73a1acf1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e1c15ca71d45 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b26c084293e8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3b0f673e6a1d {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_259697706292 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_6bca050f72eb {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1392px;
 }

 .imageview_55bd9d4fcc0b {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_55bd9d4fcc0b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_2a6e05aa21eb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7d273f25501a_2a6e05aa21eb {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-760c4a408867_2a6e05aa21eb {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7e4fa5288f29 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e5a518a82496 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c666dbf46baa {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_cb67d4d29d59 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c4162fa0ab98 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 893px;
 }

 .imageview_908db63b39b0 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_908db63b39b0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_02a7ad2ad212 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5f29ce2d2770_02a7ad2ad212 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-75761971fe5a_02a7ad2ad212 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_2b0c720d9c6a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_efd12ebc01a2 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_941c486b83ea {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4459c486ffde {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_22e17c823a97 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0eb15da0f4c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_a3c5d75e8f94 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_a3c5d75e8f94 img {
   width: 100%;
   height: 100%;
 }

 .text_f3099b47826b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3e254ea16540 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_5f98d48da328 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_5f98d48da328 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_5f98d48da328.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9d1b06eaf305 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_9d1b06eaf305 img {
   width: 100%;
   height: 100%;
 }

 .text_47472a917981 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_a5b83ba3141a {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_c141d3ff4ada {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_175a1bdb3b96 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_175a1bdb3b96 {
   overflow: visible;
 }

 .container_9308af552eec {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 406px;
 }

 .imageview_6c357a153ea4 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_6c357a153ea4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d094352306fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-95d5ccc0be66_d094352306fd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3869b78c8b47_d094352306fd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_35db000ad334 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a41448fe23c1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4d11566ed4b9 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1bfd4e29800f {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e15399f9f994 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ee1464316126 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_e3e98b20ab08 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_e3e98b20ab08 img {
   width: 100%;
   height: 100%;
 }

 .text_27ef77b01539 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0c72eeb10e90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_64db6408882b {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_64db6408882b img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_64db6408882b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_b2a062feaab1 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_b2a062feaab1 img {
   width: 100%;
   height: 100%;
 }

 .text_e0a32dd7fdb5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_83fcf22629ab {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_7f5b8e401eb9 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_310d9e427d5d {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_310d9e427d5d {
   overflow: visible;
 }

 .container_7608eea77ae6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1392px;
 }

 .imageview_628e671c13fc {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_628e671c13fc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c35b3ef0522d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-65ef391c1185_c35b3ef0522d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b7b1ea42aeda_c35b3ef0522d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_5301debec5fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_f6741454c4b4 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1882053be2c9 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_464307916ec6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_87bb5bfc3dbb {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ec3c534ea829 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_aad72c9d19a8 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_aad72c9d19a8 img {
   width: 100%;
   height: 100%;
 }

 .text_9e073266b4b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_682ee1d61a85 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_ca0d6a24e73e {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_ca0d6a24e73e img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ca0d6a24e73e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_2d36caec6998 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_2d36caec6998 img {
   width: 100%;
   height: 100%;
 }

 .text_cc28f86f21f1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_8516b7aded07 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_8516b7aded07 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_8516b7aded07 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_ccb014fdb2bc {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_a709c3586c50 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_a709c3586c50 {
   overflow: visible;
 }

 .container_a5bf3990893d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1891px;
 }

 .imageview_a0d040aa169b {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a0d040aa169b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e8cbf13bcf08 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3ba5d3d4971a_e8cbf13bcf08 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d70f93e11ef9_e8cbf13bcf08 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_cc20a7671783 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_6c58761dfee7 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0196f6a35c18 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_355449832bbf {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_566cb3aa4b5e {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_29700122fdb4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_567396bd1b6e {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_567396bd1b6e img {
   width: 100%;
   height: 100%;
 }

 .text_54d0182a4252 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_5b6ab08b5b62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_33b82a01fa04 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_33b82a01fa04 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_33b82a01fa04.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_acd4e608c2b1 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_acd4e608c2b1 img {
   width: 100%;
   height: 100%;
 }

 .text_192fd1fea475 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_abfd98a1aeb6 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_abfd98a1aeb6 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_abfd98a1aeb6 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_506545f78315 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_7b89f321dbf8 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_7b89f321dbf8 {
   overflow: visible;
 }

 .container_d1f1eccf420f {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1892px;
 }

 .imageview_95b04e8b2444 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_95b04e8b2444 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9a9c3283150b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f84adfb4d80f_9a9c3283150b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b42bc8bbe1ba_9a9c3283150b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f56089a9f7bc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_cf655eedd091 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1f602defe41c {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e8e215677cb9 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4b31598dd580 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2fcf20b80537 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_7326e1387632 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_7326e1387632 img {
   width: 100%;
   height: 100%;
 }

 .text_8d3fc08f36a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_48d32f0a7ade {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_a673bda84975 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_a673bda84975 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_a673bda84975.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_200c562515ae {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_200c562515ae img {
   width: 100%;
   height: 100%;
 }

 .text_da6822f387ef {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_052378b51e1f {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_052378b51e1f {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_052378b51e1f {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_882c30121c49 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_d449baf0a9da {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_d449baf0a9da {
   overflow: visible;
 }

 .container_8ccc6acf72da {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 2391px;
 }

 .imageview_1a28a172d086 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_1a28a172d086 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c6e92fc36c34 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-25849a93abbe_c6e92fc36c34 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e19b89400f83_c6e92fc36c34 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_073e03abd273 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a9e69f0fd679 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_28dc4bc8d9c5 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_54b08ce94662 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_654fcb47cfec {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f6c61b9883cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_0859c02692c7 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_0859c02692c7 img {
   width: 100%;
   height: 100%;
 }

 .text_2abc9c2c8390 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f19921e0c754 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_ee0934500b2c {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_ee0934500b2c img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ee0934500b2c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_172032f3ee7f {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_172032f3ee7f img {
   width: 100%;
   height: 100%;
 }

 .text_dddb8d8ee83e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_8358ef4e71d0 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_176dce8ec03b {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_505f992df03b {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_505f992df03b {
   overflow: visible;
 }

 .container_47f9aeb64671 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 3390px;
 }

 .imageview_e20beda13cfa {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e20beda13cfa img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8df5ba094efd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-0296c3bb4db7_8df5ba094efd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cde604c8d2ac_8df5ba094efd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9ae0d150c5b4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_3eb6614f6c29 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f41457aa6c2b {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_017633b52a10 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b5f8939fd1a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9921c2e17e3c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_4e34b96280a9 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_4e34b96280a9 img {
   width: 100%;
   height: 100%;
 }

 .text_62f5ab42bc93 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_58b54b142aef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_8d3a413356cb {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_8d3a413356cb img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_8d3a413356cb.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_a3bd78afb4ac {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_a3bd78afb4ac img {
   width: 100%;
   height: 100%;
 }

 .text_5234042b30fd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_357e253df1ef {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_59e897ef78b4 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_eaa3fb91e1fc {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_eaa3fb91e1fc {
   overflow: visible;
 }

 .container_d3c8048e8074 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 3390px;
 }

 .imageview_b9f3592c4f71 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b9f3592c4f71 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4ddeb9d05299 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3ce19c2a6ef4_4ddeb9d05299 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6a758e6622e8_4ddeb9d05299 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_78fbfbe4dded {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e93a15b5d2fe {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_5a6c953a85d8 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_760c19b658f5 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_056e17610ff2 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_33971d930929 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_7ecd914beedd {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_7ecd914beedd img {
   width: 100%;
   height: 100%;
 }

 .text_68d289a0b30f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6e021beb65c3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_c6dfc02c39e2 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_c6dfc02c39e2 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_c6dfc02c39e2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_39c9c798da23 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_39c9c798da23 img {
   width: 100%;
   height: 100%;
 }

 .text_792677018160 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_b6c5c17133aa {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_b6c5c17133aa {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_b6c5c17133aa {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_70fd4da98768 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_076bdbcf8de8 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_076bdbcf8de8 {
   overflow: visible;
 }

 .container_974a858cf30a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1421px;
   top: 406px;
 }

 .imageview_9f8554d7a329 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9f8554d7a329 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_20a05144586a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-56ad6b839b6a_20a05144586a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7e3a59aea20e_20a05144586a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_58ecc4ea5130 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a0420bfe6480 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_796d958b303b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_201478586309 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_c1b1d729efe2 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_c1b1d729efe2 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_c1b1d729efe2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_67b2dc0eaf42 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_86a54a5e4af1 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1392px;
 }

 .imageview_050cd5279e1d {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_050cd5279e1d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_eae86b58763b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fd52a4b53a20_eae86b58763b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-034eb7b9627d_eae86b58763b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f572ba04be39 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b71bf270647e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f07699f47383 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_66c950d81f99 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_12606dc1f74e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 2891px;
 }

 .imageview_ba1b9a9fc61c {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_ba1b9a9fc61c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c4aeda30a03e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2dcd0397216a_c4aeda30a03e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-71ad4a7a2c69_c4aeda30a03e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_db6ad0645c28 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_de5d7c1072eb {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_31081cdeb461 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_70d5b9cf5ef2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_4989d405250f {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 2891px;
 }

 .imageview_9773df8f513e {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9773df8f513e img {
   position: absolute;
   width: 92.85% !important;
   height: 92.00% !important;
   max-width: none !important;
   left: 3.54%;
   top: 28.88%;
 }

 .imageview_9773df8f513e.wp-block-image {
   overflow: hidden;
 }

 .text_78be5b4fb95d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2fea5813af83_78be5b4fb95d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e9a73d7c4f61_78be5b4fb95d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_c9d3a5191c58 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9ae64f3d5a56 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3c14956845e0 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_eb8f0f1aeed7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_def732db7ee5 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 3891px;
 }

 .imageview_ff0a0d834fb5 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_ff0a0d834fb5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f329df5e6bea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-44e7025a1b3d_f329df5e6bea {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2ddbf671a63e_f329df5e6bea {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_25bb29319a51 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_be05b6247b1e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_7a2b6d2bdb9a {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_63205e92ddca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_4c2b2a34d12e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 3891px;
 }

 .imageview_d2e4f218bc81 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_d2e4f218bc81 img {
   position: absolute;
   width: 116.64% !important;
   height: 115.58% !important;
   max-width: none !important;
   left: -8.21%;
   top: 13.39%;
 }

 .imageview_d2e4f218bc81.wp-block-image {
   overflow: hidden;
 }

 .text_8044066f741e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3ef2d8712280_8044066f741e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2ee1afb8189b_8044066f741e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4cac55bbb1d0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_09a39e0513a8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f1ec4a7a0f83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3171383cd470 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_3395a20ecae5 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_3395a20ecae5 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_3395a20ecae5.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_c32dcfebbe8c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_dba90fefe594 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 3891px;
 }

 .imageview_0d9e4c419b64 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_0d9e4c419b64 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_16ace57384e6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cf08e47591d4_16ace57384e6 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-12b95a8d1e67_16ace57384e6 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e7f18952734c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_695ba34f3e5c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3409c1e5b61d {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_73063d2ce3e9 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_03daaad7f5b9 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_352e8c20808d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_d7b24a0a18f8 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_d7b24a0a18f8 img {
   width: 100%;
   height: 100%;
 }

 .text_3bc4e45b74c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_03f73ef9fcce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_8cb364b78d00 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_8cb364b78d00 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_8cb364b78d00.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f79acd0ac6c0 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_f79acd0ac6c0 img {
   width: 100%;
   height: 100%;
 }

 .text_0b29c53b92a9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_bd4a5eceb15b {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_bd4a5eceb15b {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_bd4a5eceb15b {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_9b9ee5797b0c {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_12623633026e {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_12623633026e {
   overflow: visible;
 }

 .container_5cb6ec4dccb7 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 3391px;
 }

 .imageview_19c4b9e866b6 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_19c4b9e866b6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_dd366bf849aa {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b3cb26f3757c_dd366bf849aa {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c81610bed0f7_dd366bf849aa {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7cd11084f502 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b145e3657a3d {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_bb330aa7c02d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f4697b172d40 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_3f0533e9b1d7 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_3f0533e9b1d7 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_3f0533e9b1d7.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_895a23ce12b1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_caf22284d8e6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 3891px;
 }

 .text_aadc38641f5c {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_005b8e1051e9 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_7d7047e3b369 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_7d7047e3b369 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_7d7047e3b369 {
   width: 202px;
   height: 20px;
 }

 .text_f4e8c6de72ad {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_d25aa5360fd6 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_d5444cdce457 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_2efdfb950e3d {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_360af7fb98e3 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_bd5a64109c9b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_c9f977da435d {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_aaf43a7a6b43 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_690e0edb63c2 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_690e0edb63c2 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_690e0edb63c2 {
   width: 202px;
   height: 20px;
 }

 .text_dab940bfee99 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_ca7b6ce5c805 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_484fde51ab0d {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_337e827a7636 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_982729c62d23 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_77cd514eb6a0 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_7d1f369c8fa3 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_5b456facf2c1 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_27a369879ebf {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_27a369879ebf {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_27a369879ebf {
   width: 202px;
   height: 20px;
 }

 .text_75922d740cde {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_10945a44397b {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_41f39903ae2f {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_41f39903ae2f {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_41f39903ae2f {
   width: 202px;
   height: 20px;
 }

 .text_79a45a215e89 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_536a7b6687ef {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_4a2a3bdee2a6 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .container_wrapper_4a2a3bdee2a6 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 592px;
   width: 202px;
   height: 20px;
 }

 .container_nested_4a2a3bdee2a6 {
   width: 202px;
   height: 20px;
 }

 .text_5527ce9bc35e {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_da46db34937e {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_5d4f2e1df685 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_9238658c3fdb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_55e3344d2bbb {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_55e3344d2bbb img {
   width: 100%;
   height: 100%;
 }

 .imageview_0404dfe6b8c4 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_0404dfe6b8c4 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_0404dfe6b8c4.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_62e2f679a7ae {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_62e2f679a7ae img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_62e2f679a7ae.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_2ac6e720dd27 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_2ac6e720dd27 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_2ac6e720dd27.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_ec824e519680 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_ec824e519680 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ec824e519680.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_d151d20cff1f {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_d151d20cff1f img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_d151d20cff1f.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_6c5e184ade60 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_6c5e184ade60 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_6c5e184ade60.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_c4fe2d20dd65 {
   width: 39px;
   height: 39px;
   position: absolute !important;
   left: 1227px;
   top: 4512px;
 }

 .imageview_c4fe2d20dd65 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c7b6f7ba451d {
   width: 39px;
   height: 39px;
   position: absolute !important;
   left: 890px;
   top: 4512px;
   transform-origin: 0 0;
 }

 .imageview_c7b6f7ba451d img {
   width: 100%;
   height: 100%;
 }

 .text_6b9fd5f42db9 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_60b925627b3c {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8017950030b8 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_5ad834ffd33a {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a57a0f0edc8d {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_834c0ee069ec {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_17230fe6cdd2 {
   width: 326px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_17230fe6cdd2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0ba26a48f7b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6d811d96e9a3_0ba26a48f7b0 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-014c78dbb8b1_0ba26a48f7b0 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_8f0a5e468004 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_3d7a30f8d7c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_6595306874c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_55278680c26d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_46a72c12b33a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   z-index: 1;
   left: 1083px;
   top: 1392px;
 }

 .imageview_542f8453e8db {
   width: 326px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_542f8453e8db img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3c29daabcf7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-64689d3e71a3_3c29daabcf7d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9ab649432e21_3c29daabcf7d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_53c45fcd4fca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_00dd7bd2e8fe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b8d5822d2087 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9760cbed1a09 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9cf0bba3cd83 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   z-index: 1;
   left: 409px;
   top: 2891px;
 }

 .imageview_6ce758deb7eb {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 890px;
   top: 4510px;
 }

 .imageview_6ce758deb7eb img {
   width: 100%;
   height: 100%;
 }

 .imageview_73b953b8b289 {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 1226px;
   top: 4510px;
   transform-origin: 0 0;
 }

 .imageview_73b953b8b289 img {
   width: 100%;
   height: 100%;
 }

 .imageview_7c8ec7808e4f {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_7c8ec7808e4f img {
   width: 100%;
   height: 100%;
 }

 .imageview_23114b43d4c4 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_23114b43d4c4.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_23114b43d4c4 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_85dee5683031 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_1584dd906026 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_d2b1066c6505 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_7d2ba7aaa11a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_da8a170ac28b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_5ae4547c2003 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_c39af9b573a6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_d3c47512f419 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_68eab961efc1 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_b61426168c36 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_fe3d6ea6007f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_4ff5fc2fbe32 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_051dc41848b4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_9f28a4d01038 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_2fef5bc807b4 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_01433b5ff4bb {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_f6d0603c2aa3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_e5f2bddaa8ff {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_33be0d20c0e3 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_19caf87ce18d {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_32d8a1df3326 {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_32d8a1df3326 img {
   width: 100%;
   height: 100%;
 }

 .text_31ccb698c9fd {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_4ce4a92d33e7 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_4ce4a92d33e7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_bae44db29317 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_bae44db29317 img {
   width: 100%;
   height: 100%;
 }

 .imageview_17586c1a10b9 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_17586c1a10b9 img {
   width: 100%;
   height: 100%;
 }

 .container_2b99e0bbc233 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 4791px;
 }

 .container_wrapper_2b99e0bbc233 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 4791px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_2b99e0bbc233 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_297ac8350dbb {
   width: 1920px;
   height: 5105px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_73941d39cc0d {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_5085bc1fca91 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5085bc1fca91 img {
   width: 100%;
   height: 100%;
 }

 .text_922c3a13fae8 {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_917b42d8bd20 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_29fec688685b {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_29fec688685b img {
   width: 100%;
   height: 100%;
 }

 .imageview_bea9400c4da9 {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_bea9400c4da9 img {
   width: 100%;
   height: 100%;
 }

 .container_83411b526c31 {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_6562582ab96e {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_6562582ab96e img {
   width: 100%;
   height: 100%;
 }

 .text_03a0cad39cfa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_86571ffe5a7e {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_b7ad87baf87e {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_c95f13d0b297 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_c95f13d0b297 img {
   width: 100%;
   height: 100%;
 }

 .imageview_3ad264559542 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_3ad264559542 img {
   position: absolute;
   width: 90.95% !important;
   height: 90.12% !important;
   max-width: none !important;
   left: 4.45%;
   top: 30.40%;
 }

 .imageview_3ad264559542.wp-block-image {
   overflow: hidden;
 }

 .text_cc131be8a83f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2789e8ac71e0_cc131be8a83f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4098650b8a13_cc131be8a83f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_da3694ed485d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_be766b38324c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_19e10252e7bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4e83fc4b1f37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_2b73fea9089e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1906px;
 }

 .imageview_078645a72021 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_078645a72021 img {
   position: absolute;
   width: 88.46% !important;
   height: 87.65% !important;
   max-width: none !important;
   left: 5.63%;
   top: 30.09%;
 }

 .imageview_078645a72021.wp-block-image {
   overflow: hidden;
 }

 .text_8df1deb9d916 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a3ad5b7f145d_8df1deb9d916 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cddf47699d21_8df1deb9d916 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_73a43f10a110 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1bb628fd80f1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_de12424a503a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a8d1e4d28843 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_8736d490951b {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 906px;
 }

 .imageview_4e9087a16b83 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_4e9087a16b83 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c21357516424 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-bd3222cddb53_c21357516424 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e5f5989e6746_c21357516424 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4a4a21c40225 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_c9efc4b1d014 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_ea58722e7c54 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_8dd4a1e33c38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_1e1fe2186fd3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1406px;
 }

 .imageview_e858410cc091 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e858410cc091 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ce4928b2f5af {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2e8464efc783_ce4928b2f5af {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5ce7aa024eb7_ce4928b2f5af {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_30f986ef9720 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a96412a8192a {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_93f27064db99 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_88a7307b7198 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b8ce43c71a4d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1406px;
 }

 .imageview_eebf7b858805 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_eebf7b858805 img {
   position: absolute;
   width: 115.94% !important;
   height: 114.88% !important;
   max-width: none !important;
   left: -10.81%;
   top: 15.45%;
 }

 .imageview_eebf7b858805.wp-block-image {
   overflow: hidden;
 }

 .text_dc8ac7237203 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-274686f03abb_dc8ac7237203 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c70fe886d794_dc8ac7237203 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_66ab8b30e5e8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_45925e036a85 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_151b270fc432 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d183cfba7baf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_2d21275fc89e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1906px;
 }

 .imageview_09b4c3ba212d {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_09b4c3ba212d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f886949e23b0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b3572831c281_f886949e23b0 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3623066d3444_f886949e23b0 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a6f82886723d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1aeb16732180 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_81a9c721f89f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e5b074f540d7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_7a754f008729 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 407px;
 }

 .imageview_b3f94a077e07 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b3f94a077e07 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ae262728eaf2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1308b9888ea2_ae262728eaf2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ccf3d169f2dc_ae262728eaf2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_cf1ad6cd2ee3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e14cf65a14e8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_61522f54db7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_55672ef0f32b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c187b6c9004e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 407px;
 }

 .text_02fd859915ca {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_868c6b4f066d {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_ae363de3cce1 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_ae363de3cce1 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_ae363de3cce1 {
   width: 202px;
   height: 20px;
 }

 .text_ada877d2f964 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_86cd9ebc8dc7 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_255e9c67a1cb {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_93a0ec4802e1 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_a479e76768e0 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_4724bcd12b77 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_5cdaf73c7ab3 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_e77e9642e791 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_afe3439b56c1 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_afe3439b56c1 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_afe3439b56c1 {
   width: 202px;
   height: 20px;
 }

 .text_46929be36139 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_b9228bac0617 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_7f7ee4a9cdde {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_7ca235257c8d {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_6fcd5a93bd07 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_62a7afcc6db1 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_1c9f4b706440 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_2a9e5555273f {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_284842055759 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_284842055759 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_284842055759 {
   width: 202px;
   height: 20px;
 }

 .text_a90b7d279511 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_38e85e1a75d3 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_a1fc8a7571a8 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_a1fc8a7571a8 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_a1fc8a7571a8 {
   width: 202px;
   height: 20px;
 }

 .text_fd0012ac27f8 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_a78c822f6046 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_a4a15abe9926 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .container_wrapper_a4a15abe9926 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 592px;
   width: 202px;
   height: 20px;
 }

 .container_nested_a4a15abe9926 {
   width: 202px;
   height: 20px;
 }

 .text_a10354b58de2 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_315f4ec99e00 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_aaca56c37ac0 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_ff7929327634 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_f350122f9895 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_f350122f9895 img {
   width: 100%;
   height: 100%;
 }

 .imageview_9be051f2f945 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_9be051f2f945 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_9be051f2f945.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_c3b41b74c332 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_c3b41b74c332 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_c3b41b74c332.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_80eee0931ad3 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_80eee0931ad3 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_80eee0931ad3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_618677bba66a {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_618677bba66a img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_618677bba66a.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_eb57c10fa1e5 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_eb57c10fa1e5 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_eb57c10fa1e5.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_bceede3ec127 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_bceede3ec127 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_bceede3ec127.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_59310b269710 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_59310b269710 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_abc92b68a92e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-07123bc656ee_abc92b68a92e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6a5c12527fa2_abc92b68a92e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_5a402c44b1a8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_520807cd6552 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2a269343c0d6 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_750a2e46a919 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_08acae779d0e {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_fdbae4fb7ccf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_f30bd658c41b {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_f30bd658c41b img {
   width: 100%;
   height: 100%;
 }

 .text_1ccd8208d748 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3f416feebfbc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_fd10de5dfac7 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_fd10de5dfac7 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_fd10de5dfac7.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_245e592234b6 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_245e592234b6 img {
   width: 100%;
   height: 100%;
 }

 .text_231dc3c15be4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_5781f8293203 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_9b014b2b2df2 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_ad64b146d2fe {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_ad64b146d2fe {
   overflow: visible;
 }

 .container_b940965d92da {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 406px;
 }

 .imageview_fbbc665676ad {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_fbbc665676ad img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9b2f10986a11 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d9dda7071624_9b2f10986a11 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7a403f31b594_9b2f10986a11 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b7918c28c575 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_48bd599b8762 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_10db50464bb5 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_fa06da584ccd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d1a9e3237a39 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_843208cd1ddc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_2a4a388b908e {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_2a4a388b908e img {
   width: 100%;
   height: 100%;
 }

 .text_ac2ca54134f9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_08b761997664 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_9afceb0ecc38 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_9afceb0ecc38 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_9afceb0ecc38.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_e6898db1e023 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_e6898db1e023 img {
   width: 100%;
   height: 100%;
 }

 .text_a1c84fc470a9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_9590750043bd {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_9590750043bd {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_9590750043bd {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_195a0d39e04c {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_ed57d20af9f4 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_ed57d20af9f4 {
   overflow: visible;
 }

 .container_c342ee5ac8e6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 906px;
 }

 .imageview_e42c88608d92 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e42c88608d92 img {
   position: absolute;
   width: 92.55% !important;
   height: 118.54% !important;
   max-width: none !important;
   left: 3.71%;
   top: 7.29%;
 }

 .imageview_e42c88608d92.wp-block-image {
   overflow: hidden;
 }

 .text_fdd770ecf3c7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2f5b8b3093f5_fdd770ecf3c7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2a29b39981d5_fdd770ecf3c7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4fe81fdf79f4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_dba99162b6c0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e38c76812afc {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0714f4812044 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2c70adf565bd {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_75c503091ad6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ed1094870973 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_ed1094870973 img {
   width: 100%;
   height: 100%;
 }

 .text_21952f7ab36d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_52d85d04c112 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_342d9b4de402 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_342d9b4de402 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_342d9b4de402.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_5cfd1589b3a2 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_5cfd1589b3a2 img {
   width: 100%;
   height: 100%;
 }

 .text_6c63d0e2bcc8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_ebe04d50f768 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_431ce4b8f050 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_680b666e4ccc {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_680b666e4ccc {
   overflow: visible;
 }

 .container_3191c9bf6ecd {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1406px;
 }

 .imageview_987ab32c503f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_987ab32c503f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1ce74bafc24b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9d75e46354f5_1ce74bafc24b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c4431d334291_1ce74bafc24b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_3ea6d77cdf4e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e31ab3bacbbd {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0c521fa8226c {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_aac40dd93491 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_dd2fbfc55fd4 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_782c37e438c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_a226b6df8fa9 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_a226b6df8fa9 img {
   width: 100%;
   height: 100%;
 }

 .text_afeebcf5ae0c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c3af1246de7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_248e9c7f4a82 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_248e9c7f4a82 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_248e9c7f4a82.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f0e2dce532ec {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_f0e2dce532ec img {
   width: 100%;
   height: 100%;
 }

 .text_17c0aace31ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_e0cc7654f733 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_3acd09c7089c {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_77adf41057ca {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_77adf41057ca {
   overflow: visible;
 }

 .container_413c942d4eee {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 2407px;
 }

 .imageview_fdc07f3536f4 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_fdc07f3536f4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_10a114a33952 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d91fd6e7d684_10a114a33952 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3a9c57205292_10a114a33952 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_2e6087a5a645 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a2d636ad6028 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_61324ec42ad2 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_20b3f3ba3eb2 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_8fbe1c8cae98 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_604f1d5260a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ea0c32c2d99c {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_ea0c32c2d99c img {
   width: 100%;
   height: 100%;
 }

 .text_fca5b903fff8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2b6740306d81 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_c6681507f8b3 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_c6681507f8b3 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_c6681507f8b3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_cdaf48533893 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_cdaf48533893 img {
   width: 100%;
   height: 100%;
 }

 .text_e2beeb312d14 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_fba918d67e59 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_dce1f22cbb92 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_dec0d4566780 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_dec0d4566780 {
   overflow: visible;
 }

 .container_3cdb9592a0dc {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 2908px;
 }

 .imageview_09635a1c22ff {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_09635a1c22ff img {
   position: absolute;
   width: 92.79% !important;
   height: 118.84% !important;
   max-width: none !important;
   left: 3.57%;
   top: 6.99%;
 }

 .imageview_09635a1c22ff.wp-block-image {
   overflow: hidden;
 }

 .text_5f885536440f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d1c8a99d247e_5f885536440f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a13ba229705a_5f885536440f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9adeb37722ac {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a65fd5df717c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4c61c473e29b {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4ef50c6481c6 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c666955af378 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_68c83aa15cb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_68e42b797ef7 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_68e42b797ef7 img {
   width: 100%;
   height: 100%;
 }

 .text_bb5543d83c74 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_157d8ccb9baa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_8cf53734f0b9 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_8cf53734f0b9 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_8cf53734f0b9.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_a0ede6e8cc45 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_a0ede6e8cc45 img {
   width: 100%;
   height: 100%;
 }

 .text_ded7a9381936 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_ab9ab7d1d3af {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_0aea5e6f13fa {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_f69a89d419c9 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_f69a89d419c9 {
   overflow: visible;
 }

 .container_c3972d271f98 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 3406px;
 }

 .imageview_e3c75cb0868a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e3c75cb0868a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1f84c3c9b738 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-35c3b80c1eac_1f84c3c9b738 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-348ccc884fac_1f84c3c9b738 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_2d9d55226551 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_7ca334687b2e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_fae56de02326 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_28b485b061a9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_287e122b325c {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_287e122b325c img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_287e122b325c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_0304f119b460 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_7b60f4256286 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 406px;
 }

 .text_7da74a8977e9 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_c106d6e98664 {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 20px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_c106d6e98664 {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 20px;
   width: 93px;
   height: 23px;
 }

 .container_nested_c106d6e98664 {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_237fd309f9f1 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_d38c4395a83e {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 20px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_93c9717d1128 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_7939ca8879e1 {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 20px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_8d92b977eecf {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_8d92b977eecf img {
   position: absolute;
   width: 92.52% !important;
   height: 91.67% !important;
   max-width: none !important;
   left: 3.66%;
   top: 31.31%;
 }

 .imageview_8d92b977eecf.wp-block-image {
   overflow: hidden;
 }

 .text_a9519e25834c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6f7b6cc7471d_a9519e25834c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-91d6d9250d4a_a9519e25834c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_df7c6577f857 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a3378c00ca08 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_15e05265910e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_720bab970c62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_79bdc7d81e35 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_79bdc7d81e35 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_79bdc7d81e35.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_d3d3542e69b9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_79e977a385f8 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 906px;
 }

 .imageview_8485f81ac503 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_8485f81ac503 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9094313b6805 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f1cb9a52f227_9094313b6805 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3a435cd8165e_9094313b6805 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f1068d0a1191 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1c6c32aad330 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_920652f31525 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_db3b51a1d75b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_ab42e40c5d35 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1406px;
 }

 .imageview_5fb129c6fb41 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_5fb129c6fb41 img {
   position: absolute;
   width: 93.89% !important;
   height: 93.03% !important;
   max-width: none !important;
   left: 3.06%;
   top: 25.63%;
 }

 .imageview_5fb129c6fb41.wp-block-image {
   overflow: hidden;
 }

 .text_8c97fab84432 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d99f40e90cd1_8c97fab84432 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8006502d0abd_8c97fab84432 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_c7957e150111 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_3e1d7d39b891 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_97718e132ee3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_59e20bba40fe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_745e5c91bd45 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1906px;
 }

 .imageview_4e260c450d4b {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_4e260c450d4b img {
   position: absolute;
   width: 92.20% !important;
   height: 91.36% !important;
   max-width: none !important;
   left: 3.86%;
   top: 29.20%;
 }

 .imageview_4e260c450d4b.wp-block-image {
   overflow: hidden;
 }

 .text_3ebe6cc48e8c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-af0f07cf1033_3ebe6cc48e8c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e742bcfea3f3_3ebe6cc48e8c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_5dd0da70cd50 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_dbe9a3c5b253 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_43e8e3d749f0 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_acbf390b775b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_09f73eeb96ab {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1906px;
 }

 .imageview_6edf7033c693 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_6edf7033c693 img {
   position: absolute;
   width: 97.27% !important;
   height: 96.39% !important;
   max-width: none !important;
   left: 1.33%;
   top: 25.53%;
 }

 .imageview_6edf7033c693.wp-block-image {
   overflow: hidden;
 }

 .text_649d005ef27e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6bf8ade91ce8_649d005ef27e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6c9576def628_649d005ef27e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_699b79ddc50d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_d869bf6685f2 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c985f429ea04 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_16ef06c68aa1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_0749c56a3d8a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 2406px;
 }

 .imageview_5c776b87d78a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_5c776b87d78a img {
   position: absolute;
   width: 90.23% !important;
   height: 115.57% !important;
   max-width: none !important;
   left: 4.78%;
   top: 14.83%;
 }

 .imageview_5c776b87d78a.wp-block-image {
   overflow: hidden;
 }

 .text_ccc1c17741f7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7e4c033303aa_ccc1c17741f7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e20cdb7b8359_ccc1c17741f7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a96b7a10ab1d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e5f3d75545a8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_27e204efe64f {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_041505fd3b90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9a5e414b0233 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 2907px;
 }

 .imageview_a012bf6da5d1 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a012bf6da5d1 img {
   position: absolute;
   width: 91.99% !important;
   height: 117.82% !important;
   max-width: none !important;
   left: 4.12%;
   top: 8.93%;
 }

 .imageview_a012bf6da5d1.wp-block-image {
   overflow: hidden;
 }

 .text_ae330d6e92c8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c2b4d92d517c_ae330d6e92c8 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d471e694b6d7_ae330d6e92c8 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4cb4c2e7b777 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_971d26cf78fb {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a5b3bc06c44d {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d9ba0989537e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_4afb404a7433 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 2407px;
 }

 .imageview_eac4b0968746 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_eac4b0968746 img {
   position: absolute;
   width: 94.08% !important;
   height: 69.96% !important;
   max-width: none !important;
   left: 2.84%;
   top: 38.00%;
 }

 .imageview_eac4b0968746.wp-block-image {
   overflow: hidden;
 }

 .text_2711d1c6e8bc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4883001895ed_2711d1c6e8bc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-955fd22932b5_2711d1c6e8bc {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_d36a53c10d74 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_23e31f447ce0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_21d5ef231797 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_5ca74e107da0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c729cbf945b0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 2907px;
 }

 .imageview_3464853b6ebf {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_3464853b6ebf img {
   position: absolute;
   width: 94.59% !important;
   height: 93.73% !important;
   max-width: none !important;
   left: 2.71%;
   top: 26.95%;
 }

 .imageview_3464853b6ebf.wp-block-image {
   overflow: hidden;
 }

 .text_ff29def7b4a3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-36603980e3ff_ff29def7b4a3 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2b7e25c9b682_ff29def7b4a3 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_38c504405776 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_f45d83213409 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b3371f52e791 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_23a1e73e75ae {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_45080699277e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_95764a85d658 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_97c8aa06a9eb {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_97c8aa06a9eb img {
   width: 100%;
   height: 100%;
 }

 .text_996cde4a9fc6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_cb95b192a112 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_c52e8fd4f188 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_c52e8fd4f188 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_c52e8fd4f188.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_63cb946ca90f {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_63cb946ca90f img {
   width: 100%;
   height: 100%;
 }

 .text_35b4fd5d66e4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_7bbce94b1ab7 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_46047dc44df6 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_6cbac9a84c53 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_6cbac9a84c53 {
   overflow: visible;
 }

 .container_82e8c6fb87ba {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 2406px;
 }

 .imageview_0dbe2f4ffebc {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_0dbe2f4ffebc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d05dd8294a7a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-65cbdf587721_d05dd8294a7a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7b4d2fbfd1c5_d05dd8294a7a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_efdfd30fd435 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_84bc6f6401b6 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_26eb0a997dd3 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d6ce400d07b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_693601c53aac {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_693601c53aac img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_693601c53aac.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_3b3594703892 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_cab43c5cfb89 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 2907px;
 }

 .imageview_9a783540316c {
   width: 326px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9a783540316c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9e639893cfb1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-523ce8e0af4c_9e639893cfb1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-0721ec62f244_9e639893cfb1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e6ee8747dc17 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_adf570ad9e9c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a705c3599621 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_5b97a1ea5875 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_1c44a9abbc0b {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   z-index: 1;
   left: 1420px;
   top: 407px;
 }

 .imageview_cb260497dc5f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_cb260497dc5f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_7e8649193bde {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-030fb8d52dd9_7e8649193bde {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-aac50995f9d3_7e8649193bde {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_11ee486cb061 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b9c98e648b5f {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_807ef07109b6 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_88bddf8911bb {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_31fbaab38edf {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_545cf43f8110 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_543e87bdb421 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_543e87bdb421 img {
   width: 100%;
   height: 100%;
 }

 .text_791dd252ebc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4e8fa2b00ad9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_4d3a312cf01b {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_4d3a312cf01b img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_4d3a312cf01b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_d90f1aef1405 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_d90f1aef1405 img {
   width: 100%;
   height: 100%;
 }

 .text_c78e9bb30a4f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_872f71ef18e4 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_5ccabee82d98 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_71e062d10b04 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_71e062d10b04 {
   overflow: visible;
 }

 .container_38450802dfed {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 906px;
 }

 .imageview_a3342c005939 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a3342c005939 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_04ca4346a039 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8114999a3a83_04ca4346a039 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9c7c3af68442_04ca4346a039 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_d93c97f65a29 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_f0a97e8d64d4 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_46ca6f7ff753 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_61629ff415b1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_7832ffaa90d8 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 3407px;
 }

 .imageview_e8f1bcd2dfeb {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e8f1bcd2dfeb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_b70f590de10c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e7ddbfd22ba1_b70f590de10c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9f7221a42adf_b70f590de10c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9e3cb7869844 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_15e8f6c61916 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_034af3a0f5e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ba7e361b9c5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_f45edf811286 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 3406px;
 }

 .imageview_b89c4d75bdba {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b89c4d75bdba img {
   position: absolute;
   width: 93.52% !important;
   height: 92.66% !important;
   max-width: none !important;
   left: 3.25%;
   top: 25.23%;
 }

 .imageview_b89c4d75bdba.wp-block-image {
   overflow: hidden;
 }

 .text_be828e1b5ba1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ff80483760bf_be828e1b5ba1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ac33952f3c92_be828e1b5ba1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4d88015f132d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e67a719de154 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_aa55cc06d202 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a21bd38c85ac {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_91e9ceb1be40 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1053d3f8189f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_2570517c6a75 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_2570517c6a75 img {
   width: 100%;
   height: 100%;
 }

 .text_709f711d2db6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b97881e788c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_47d0c9e1a062 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_47d0c9e1a062 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_47d0c9e1a062.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_e3e852c28816 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_e3e852c28816 img {
   width: 100%;
   height: 100%;
 }

 .text_4feff4dbc5ef {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_561a5e48c65b {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_561a5e48c65b {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_561a5e48c65b {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_04e144f7ac4f {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_a0c6ecd3aafd {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_a0c6ecd3aafd {
   overflow: visible;
 }

 .container_19b6b28c2614 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 3406px;
 }

 .imageview_c46f11ad5f6a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_c46f11ad5f6a img {
   position: absolute;
   width: 92.94% !important;
   height: 92.10% !important;
   max-width: none !important;
   left: 3.58%;
   top: 26.44%;
 }

 .imageview_c46f11ad5f6a.wp-block-image {
   overflow: hidden;
 }

 .text_f4d15867145f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9ff2e95256e1_f4d15867145f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-be3acf205b17_f4d15867145f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_543f144fa905 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_fda279465fdb {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_16f59dec3f89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_674fe110c003 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ae56e965e9a8 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_ae56e965e9a8 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ae56e965e9a8.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_c596315c3c38 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_c7a8d7a171d0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 747px;
   top: 3909px;
 }

 .imageview_56ccfbbf733f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_56ccfbbf733f img {
   position: absolute;
   width: 94.48% !important;
   height: 93.62% !important;
   max-width: none !important;
   left: 2.81%;
   top: 29.18%;
 }

 .imageview_56ccfbbf733f.wp-block-image {
   overflow: hidden;
 }

 .text_ca808037b920 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fd74caf179e7_ca808037b920 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-48f390e03ab1_ca808037b920 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_41dd4fc83368 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_28d68ef5e70c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_ed6932b12e21 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_fa113681a5bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_40685d4c750b {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_8f97e12d0703 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_aab2d50fae50 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_aab2d50fae50 img {
   width: 100%;
   height: 100%;
 }

 .text_a599eeda1a0d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d781e4d7ed30 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_b5f736b39016 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_b5f736b39016 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_b5f736b39016.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_10f9e080a884 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_10f9e080a884 img {
   width: 100%;
   height: 100%;
 }

 .text_2741ffaa30db {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_f91734247d8d {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_4633c1f7ff3f {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_0d188bd934de {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_0d188bd934de {
   overflow: visible;
 }

 .container_eadd8bfa3bd4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1084px;
   top: 3909px;
 }

 .imageview_3ebad327e3ed {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_3ebad327e3ed img {
   position: absolute;
   width: 90.91% !important;
   height: 45.90% !important;
   max-width: none !important;
   left: 4.53%;
   top: 48.63%;
 }

 .imageview_3ebad327e3ed.wp-block-image {
   overflow: hidden;
 }

 .text_71969058e132 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-eb861a6d3f4f_71969058e132 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-847b3fd7586a_71969058e132 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b3319f9eecd9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_6456abcf0fa8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_04f1c4580ad8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_7befc10da27c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_6000016f0b8d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 405px;
   left: 410px;
   top: 3907px;
 }

 .imageview_a7c708fd3134 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a7c708fd3134 img {
   position: absolute;
   width: 90.78% !important;
   height: 116.27% !important;
   max-width: none !important;
   left: 4.66%;
   top: 12.30%;
 }

 .imageview_a7c708fd3134.wp-block-image {
   overflow: hidden;
 }

 .text_db01c31340c2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-717921d8613f_db01c31340c2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e2c7089c13be_db01c31340c2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_1b3df887621e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b2adc01c65e1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2d5636832afa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_daa8eec3d125 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_2c2c9a99dedd {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 405px;
   left: 1421px;
   top: 3909px;
 }

 .imageview_fdac5d619de0 {
   width: 39px;
   height: 39px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_fdac5d619de0 img {
   width: 100%;
   height: 100%;
 }

 .imageview_2ecc1adf3319 {
   width: 8px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
 }

 .imageview_2ecc1adf3319 img {
   position: absolute;
   width: 11.5px !important;
   height: 18.5px !important;
   max-width: none !important;
   left: -1.8px;
   top: -1.8px;
 }

 .imageview_2ecc1adf3319.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_3421708c9f46 {
   width: 41px;
   height: 41px;
   z-index: 2;
   position: absolute !important;
   left: -1px;
   top: -1px;
   transform-origin: 0 0;
 }

 .imageview_3421708c9f46 img {
   width: 100%;
   height: 100%;
 }

 .container_8f3317337f79 {
   position: absolute !important;
   overflow: visible;
   width: 39px;
   height: 39px;
   left: 1227px;
   top: 4512px;
 }

 .container_wrapper_8f3317337f79 {
   position: absolute !important;
   overflow: visible;
   left: 1227px;
   top: 4512px;
   width: 39px;
   height: 39px;
 }

 .container_nested_8f3317337f79 {
   width: 39px;
   height: 39px;
 }

 .imageview_b0b403ee1da9 {
   width: 39px;
   height: 39px;
   position: absolute !important;
   left: 890px;
   top: 4512px;
   transform-origin: 0 0;
 }

 .imageview_b0b403ee1da9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f15de0c8a07b {
   width: 41px;
   height: 41px;
   z-index: 1;
   position: absolute !important;
   left: 889px;
   top: 4511px;
 }

 .imageview_f15de0c8a07b img {
   width: 100%;
   height: 100%;
 }

 .imageview_d6f560ed85e4 {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d6f560ed85e4 img {
   width: 100%;
   height: 100%;
 }

 .container_f366051e7c20 {
   position: absolute !important;
   overflow: visible;
   width: 144px;
   height: 45px;
   left: 121px;
   top: 9px;
 }

 .container_wrapper_f366051e7c20 {
   position: absolute !important;
   overflow: visible;
   left: 121px;
   top: 9px;
   width: 144px;
   height: 45px;
 }

 .container_nested_f366051e7c20 {
   width: 144px;
   height: 45px;
 }

 .imageview_6a0b54810815 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_6a0b54810815.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_6a0b54810815 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_11b167ac7603 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_43d016d8e8ab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_9305dec8db98 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_1f544dcd136c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_726032cfd5b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_29ae1f80675a {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_2e11749628e9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_a5b7472110ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_ad22bcc85efa {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_41ba615f2367 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_c3b9a87151b3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_9e5d41603cc3 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_6679326ab657 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_cc32d56a0045 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_6483b4254f33 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_9cc52807bbb4 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_023cc2fc7951 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_c297cc2acd8c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_3565ec0a48ec {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_2675b6e766b9 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_a9d5b54ab3cc {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_a9d5b54ab3cc img {
   width: 100%;
   height: 100%;
 }

 .text_3aa8e714b6b4 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_c7d427d30254 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_c7d427d30254 img {
   width: 100%;
   height: 100%;
 }

 .imageview_22b8486332c5 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_22b8486332c5 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d1bb92d43c5c {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_d1bb92d43c5c img {
   width: 100%;
   height: 100%;
 }

 .container_f30405ed1175 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 4782px;
 }

 .container_wrapper_f30405ed1175 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 4782px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_f30405ed1175 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_ce18877c9131 {
   width: 1920px;
   height: 5096px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_509058a88cec {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_965dca8fb944 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_965dca8fb944 img {
   width: 100%;
   height: 100%;
 }

 .text_7ef8108f6ea8 {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_e4a6f0e9204f {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0970d1ecb776 {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_0970d1ecb776 img {
   width: 100%;
   height: 100%;
 }

 .imageview_6e8ec1500483 {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_6e8ec1500483 img {
   width: 100%;
   height: 100%;
 }

 .container_2c3f38956dcc {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_cae193b0afeb {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_cae193b0afeb img {
   width: 100%;
   height: 100%;
 }

 .text_113086dbb1a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_3f609835f191 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_60e097254642 {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_1960ee19ccf4 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_1960ee19ccf4 img {
   width: 100%;
   height: 100%;
 }

 .text_d11a07bba0fa {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_8f5262a26e56 {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
   border-radius: 2px 2px 2px 2px;
 }

 .imageview_b3e3a1a55889 {
   width: 7.5px;
   height: 5.5px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

 .imageview_b3e3a1a55889 img {
   position: absolute;
   width: 8.5px !important;
   height: 6.5px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

 .imageview_b3e3a1a55889.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_8f7ffa523c54 {
   position: absolute !important;
   overflow: visible;
   width: 13px;
   height: 13px;
   left: 0px;
   top: 4px;
 }

 .container_ebd9ed5c178c {
   position: absolute !important;
   overflow: visible;
   width: 68px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .text_1ffcb3554bbc {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_c9fd0361085f {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_87cb569bae83 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_593e5d3f4a26 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_c54cc0e69002 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_1c1f09312c3d {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_41183613c6dd {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_031876d3e03d {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_b8501832c3b3 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_b8501832c3b3 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_b8501832c3b3 {
   width: 202px;
   height: 20px;
 }

 .text_611fe07bde01 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_0acf9ec99da9 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_69becec88118 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_1468c1020ca6 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_57b77435fa36 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_8d283a809a71 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_b7edd1d6b2d7 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_db74c2e09171 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_293e0a2e8da6 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_293e0a2e8da6 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_293e0a2e8da6 {
   width: 202px;
   height: 20px;
 }

 .text_05ac70488546 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_d7ca7c10adea {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_a4abe5d59953 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_a4abe5d59953 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_a4abe5d59953 {
   width: 202px;
   height: 20px;
 }

 .text_b218a1405857 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_8d52316a8c8d {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_52d0429ff31b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .container_wrapper_52d0429ff31b {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 592px;
   width: 202px;
   height: 20px;
 }

 .container_nested_52d0429ff31b {
   width: 202px;
   height: 20px;
 }

 .text_dffce3a38e29 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_07cff1cb11b7 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_f98c2843b358 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_63564d5fd325 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_4cc27fe644f0 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_4cc27fe644f0 img {
   width: 100%;
   height: 100%;
 }

 .imageview_41bef7f77c77 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_41bef7f77c77 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_41bef7f77c77.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_2ae348cd4bd0 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_2ae348cd4bd0 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_2ae348cd4bd0.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_d8cefccc2bd2 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_d8cefccc2bd2 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_d8cefccc2bd2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9f59944de8aa {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_9f59944de8aa img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_9f59944de8aa.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_3d50d97ac960 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_3d50d97ac960 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_3d50d97ac960.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_ccc8c6d1ba8c {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_ccc8c6d1ba8c img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ccc8c6d1ba8c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_039c5ecbb8fc {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_eda63a73f3c3 {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_eda63a73f3c3 {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 21px;
   width: 93px;
   height: 23px;
 }

 .container_nested_eda63a73f3c3 {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_27dd43ab41b6 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_fcde3f79cc9e {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e882f93f3a28 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_5711b936a3e8 {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_51a5e48d7099 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_51a5e48d7099 img {
   position: absolute;
   width: 92.99% !important;
   height: 92.14% !important;
   max-width: none !important;
   left: 3.52%;
   top: 29.96%;
 }

 .imageview_51a5e48d7099.wp-block-image {
   overflow: hidden;
 }

 .text_d72ee0d0a0b7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-77222192085d_d72ee0d0a0b7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-0020474f1fcd_d72ee0d0a0b7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_6fd894e659d0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e37f366045da {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_ba3b67a851c3 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_266e55d61754 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c7312c51a415 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 905px;
 }

 .imageview_823f79f94224 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_823f79f94224 img {
   position: absolute;
   width: 91.86% !important;
   height: 91.02% !important;
   max-width: none !important;
   left: 4.03%;
   top: 30.70%;
 }

 .imageview_823f79f94224.wp-block-image {
   overflow: hidden;
 }

 .text_d424343e8293 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ecacf71e2f06_d424343e8293 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7dd9bb767da1_d424343e8293 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e60e4aa72ddf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e1b41030eb67 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d40dbf7a2613 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a1b26a022c0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_f63e6aca9755 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 411px;
   top: 2406px;
 }

 .imageview_5337c988ff08 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_5337c988ff08 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_cd268c13874a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a2b5015547a4_cd268c13874a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7e101f7d9ce4_cd268c13874a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_bc8bcbba7722 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_4cb725712801 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c0ce190c7754 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f42c41b42250 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_85069e0110ff {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_bc2d4838398e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_7df772b8f50a {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_7df772b8f50a img {
   width: 100%;
   height: 100%;
 }

 .text_870385184260 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4b31d9607157 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_90e2de891efe {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_90e2de891efe img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_90e2de891efe.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_93c99d0b55b3 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_93c99d0b55b3 img {
   width: 100%;
   height: 100%;
 }

 .text_0a00efe42427 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_3b2bbf49e6e8 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_1574cc7e3669 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_e9ed92850ded {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_e9ed92850ded {
   overflow: visible;
 }

 .container_3cc0743a35bf {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 906px;
 }

 .imageview_384d8bb02899 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_384d8bb02899 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_b3e86851940a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-54c388e5dbc3_b3e86851940a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9e36f193ce55_b3e86851940a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f48ed85ccf1b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a4e3cf44cb9d {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e82d18b10cd6 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a2ff5031e865 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ee9f3c01dbf9 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f60743758b0d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_017152e2e00c {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_017152e2e00c img {
   width: 100%;
   height: 100%;
 }

 .text_1b2c9eaf43a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2434fd3c8b6a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_7097ccabe5df {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_7097ccabe5df img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_7097ccabe5df.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_bfa50036cbc7 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_bfa50036cbc7 img {
   width: 100%;
   height: 100%;
 }

 .text_f44f27271a60 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_c60e57e2cb3e {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_c60e57e2cb3e {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_c60e57e2cb3e {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_80c55c77df13 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_e4dfb08bfc11 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_e4dfb08bfc11 {
   overflow: visible;
 }

 .container_aac0b81a5da6 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 906px;
 }

 .imageview_d6c55daa67cd {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_d6c55daa67cd img {
   position: absolute;
   width: 92.53% !important;
   height: 91.68% !important;
   max-width: none !important;
   left: 3.74%;
   top: 28.57%;
 }

 .imageview_d6c55daa67cd.wp-block-image {
   overflow: hidden;
 }

 .text_9e985c4bbca5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-71c970422cc8_9e985c4bbca5 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a84bc2c65058_9e985c4bbca5 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4ee7ecc89d06 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_915906f90db9 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_4d7781c8b333 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_798045480d58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1096f2b1c438 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ce9322099b6a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_2c39a13e7c9d {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_2c39a13e7c9d img {
   width: 100%;
   height: 100%;
 }

 .text_d3bb9b133b7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_98680fdae019 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_0d35f6eb6dc1 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_0d35f6eb6dc1 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_0d35f6eb6dc1.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_b403e29f6818 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_b403e29f6818 img {
   width: 100%;
   height: 100%;
 }

 .text_bb699dba36fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_cddb6fd828ba {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_76193d6ac844 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_87b2507ad928 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_87b2507ad928 {
   overflow: visible;
 }

 .container_107669c9ca40 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1085px;
   top: 2406px;
 }

 .imageview_46160bf2bb1f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_46160bf2bb1f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d6724fa0b797 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-64b042573f1c_d6724fa0b797 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-05530c71ce4e_d6724fa0b797 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ad68dd14c92e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_c2a572bfe9f3 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e7f7d40f6b42 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_31646b09eb36 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c99031decbe3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 905px;
 }

 .imageview_9795bafa9cbf {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9795bafa9cbf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fd4fabb9424a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d51744b6d822_fd4fabb9424a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-022ab28c7a41_fd4fabb9424a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ad2da43040cf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_24339f8630a6 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_229b4013ae9a {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_dfc07e1ecb9c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b9e782b8bf63 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b869eaa65922 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_56f6f86ead2b {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_56f6f86ead2b img {
   width: 100%;
   height: 100%;
 }

 .text_38aa44b102be {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_13bb70b8bd1d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_229cc2a8dc7c {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_229cc2a8dc7c img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_229cc2a8dc7c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_c7abcca0912a {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_c7abcca0912a img {
   width: 100%;
   height: 100%;
 }

 .text_eaad4cdf5021 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_edea20485ae1 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_edea20485ae1 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_edea20485ae1 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_ad9ab3ca080a {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_6df1ebb44fbc {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_6df1ebb44fbc {
   overflow: visible;
 }

 .container_42e0ffb94243 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1421px;
   top: 1406px;
 }

 .imageview_9de5e6c8dec5 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9de5e6c8dec5 img {
   position: absolute;
   width: 92.84% !important;
   height: 91.99% !important;
   max-width: none !important;
   left: 3.65%;
   top: 24.01%;
 }

 .imageview_9de5e6c8dec5.wp-block-image {
   overflow: hidden;
 }

 .text_9798ae9cf629 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-31a86cabc0d6_9798ae9cf629 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-063a6aaedac6_9798ae9cf629 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_2158d88f19b3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_88e046461d53 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_df1274b08910 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_24848cf89d02 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_a3a396b670e4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1084px;
   top: 1406px;
 }

 .imageview_073d91a30b85 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_073d91a30b85 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_57c544c13635 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-06d7dee75cfb_57c544c13635 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-aade705d44b3_57c544c13635 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_432dff4a4203 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1335927efc1c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c1e4810c8d7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d8e240fce099 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_7054d4d09a75 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_7054d4d09a75 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_7054d4d09a75.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_140c1dfa6bc3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_8fd0400ad30a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 410px;
   top: 1406px;
 }

 .imageview_4e6e5a9fe850 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_4e6e5a9fe850 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e35fcb24e7b7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8b2822901ece_e35fcb24e7b7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6034e9769c12_e35fcb24e7b7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_bc54f49d0df7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_218805af4204 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1ad909feb084 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2150dd213ba0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6bb638e18ad6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_7d938e8bec11 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_e81d038a13ba {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_e81d038a13ba img {
   width: 100%;
   height: 100%;
 }

 .text_9194ea74ad14 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_5de9fd7c6064 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_fae3dac47c58 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_fae3dac47c58 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_fae3dac47c58.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_b3fb8ce9f500 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_b3fb8ce9f500 img {
   width: 100%;
   height: 100%;
 }

 .text_289df4194187 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_9afc5dff7229 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_79a7abaf8fca {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_d71b1230e63d {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_d71b1230e63d {
   overflow: visible;
 }

 .container_75844c90c50c {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 747px;
   top: 1406px;
 }

 .imageview_501d5906fa92 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_501d5906fa92 img {
   position: absolute;
   width: 90.92% !important;
   height: 90.09% !important;
   max-width: none !important;
   left: 4.54%;
   top: 28.27%;
 }

 .imageview_501d5906fa92.wp-block-image {
   overflow: hidden;
 }

 .text_30e7e56a551c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6e598d6d0f5d_30e7e56a551c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-32cc398ab433_30e7e56a551c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_8a06a9b56267 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_0fc6523f4c35 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_9de80e6ab98e {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9961287f0b9a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b44ea1d633b0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1906px;
 }

 .imageview_303102752ce6 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_303102752ce6 img {
   position: absolute;
   width: 88.49% !important;
   height: 87.69% !important;
   max-width: none !important;
   left: 5.66%;
   top: 34.95%;
 }

 .imageview_303102752ce6.wp-block-image {
   overflow: hidden;
 }

 .text_38bba7b4a563 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cceec816e618_38bba7b4a563 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2673684ae2ca_38bba7b4a563 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_75d4140c5a84 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_0abe4ce5f709 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d676b3be11d6 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_af434694a133 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_ac5423aa1b47 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1906px;
 }

 .imageview_b4f75d189c0d {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b4f75d189c0d img {
   position: absolute;
   width: 92.21% !important;
   height: 91.37% !important;
   max-width: none !important;
   left: 3.96%;
   top: 25.53%;
 }

 .imageview_b4f75d189c0d.wp-block-image {
   overflow: hidden;
 }

 .text_b2ad26701797 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-df1c997eca52_b2ad26701797 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-40f258e1ddb8_b2ad26701797 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ec829d96150f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_5e8fcaf9a5b7 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_bd57b5afe656 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a03f72e5a752 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b14e7f469953 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2c15f00b501e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_a7262d93a8ff {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_a7262d93a8ff img {
   width: 100%;
   height: 100%;
 }

 .text_376342d82e78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a8d01f905316 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_2fd847758d6d {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_2fd847758d6d img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_2fd847758d6d.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9ec2c9599aef {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_9ec2c9599aef img {
   width: 100%;
   height: 100%;
 }

 .text_964c672750a6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_141ac1aa7911 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_141ac1aa7911 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_141ac1aa7911 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_b2a58a8b9a6f {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_968add938963 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_968add938963 {
   overflow: visible;
 }

 .container_8550b69648ac {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1906px;
 }

 .imageview_b0c6df8035ac {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b0c6df8035ac img {
   position: absolute;
   width: 91.08% !important;
   height: 90.25% !important;
   max-width: none !important;
   left: 4.34%;
   top: 29.18%;
 }

 .imageview_b0c6df8035ac.wp-block-image {
   overflow: hidden;
 }

 .text_ef6605584a42 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8bb6b1ecadb4_ef6605584a42 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e4ba464e2601_ef6605584a42 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_cfd629a54f10 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9d958f7317be {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_dcce26ca289d {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e534ea1faa86 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9619a9cc3c91 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1906px;
 }

 .imageview_53cc7e8046d1 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_53cc7e8046d1 img {
   position: absolute;
   width: 92.20% !important;
   height: 91.36% !important;
   max-width: none !important;
   left: 3.86%;
   top: 29.20%;
 }

 .imageview_53cc7e8046d1.wp-block-image {
   overflow: hidden;
 }

 .text_0a7a856555e7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b2178a813583_0a7a856555e7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-df5b6147637d_0a7a856555e7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_8aeea47b1487 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_5b66d32c2f46 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b399031d69bc {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_930d15494676 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c62b2cda5031 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 748px;
   top: 2406px;
 }

 .imageview_7f89a353a5c5 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_7f89a353a5c5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a9ce6c9a254f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-36dfd6a6340f_a9ce6c9a254f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b38fd6c58198_a9ce6c9a254f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9f594111e560 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_717aec7fb820 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_7bcb310c1694 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d8bde18b9082 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_4f5d7951f240 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 409px;
 }

 .imageview_f378c593e11b {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_f378c593e11b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_dcf72193e9ba {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7b4a99bec7c2_dcf72193e9ba {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-0f927e4af8c7_dcf72193e9ba {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7ca0e7b2be16 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_93440771a3a0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_5f9f0e98296d {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ecf996b6ca7f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_7c7ec06c98e7 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 409px;
 }

 .imageview_6ecd8e5d5ad9 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_6ecd8e5d5ad9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f1ce5ede43a6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4dbe0181a51d_f1ce5ede43a6 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c93d2d8308f8_f1ce5ede43a6 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ffdf6a984743 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9d5ce5b71f9e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_18da04879eaa {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_905385ca5279 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c9902712c01d {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0ff60e7d3e20 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ea46878d2763 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_ea46878d2763 img {
   width: 100%;
   height: 100%;
 }

 .text_eacd552d9b10 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_db92ab806f73 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_16bd2121fc02 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_16bd2121fc02 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_16bd2121fc02.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_aebffe8049ae {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_aebffe8049ae img {
   width: 100%;
   height: 100%;
 }

 .text_66ef112344ce {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_a7ed49914599 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_a7ed49914599 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_a7ed49914599 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_0f8f86ef82e7 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_02780e58ce43 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_02780e58ce43 {
   overflow: visible;
 }

 .container_2ae2992640a2 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 409px;
 }

 .imageview_bc60198d3ac9 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_bc60198d3ac9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_d782587a13d2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3ae35eb41070_d782587a13d2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a18eadfeb8ac_d782587a13d2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e6511d89091c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_422f9a2013ff {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0f3ded5cb85e {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_639b72484967 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_802824e6e1aa {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 409px;
 }

 .imageview_860dc6251a7e {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_860dc6251a7e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c17aa574aa62 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-669b2550ec05_c17aa574aa62 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-732ab3301d2c_c17aa574aa62 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e3a57e4d4cde {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_ef18730e9654 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c5e6f6814aca {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e0ad82d80e83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_95143d0c10d0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 2907px;
 }

 .imageview_3cc5ba8c5f99 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_3cc5ba8c5f99 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_48cb6bf3b7d4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5dca944fb15a_48cb6bf3b7d4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1505263b3966_48cb6bf3b7d4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_55a9b4e52111 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_6185abad01a6 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_97e00973e7a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_eaf38a63bf1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_68260db2879e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1422px;
   top: 2406px;
 }

 .imageview_1775ded669b2 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_1775ded669b2 img {
   position: absolute;
   width: 88.46% !important;
   height: 87.65% !important;
   max-width: none !important;
   left: 5.63%;
   top: 30.09%;
 }

 .imageview_1775ded669b2.wp-block-image {
   overflow: hidden;
 }

 .text_44d656035e2f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cab11cf2de1f_44d656035e2f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-aaa56a4e8389_44d656035e2f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_ba807d3cbebb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_7555a135fa16 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_efffbdc2140e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_15f9c8e3ce69 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_03c6ff209da3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 2907px;
 }

 .imageview_bdf63197035b {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_bdf63197035b img {
   width: 100%;
   height: 100%;
 }

 .imageview_a5ab02636602 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_a5ab02636602.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_a5ab02636602 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_06881e0ea981 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_caee2ac86fae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_056ef3df030a {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_a30551b7c22e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_0caf3cb7db66 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_8a0c9453857d {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_7dbcde7af79e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_b6b6849a2972 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_e630f3a32097 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_d4e1311065f0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_55c58a0b9f1e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_462c42e79638 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_a1f9b1bcd04f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_5d419c925462 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_7d5fdee450d3 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_71dd682ceaff {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_50ccf30943e8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_fb1e8c8a2fcb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_84f42928e4f1 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_e2abc8ead1d4 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_c68d1bfa3a7a {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_c68d1bfa3a7a img {
   width: 100%;
   height: 100%;
 }

 .text_a85368d3a362 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_2230b8de7a22 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_2230b8de7a22 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f4def81e1ebc {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_f4def81e1ebc img {
   width: 100%;
   height: 100%;
 }

 .imageview_8cb8a42f0d96 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_8cb8a42f0d96 img {
   width: 100%;
   height: 100%;
 }

 .container_763a2c00f213 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 3549px;
 }

 .container_wrapper_763a2c00f213 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 3549px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_763a2c00f213 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_07bd9bb44711 {
   width: 1920px;
   height: 3863px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_e89141c2191b {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_d31c4a073441 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d31c4a073441 img {
   width: 100%;
   height: 100%;
 }

 .text_bb01eafd2ce0 {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_9e196cf28c57 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_223dd6f58f00 {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_223dd6f58f00 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a91dfee4e0b6 {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_a91dfee4e0b6 img {
   width: 100%;
   height: 100%;
 }

 .container_8e43fbecc83c {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_0f809b3ca066 {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_0f809b3ca066 img {
   width: 100%;
   height: 100%;
 }

 .text_14b25e0b87cc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_eaae79760ed8 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_559d87294505 {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_ff347efa549b {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_ff347efa549b img {
   width: 100%;
   height: 100%;
 }

 .text_c350974cffe9 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_42978bf6aa85 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_633510976246 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_633510976246 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_633510976246 {
   width: 202px;
   height: 20px;
 }

 .text_7a2970fb91f8 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_03b091a4056f {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_abd160962a53 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_28b988b84788 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_297e795a1222 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_bd3298adc0c8 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_8b22dbc18d67 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_9eac34a301f5 {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
   border-radius: 2px 2px 2px 2px;
 }

 .imageview_8acb3b0c2fec {
   width: 7.5px;
   height: 5.5px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

 .imageview_8acb3b0c2fec img {
   position: absolute;
   width: 8.5px !important;
   height: 6.5px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

 .imageview_8acb3b0c2fec.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_75e162a944a0 {
   position: absolute !important;
   overflow: visible;
   width: 13px;
   height: 13px;
   left: 0px;
   top: 4px;
 }

 .container_200bd18b6111 {
   position: absolute !important;
   overflow: visible;
   width: 68px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .text_045c46be0f28 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_9b99295d4872 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5e76ee88421b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_02af782d9e54 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_b2ecc5fae31c {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_511dd4042851 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_08baa0c049c9 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_b3bb9407d96a {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_b2b85147903b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_b2b85147903b {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_b2b85147903b {
   width: 202px;
   height: 20px;
 }

 .text_f118ffa98b27 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_e8d47d031608 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_672bf526f358 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_672bf526f358 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_672bf526f358 {
   width: 202px;
   height: 20px;
 }

 .text_a5700fb6ffe3 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_44494b1ab46a {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_431d94ef6ad4 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .container_wrapper_431d94ef6ad4 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 592px;
   width: 202px;
   height: 20px;
 }

 .container_nested_431d94ef6ad4 {
   width: 202px;
   height: 20px;
 }

 .text_cc5aa1599270 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_ecdf0ed65bdc {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_1a2d869c09fe {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_3f42fc461d9b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_0c691371e3c5 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_0c691371e3c5 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a4f3bd176590 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_a4f3bd176590 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_a4f3bd176590.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_de763f9a9289 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_de763f9a9289 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_de763f9a9289.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9285f4ee3669 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_9285f4ee3669 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_9285f4ee3669.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_7cbb15ec90c4 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_7cbb15ec90c4 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_7cbb15ec90c4.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_20a968d66d71 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_20a968d66d71 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_20a968d66d71.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f569332af155 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_f569332af155 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_f569332af155.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_9df3877ce65a {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_967106514c1c {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_967106514c1c {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 21px;
   width: 93px;
   height: 23px;
 }

 .container_nested_967106514c1c {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_39be5ddab6ed {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_5d388eb8d19d {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_b9802de6437b {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_c062eaea865a {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_0eca7efe72c6 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_0eca7efe72c6 img {
   position: absolute;
   width: 115.94% !important;
   height: 114.88% !important;
   max-width: none !important;
   left: -10.81%;
   top: 15.45%;
 }

 .imageview_0eca7efe72c6.wp-block-image {
   overflow: hidden;
 }

 .text_3383e2e36ff4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-983bf6246209_3383e2e36ff4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-78d0cf69c2ce_3383e2e36ff4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b6853e585248 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_96aead22f35c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_18cb7554e735 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9e657b3d89f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9a5f569fc9ac {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 409px;
 }

 .imageview_fa0ff5466568 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_fa0ff5466568 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8f66f38f4990 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e9df85c080bf_8f66f38f4990 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-47b49c5c847e_8f66f38f4990 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_d2f54e5363fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_29461036f440 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_504bae590d24 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_3086ad3ed1f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_8beb1630288b {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 409px;
 }

 .imageview_836d89fee6bc {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_836d89fee6bc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a06810dc429b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e9cba9f1e74d_a06810dc429b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c45ab77c7323_a06810dc429b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_1d1c5734b956 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_70d06c9e5b0a {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_7950808d99cb {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_cfec265bb167 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6af96a835bf3 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6b1d3db41f0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_d8d821103c4d {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_d8d821103c4d img {
   width: 100%;
   height: 100%;
 }

 .text_b31a0e0d1667 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_55e63c55aa06 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_0afcab530b80 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_0afcab530b80 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_0afcab530b80.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_5af3000b8cf7 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_5af3000b8cf7 img {
   width: 100%;
   height: 100%;
 }

 .text_aac8bff9cea6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_d8f7522072d2 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_2642a690d7bc {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_1daf1f0a13e4 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_1daf1f0a13e4 {
   overflow: visible;
 }

 .container_f7b21e86b183 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 409px;
 }

 .imageview_a87403879b89 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a87403879b89 img {
   position: absolute;
   width: 116.64% !important;
   height: 115.58% !important;
   max-width: none !important;
   left: -8.21%;
   top: 13.39%;
 }

 .imageview_a87403879b89.wp-block-image {
   overflow: hidden;
 }

 .text_c84a35f993a7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1b58e8962c32_c84a35f993a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-aa7effa4e519_c84a35f993a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_f3be8c95efaa {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_fd94012c49d0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0ef26c07fa6b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_97d8335fff2e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_e6497e4c181c {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_e6497e4c181c img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_e6497e4c181c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_fc134f47713d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_5601cf9382ae {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 409px;
 }

 .imageview_d9cd82572d64 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_d9cd82572d64 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_12ef3a80767b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-15b19e240d42_12ef3a80767b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7f9f85e3acd9_12ef3a80767b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_6b41e03c5a3e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1f57dc654e95 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_04033f06ad9f {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4d27df882bd4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_eb62087cbeb0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 906px;
 }

 .imageview_97dc6a69d678 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_97dc6a69d678 img {
   position: absolute;
   width: 97.27% !important;
   height: 96.39% !important;
   max-width: none !important;
   left: 1.33%;
   top: 25.53%;
 }

 .imageview_97dc6a69d678.wp-block-image {
   overflow: hidden;
 }

 .text_78bb3a754c9f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cb1b72994cc4_78bb3a754c9f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ff899fab5bbe_78bb3a754c9f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_8f9b1262c7bb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_54179a09592c {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d9e36edfd931 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e2d399c9e7c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_f344cf98de8a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 906px;
 }

 .imageview_8ad3ba6c4711 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_8ad3ba6c4711 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f84339da664b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-36fd7338c91d_f84339da664b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-babaf82b2247_f84339da664b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_45079eee6b1e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_2224c6bc4065 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_fada28fa09e8 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d60ded24d041 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_cda4ce55e058 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 906px;
 }

 .imageview_fd2b2de9bae8 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_fd2b2de9bae8 img {
   position: absolute;
   width: 93.89% !important;
   height: 93.03% !important;
   max-width: none !important;
   left: 3.06%;
   top: 25.63%;
 }

 .imageview_fd2b2de9bae8.wp-block-image {
   overflow: hidden;
 }

 .text_694057181ca7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fb08651cdd1c_694057181ca7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d5a2d4da1180_694057181ca7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_944bac589b63 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e5faea2188fd {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1d5443c62a02 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9c9cc691acd1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_1053b7f27f2b {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 906px;
 }

 .imageview_065e9ef30385 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_065e9ef30385 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_120d626cda53 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2dbe518b8c79_120d626cda53 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e492426a894b_120d626cda53 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_32a747d066f7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_65b34cc358e5 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_6019fb728759 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_80a9ef5d8312 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_bbfb21b744ab {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 747px;
   top: 1406px;
 }

 .imageview_74fbed62c3b5 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_74fbed62c3b5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_dd471d03c126 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cf23c5824bf0_dd471d03c126 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-20347f1aabbe_dd471d03c126 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_c9d018bc122b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_954efc6726df {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_94e66ffbcdba {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_88c2a8b3730c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_2e78d3a0a2aa {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_2e78d3a0a2aa img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_2e78d3a0a2aa.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4f44d1e72193 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_c18aac57c758 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 410px;
   top: 1406px;
 }

 .imageview_9fab01d1c19f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9fab01d1c19f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_fa8cef5a186d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-84175ea7a014_fa8cef5a186d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4fba2611858b_fa8cef5a186d {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_45445ec0eac3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e8baa98127cc {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_6c7d39373214 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b82f5d7af6c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_dc0011fd7c54 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_dc0011fd7c54 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_dc0011fd7c54.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7b001cc3fd08 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_19ffc9aaf608 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 747px;
   top: 1906px;
 }

 .imageview_65d5f403eceb {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_65d5f403eceb img {
   position: absolute;
   width: 94.59% !important;
   height: 93.73% !important;
   max-width: none !important;
   left: 2.71%;
   top: 26.95%;
 }

 .imageview_65d5f403eceb.wp-block-image {
   overflow: hidden;
 }

 .text_b973b7b9dc6b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-72e3db4a3744_b973b7b9dc6b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fc1820d16639_b973b7b9dc6b {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_961047427663 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_4fc783489510 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_dd21f6b17a7f {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_500a6e07ddd7 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_489989588ea8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1b165a97b158 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_98a3ac0479f6 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_98a3ac0479f6 img {
   width: 100%;
   height: 100%;
 }

 .text_882b6580e7c5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_89a3a6509ccb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_1616d042769f {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_1616d042769f img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_1616d042769f.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_721b0f1e6196 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_721b0f1e6196 img {
   width: 100%;
   height: 100%;
 }

 .text_57ac9631fe47 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_c945c1da1098 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_b109a79da9df {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_dd54df5b8b14 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_dd54df5b8b14 {
   overflow: visible;
 }

 .container_3c6a949a4499 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1084px;
   top: 1406px;
 }

 .imageview_e92fbfbaaa1b {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e92fbfbaaa1b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a25913265ccd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4ece32e94ebb_a25913265ccd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d8d0ec4644f5_a25913265ccd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b88980dcea33 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b3688dd3aa1e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3d011b1efc3d {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_1ae2fa0dcdeb {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_eac0df5a54fe {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b61012b2d16f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ef0b991ccb01 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_ef0b991ccb01 img {
   width: 100%;
   height: 100%;
 }

 .text_5538f5ca2f8e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_94e3a3a68ff7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_8e3f34cdf127 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_8e3f34cdf127 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_8e3f34cdf127.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_747e07d3f9f5 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_747e07d3f9f5 img {
   width: 100%;
   height: 100%;
 }

 .text_a0cc2159887a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_157e03c51625 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_1702d57ace3c {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_766b2601eaaf {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_766b2601eaaf {
   overflow: visible;
 }

 .container_e30796163236 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 410px;
   top: 2407px;
 }

 .imageview_03dcba131c14 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_03dcba131c14 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_8a825a50b4fd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a954e5332b8d_8a825a50b4fd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a6394ca9a1f4_8a825a50b4fd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e697cdbc0715 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_be336f153523 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_105ec7f1aac9 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_82385dd88333 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ea7b69929975 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_64fe695e3903 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_2beb4c94ef79 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_2beb4c94ef79 img {
   width: 100%;
   height: 100%;
 }

 .text_21420d65d072 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_fabe0fc465c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_908503e5168e {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_908503e5168e img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_908503e5168e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f3dc8a1ad3c2 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_f3dc8a1ad3c2 img {
   width: 100%;
   height: 100%;
 }

 .text_ad6b9d4318ea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_2af6d88d3866 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_2af6d88d3866 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_2af6d88d3866 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_d0b5b9c6695e {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_b1b2fa275f48 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_b1b2fa275f48 {
   overflow: visible;
 }

 .container_372e5aa52115 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1421px;
   top: 1406px;
 }

 .imageview_967555f52ff7 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_967555f52ff7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3f9f16bc79a1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2e76cfce64d1_3f9f16bc79a1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5d928cbc1b1d_3f9f16bc79a1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_73abd7184177 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_27001bbdf988 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0eb7211c64ba {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a233f3e0b13e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_cb0345ab29f3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 410px;
   top: 1906px;
 }

 .imageview_2689b0f0e542 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_2689b0f0e542 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_0133459d0b99 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-bd3e1b315fbf_0133459d0b99 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-df10f5de6df4_0133459d0b99 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9846bd050615 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_838e6f7cd750 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_8f5d43957fdc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_90ef14ae3a08 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b53630cf47a4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 747px;
   top: 2407px;
 }

 .imageview_c6cfc50193d1 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_c6cfc50193d1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3cb44a85668f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e9cd2217cb2e_3cb44a85668f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7fd82f236452_3cb44a85668f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_aeb84c40587d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_5d3179fd5cd0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_a46d2acf445f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ad218f7897c5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_c845862a15fa {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1084px;
   top: 2407px;
 }

 .imageview_f04bec45e72c {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_f04bec45e72c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_843fdc8d73ac {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1966e5fed301_843fdc8d73ac {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-bd46a349a977_843fdc8d73ac {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_493bd47e0d6c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_56af913d7816 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d3f5d6679232 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a35086068763 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_65bbb1aa5815 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1084px;
   top: 1906px;
 }

 .imageview_51da9d3bb986 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_51da9d3bb986 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_f230f4144f00 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d420f8c54187_f230f4144f00 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-56f7ec59703c_f230f4144f00 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_48aa7f0be634 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_cf465942a0e3 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_abaee999e993 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a238eca86332 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_bb1cce3d7f0a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1421px;
   top: 1906px;
 }

 .imageview_27a693e26224 {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_27a693e26224 img {
   width: 100%;
   height: 100%;
 }

 .imageview_2b9a4e1f620b {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_2b9a4e1f620b.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_2b9a4e1f620b img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_11dff1a52788 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_38b38334645b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_1f07d3b1f583 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_ac5e4d8bc3e6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_960a32151292 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_5c32d008bc49 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_d798a45de074 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_6011b8334be2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_f5483d288a24 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_3ec2621aaecd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_7f6cc3c86435 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_bf18d8444c00 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_528fe0f14308 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_e6cc0d3a5611 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_3782063d9644 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_87136457fc17 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_5214908c975f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_a0ae6c6fdd00 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_fe8c6929ac17 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_fd2e60940cc6 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_91e7a0d52309 {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_91e7a0d52309 img {
   width: 100%;
   height: 100%;
 }

 .text_871d38ea4511 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_dfb0c44c1e8d {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_dfb0c44c1e8d img {
   width: 100%;
   height: 100%;
 }

 .imageview_1b38a165fa2c {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_1b38a165fa2c img {
   width: 100%;
   height: 100%;
 }

 .imageview_91bd4244cba2 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_91bd4244cba2 img {
   width: 100%;
   height: 100%;
 }

 .container_c267e6432716 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 3049px;
 }

 .container_wrapper_c267e6432716 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 3049px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_c267e6432716 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_c166cb224d50 {
   width: 1920px;
   height: 3363px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_cb5637c69560 {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_b8e5dcdbeb6a {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b8e5dcdbeb6a img {
   width: 100%;
   height: 100%;
 }

 .text_8bd19deca7e3 {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_26855cd288e4 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7ecdd8fb59dd {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_7ecdd8fb59dd img {
   width: 100%;
   height: 100%;
 }

 .imageview_c1ab5730d4ce {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_c1ab5730d4ce img {
   width: 100%;
   height: 100%;
 }

 .container_1b85ddf71094 {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_eb98d69a80ef {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_eb98d69a80ef img {
   width: 100%;
   height: 100%;
 }

 .text_43155d17fa2a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_25bb2ff6cf2c {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_48f926b282fb {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_a6833fb6de56 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_a6833fb6de56 img {
   width: 100%;
   height: 100%;
 }

 .text_4ff899c42749 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_02fd5fa4db65 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_c7f603e6c3d6 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_c7f603e6c3d6 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_c7f603e6c3d6 {
   width: 202px;
   height: 20px;
 }

 .text_103133edfcc5 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_10e4bd286b5a {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_35c3de8a1cd6 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_5574a1fc4548 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_23f0e929fe11 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_ea98636da759 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_ad099d6cb052 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_6ecdb6deb82b {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
   border-radius: 2px 2px 2px 2px;
 }

 .imageview_53b866836cfb {
   width: 7.5px;
   height: 5.5px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

 .imageview_53b866836cfb img {
   position: absolute;
   width: 8.5px !important;
   height: 6.5px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

 .imageview_53b866836cfb.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_1a364cc299ed {
   position: absolute !important;
   overflow: visible;
   width: 13px;
   height: 13px;
   left: 0px;
   top: 4px;
 }

 .container_254565580e4f {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .text_4c58eb3cd72f {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_a9f316ca01dd {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_7fbae34b349b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_fd2a50e20014 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_7d8895b10189 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_1b22bcd3d505 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_ac090b6382de {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_a03672d2530e {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_f5c1d930677c {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_f5c1d930677c {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_f5c1d930677c {
   width: 202px;
   height: 20px;
 }

 .text_914560499d17 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_83679e13fe1e {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_356f229cd5ff {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .text_fdbfb3cebcc2 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_40d691208f63 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_e32f4b18c976 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_13fd2f5b0e7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_3883db3727a9 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_3883db3727a9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_0e15cb9f6f88 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_0e15cb9f6f88 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_0e15cb9f6f88.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_d58b52f4e2ed {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_d58b52f4e2ed img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_d58b52f4e2ed.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f5d97388aa82 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_f5d97388aa82 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_f5d97388aa82.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_52254db2e568 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_52254db2e568 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_52254db2e568.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_64cfc18a0679 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_64cfc18a0679 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_64cfc18a0679.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_4525b687ed72 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_4525b687ed72 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_4525b687ed72.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_9af1ebae899e {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_fbadbc2966b7 {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_fbadbc2966b7 {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 21px;
   width: 93px;
   height: 23px;
 }

 .container_nested_fbadbc2966b7 {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_b564b3f3bc5f {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_a566325d655a {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_f81fb750fefa {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_48272db191e0 {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_bff296039032 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_bff296039032 img {
   position: absolute;
   width: 90.91% !important;
   height: 45.90% !important;
   max-width: none !important;
   left: 4.53%;
   top: 48.63%;
 }

 .imageview_bff296039032.wp-block-image {
   overflow: hidden;
 }

 .text_ef524b83c61a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ab9ea5ace792_ef524b83c61a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-8a7f4fd9055e_ef524b83c61a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7c0db0559f96 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_872720aeddf8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_5339d8ef2ad8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_cb2b1ef54cb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_a7fac5ed034a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 410px;
 }

 .text_8a167086f645 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_9369d91fd7ae {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_31cacfd80d6b {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_31cacfd80d6b {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_31cacfd80d6b {
   width: 202px;
   height: 20px;
 }

 .imageview_b176d1b0c96e {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b176d1b0c96e img {
   position: absolute;
   width: 94.08% !important;
   height: 69.96% !important;
   max-width: none !important;
   left: 2.84%;
   top: 38.00%;
 }

 .imageview_b176d1b0c96e.wp-block-image {
   overflow: hidden;
 }

 .text_9c2d9b0ea3e1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b2199d2a5b42_9c2d9b0ea3e1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ae82aba9f74a_9c2d9b0ea3e1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_963a0e0a750f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_7eecf38ad1f9 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_975e0be293ec {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_554c304008d0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_bbdefddc9628 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 410px;
 }

 .imageview_7337a65a0bda {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_7337a65a0bda img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e992d9b1fbb4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fb0b031f24cd_e992d9b1fbb4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-30cf1deb769c_e992d9b1fbb4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_8a0cff4749d1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_022721d4e0a7 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2d4e5b1eebcd {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2c179d4e4912 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1a4a2fb0c7bd {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6afc5e87479f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_57ab7becd5e4 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_57ab7becd5e4 img {
   width: 100%;
   height: 100%;
 }

 .text_d935d11373e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c44561794dd5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_2bef266922d3 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_2bef266922d3 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_2bef266922d3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_98d8b13905aa {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_98d8b13905aa img {
   width: 100%;
   height: 100%;
 }

 .text_b527361c9c9d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_077d8ef2ac7b {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_d53ec71404e0 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_1951519fddb1 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_1951519fddb1 {
   overflow: visible;
 }

 .container_ddb9c0a6984f {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 410px;
 }

 .imageview_96f088e7ff4a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_96f088e7ff4a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c5a0ee92c691 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-95cae7c64c43_c5a0ee92c691 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a76bfaf481a9_c5a0ee92c691 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_67657ffa82e0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_4ff097180a07 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_59b7ecc4a494 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d383a2cd7ffb {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_546db7266f95 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0d2c56a8f842 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_1ff5dac214c7 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_1ff5dac214c7 img {
   width: 100%;
   height: 100%;
 }

 .text_a25c45c454ec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_7b07f6c98504 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_9d48a302b196 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_9d48a302b196 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_9d48a302b196.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_85ac0e2cf2bc {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_85ac0e2cf2bc img {
   width: 100%;
   height: 100%;
 }

 .text_e7387e8d902b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_c662c1d1a7f2 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_4cd932dcdf03 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_54f33f4fa102 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_54f33f4fa102 {
   overflow: visible;
 }

 .container_f32a6430c89a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 410px;
 }

 .imageview_5d04ac4d967a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_5d04ac4d967a img {
   position: absolute;
   width: 93.52% !important;
   height: 92.66% !important;
   max-width: none !important;
   left: 3.25%;
   top: 25.23%;
 }

 .imageview_5d04ac4d967a.wp-block-image {
   overflow: hidden;
 }

 .text_006d50f4ed2f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9f12e5193a68_006d50f4ed2f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e868904a9be8_006d50f4ed2f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a298551296b7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_5496c7f5c214 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_cc0e7aa37bf8 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_0c068fb395fa {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_126b06262212 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ff41b0249cc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_432f6dab7d03 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_432f6dab7d03 img {
   width: 100%;
   height: 100%;
 }

 .text_738184ce1007 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_aec80ffc2ca5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_b6ca8e40ccaf {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_b6ca8e40ccaf img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_b6ca8e40ccaf.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_4f740a8f944f {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_4f740a8f944f img {
   width: 100%;
   height: 100%;
 }

 .text_a2690360b5d2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_ad7f653fa0ca {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_d6b745b9edeb {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_c33326212fde {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_c33326212fde {
   overflow: visible;
 }

 .container_1e8086dee8d4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 910px;
 }

 .imageview_0ce7b26d6bee {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_0ce7b26d6bee img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_75fcbc7ef2cf {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-2b12f76fc44b_75fcbc7ef2cf {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-752ec0d765d6_75fcbc7ef2cf {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_1501da964e9f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9dd980a46e38 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c0ad8b509135 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c373c11680dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_ed2fe1c00ef4 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_ed2fe1c00ef4 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_ed2fe1c00ef4.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_989198c9d2d8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_1d61e0b69684 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 910px;
 }

 .imageview_d32c0cdf1d0c {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_d32c0cdf1d0c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_66d77ed182bd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6a7b674c0073_66d77ed182bd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3fd44d22f685_66d77ed182bd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_23b22cdfc3e3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_18ba4886674e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_2ccaabd159bf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_19f366e3e056 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_07b6b1cfd887 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 910px;
 }

 .imageview_a78e77a37331 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a78e77a37331 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_c511aef989ef {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a8659208ef66_c511aef989ef {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-24767227efad_c511aef989ef {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_24d5002021d8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_9ace1ab5f1a1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_7fe86eff6705 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_116df8aee824 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_40014845743e {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 910px;
 }

 .imageview_e5ce3fb75cc4 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e5ce3fb75cc4 img {
   position: absolute;
   width: 94.48% !important;
   height: 93.62% !important;
   max-width: none !important;
   left: 2.81%;
   top: 29.18%;
 }

 .imageview_e5ce3fb75cc4.wp-block-image {
   overflow: hidden;
 }

 .text_ce1a09231c64 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f67fd7d61389_ce1a09231c64 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c9f8cb519553_ce1a09231c64 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e75560e4c92e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_910bca6f479a {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_94dc83038f8c {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_497b63709dfe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0e0f6aac9c15 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ec7bcb12b61e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_f6464f9ebf48 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_f6464f9ebf48 img {
   width: 100%;
   height: 100%;
 }

 .text_db089f68a38a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a228c6d3377c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_6e18784820d2 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_6e18784820d2 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_6e18784820d2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_2e5304815ca7 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_2e5304815ca7 img {
   width: 100%;
   height: 100%;
 }

 .text_750a3c03e81f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_4391db546bbb {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_6d84cd36d118 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_de23cb8a802d {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_de23cb8a802d {
   overflow: visible;
 }

 .container_2386352bf92a {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1410px;
 }

 .imageview_19cdaa4e0aec {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_19cdaa4e0aec img {
   position: absolute;
   width: 92.94% !important;
   height: 92.10% !important;
   max-width: none !important;
   left: 3.58%;
   top: 26.44%;
 }

 .imageview_19cdaa4e0aec.wp-block-image {
   overflow: hidden;
 }

 .text_a0bb68c34a1e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cb53f423c037_a0bb68c34a1e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6f1ef33e8a2a_a0bb68c34a1e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_7b284771496a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_f7bc2df9df85 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3235e49c02fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_1cf68dfa7b03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_a164c6573063 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_a164c6573063 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_a164c6573063.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_457053227840 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_235d290d44b9 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1410px;
 }

 .imageview_411c52e3917c {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_411c52e3917c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_baa61c15aaa1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-736edf4c2838_baa61c15aaa1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-fb0b2fd109fd_baa61c15aaa1 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_31b8466e2c13 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_795b555d80ed {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_488fa8e07696 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c2dc21f0b690 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e62cc404344a {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_aec8fe89f3ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_298165f00a4e {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_298165f00a4e img {
   width: 100%;
   height: 100%;
 }

 .text_f6f286d2fb26 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e45586a8c876 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_05386626f321 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_05386626f321 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_05386626f321.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f6e9bd9276a0 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_f6e9bd9276a0 img {
   width: 100%;
   height: 100%;
 }

 .text_a9efe16de833 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_f90ceb30b2b8 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_7f38648ff3fc {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_b039a082886d {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_b039a082886d {
   overflow: visible;
 }

 .container_43c6a33f94e3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1410px;
 }

 .imageview_2494d2657397 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_2494d2657397 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ee1838cadc91 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-4ba18acb1dbd_ee1838cadc91 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-82badf481077_ee1838cadc91 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_4771c963641f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_156b9ba03a87 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_73c184f224e8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_d99ba3650db3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_1834204108bb {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1910px;
 }

 .imageview_c0016ca66a21 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_c0016ca66a21 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9e1609978796 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3109f861d660_9e1609978796 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ae2d919b1425_9e1609978796 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_0abdd6c27191 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_ab22e9b86ea0 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_308232c7f1c2 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_18b0e0fa5563 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c4a866a7e632 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9f40a1ef63a0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_50ed103be3e2 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_50ed103be3e2 img {
   width: 100%;
   height: 100%;
 }

 .text_5c1ec485b543 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f3905a337219 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_7d23430da95d {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_7d23430da95d img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_7d23430da95d.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_153731aee85b {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_153731aee85b img {
   width: 100%;
   height: 100%;
 }

 .text_f5a3461c5443 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_d03f43fdadef {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_952a2c34fa0b {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_b2689118336d {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_b2689118336d {
   overflow: visible;
 }

 .container_d31a43c2bce3 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1910px;
 }

 .imageview_11d568e0b23f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_11d568e0b23f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_4c298b56938a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6e0e26e39b1d_4c298b56938a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-824d3edeac3c_4c298b56938a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_9f2e63f8f4f9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a09b13cfb494 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f85b842a4f79 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c753b83d2585 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_9357815bbbdd {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_2a6f5d0604ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_e1e231517b54 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_e1e231517b54 img {
   width: 100%;
   height: 100%;
 }

 .text_630d591023de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e7738395f528 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_91192e4162ab {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_91192e4162ab img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_91192e4162ab.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_f095aec02567 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_f095aec02567 img {
   width: 100%;
   height: 100%;
 }

 .text_b0f16c308548 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_2a0f67cf67b1 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_2a0f67cf67b1 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_2a0f67cf67b1 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_bd40674228e9 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_ee377fe739b1 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_ee377fe739b1 {
   overflow: visible;
 }

 .container_fbda0f999c72 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1411px;
 }

 .imageview_a7f2ba8fef11 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a7f2ba8fef11 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_81e2f66cb7bb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a5b2d1ab3f66_81e2f66cb7bb {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d621eca56819_81e2f66cb7bb {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_459807899204 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_3cb4ca734410 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_53c5fc5d2e23 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6ffc4a09ffbc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_e180b2703856 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 1910px;
 }

 .imageview_b93c95d58a47 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_b93c95d58a47 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_7f4464003da2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-38438ccd3ddb_7f4464003da2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-14a57a6e2b38_7f4464003da2 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a80b9acf2704 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_974bb2dada05 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b5f5fe1a7d50 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_ba263b036fe1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_56e6fa76a5ca {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 1911px;
 }

 .imageview_1422cb02e6cb {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_1422cb02e6cb img {
   width: 100%;
   height: 100%;
 }

 .imageview_a502eb5397e8 {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_a502eb5397e8.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_a502eb5397e8 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_d035687c8b57 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_9886f1882968 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_23d337391ff6 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_eab3a39f20e1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_06839691ee27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_9c4a03b99f29 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_2f8217d52bbc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_81f3cfa99134 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_72a20fdbfd5c {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_59d2113d4759 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_28eb4113e3be {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_d2c1b72e4adc {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_755872b9d5f0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_3bf3a405617b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_8d5943cd2ac4 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_530d4ea18265 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_2a3b6de3d409 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_03ecaa7c6538 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_8925fdae3640 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_aace004b980b {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_fe22a186201e {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_fe22a186201e img {
   width: 100%;
   height: 100%;
 }

 .text_b65cb6f98307 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_97b13ec2b149 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_97b13ec2b149 img {
   width: 100%;
   height: 100%;
 }

 .imageview_48efca049135 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_48efca049135 img {
   width: 100%;
   height: 100%;
 }

 .imageview_49ca5af8fc7b {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_49ca5af8fc7b img {
   width: 100%;
   height: 100%;
 }

 .container_4f64f1389840 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 2553px;
 }

 .container_wrapper_4f64f1389840 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 2553px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_4f64f1389840 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_26e4dec8bbe4 {
   width: 1920px;
   height: 2867px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_cf92784de941 {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_98f7a57ff1b1 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_98f7a57ff1b1 img {
   width: 100%;
   height: 100%;
 }

 .text_918e28a7b1bd {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_a19d5d5cc008 {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9665ee0d910a {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_9665ee0d910a img {
   width: 100%;
   height: 100%;
 }

 .imageview_0ada3590aefd {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_0ada3590aefd img {
   width: 100%;
   height: 100%;
 }

 .container_447699a707df {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_f0113daa9eff {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_f0113daa9eff img {
   width: 100%;
   height: 100%;
 }

 .text_40aa5267e9f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_cbd7e53b39ca {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_999e7ac04030 {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_f310dbaab605 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_f310dbaab605 img {
   width: 100%;
   height: 100%;
 }

 .text_283d3df09a2b {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_c7b388f91e60 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_8571df0054a8 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_8571df0054a8 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_8571df0054a8 {
   width: 202px;
   height: 20px;
 }

 .text_70a652360340 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_82d36994e048 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_05c41b510487 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_f2fab5a3dcd4 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_4ea736102f7a {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5af75de9446c {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_7ef6c0cc2203 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_ac94d523c3b2 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_b4f1f7823170 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_5a7c8b9951aa {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_6b0f416675f3 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_200560d3e0cf {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_d46904ea9fa1 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_c399434903c0 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_73fe628d41e9 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_73fe628d41e9 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_73fe628d41e9 {
   width: 202px;
   height: 20px;
 }

 .text_f4f31e19b61a {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_e5ea93e4158c {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_528e71d65308 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .container_wrapper_528e71d65308 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 592px;
   width: 202px;
   height: 20px;
 }

 .container_nested_528e71d65308 {
   width: 202px;
   height: 20px;
 }

 .text_5ec81cf00b7f {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_8282016703b6 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_87ddfc95b92e {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_b78eee02a6f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_32a8cae4e37c {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_32a8cae4e37c img {
   width: 100%;
   height: 100%;
 }

 .imageview_50443ac874ae {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_50443ac874ae img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_50443ac874ae.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_fa3fd1ca86e3 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_fa3fd1ca86e3 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_fa3fd1ca86e3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_41257cec8c38 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_41257cec8c38 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_41257cec8c38.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_0abd00d535fa {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_0abd00d535fa img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_0abd00d535fa.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_101e36ea5c33 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_101e36ea5c33 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_101e36ea5c33.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_07e30033035d {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_07e30033035d img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_07e30033035d.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7b31def27e6b {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_c6092412207d {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_c6092412207d {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 21px;
   width: 93px;
   height: 23px;
 }

 .container_nested_c6092412207d {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e96cadae2328 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_d23e31beaf2a {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_39fcb0cc643b {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_4560d3696d6c {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_20577f00e73e {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_cebda728775d {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_ee36cb8b20e4 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_ee36cb8b20e4 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_ee36cb8b20e4 {
   width: 202px;
   height: 20px;
 }

 .text_ba7fa51186de {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_36e68fc0e1ef {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
   border-radius: 2px 2px 2px 2px;
 }

 .imageview_cdc1e8bd9019 {
   width: 7.5px;
   height: 5.5px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

 .imageview_cdc1e8bd9019 img {
   position: absolute;
   width: 8.5px !important;
   height: 6.5px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

 .imageview_cdc1e8bd9019.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_495cf97e12ec {
   position: absolute !important;
   overflow: visible;
   width: 13px;
   height: 13px;
   left: 0px;
   top: 4px;
 }

 .container_970026c52e96 {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .imageview_1ad9e0077e97 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_1ad9e0077e97 img {
   position: absolute;
   width: 92.55% !important;
   height: 118.54% !important;
   max-width: none !important;
   left: 3.71%;
   top: 7.29%;
 }

 .imageview_1ad9e0077e97.wp-block-image {
   overflow: hidden;
 }

 .text_44331a8b2315 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ae1e9fa7e5fc_44331a8b2315 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-55d95e9b422c_44331a8b2315 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_99b5e42d4da5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_373aac879c01 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_91ea5b14ba0b {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_21da82873687 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_fa29fbe56670 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4c581852d615 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_102b4d9b4e9b {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_102b4d9b4e9b img {
   width: 100%;
   height: 100%;
 }

 .text_efc2c1d2a2a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_04e082fe26dc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_1ef03e73beac {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_1ef03e73beac img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_1ef03e73beac.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_707b99718700 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_707b99718700 img {
   width: 100%;
   height: 100%;
 }

 .text_168f8c62319b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_18d1ac615af3 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_efcad0ea6ac0 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_d3869ca97213 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_d3869ca97213 {
   overflow: visible;
 }

 .container_e7a91e1ddba9 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 410px;
 }

 .imageview_91c661fb934a {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_91c661fb934a img {
   position: absolute;
   width: 91.99% !important;
   height: 117.82% !important;
   max-width: none !important;
   left: 4.12%;
   top: 8.93%;
 }

 .imageview_91c661fb934a.wp-block-image {
   overflow: hidden;
 }

 .text_69f445c6c6b4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-6d3b9914c1b0_69f445c6c6b4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-69a5d2e26581_69f445c6c6b4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_6ee3f2e8eebd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1ad5ac0a3746 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_cfc20574e8e4 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_0254e7b53111 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_8debe50d67a0 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 410px;
 }

 .imageview_1b9826815e4c {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_1b9826815e4c img {
   position: absolute;
   width: 92.79% !important;
   height: 118.84% !important;
   max-width: none !important;
   left: 3.57%;
   top: 6.99%;
 }

 .imageview_1b9826815e4c.wp-block-image {
   overflow: hidden;
 }

 .text_090341573b53 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3ba7046ac5d6_090341573b53 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-5757a4e41074_090341573b53 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a0033120a9fe {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_125b26050d76 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_f77c6db7d556 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_07c6b494df71 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a5e590d4271d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_356fdbb204ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_c886fa735641 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_c886fa735641 img {
   width: 100%;
   height: 100%;
 }

 .text_d7c0d499571e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f5e603b54333 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_5b74af35ac15 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_5b74af35ac15 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_5b74af35ac15.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_ec703b85de14 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_ec703b85de14 img {
   width: 100%;
   height: 100%;
 }

 .text_0093a87646ce {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_9491903e8189 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_9491903e8189 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_9491903e8189 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_4635e9e8664e {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_cf7b6582d206 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_cf7b6582d206 {
   overflow: visible;
 }

 .container_b67ee96ad699 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 411px;
 }

 .imageview_98867ac1a342 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_98867ac1a342 img {
   position: absolute;
   width: 90.23% !important;
   height: 115.57% !important;
   max-width: none !important;
   left: 4.78%;
   top: 14.83%;
 }

 .imageview_98867ac1a342.wp-block-image {
   overflow: hidden;
 }

 .text_c47a750e2453 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c1d4f70acc47_c47a750e2453 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f0e25e8ddaa8_c47a750e2453 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_a36ca8ba494b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_0436abad89a1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_c049d7e46673 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_bef6e0405ece {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_5aa2bbde76a4 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 409px;
 }

 .imageview_3e7a41064520 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_3e7a41064520 img {
   position: absolute;
   width: 92.52% !important;
   height: 91.67% !important;
   max-width: none !important;
   left: 3.66%;
   top: 31.31%;
 }

 .imageview_3e7a41064520.wp-block-image {
   overflow: hidden;
 }

 .text_ef86d77a6f7a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e7cfa9e860f8_ef86d77a6f7a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-a19d56eae1d4_ef86d77a6f7a {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_3277f3dad89e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_e4ce25e68769 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_83207e63a446 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e6c94e9fe4cb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_c10cd60b628a {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_c10cd60b628a img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_c10cd60b628a.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_253b81ec4fc5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_444402a4d7b7 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 910px;
 }

 .imageview_0c9faa36212f {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_0c9faa36212f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_27560418af89 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-cfd0a39c8e15_27560418af89 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9914477d6fba_27560418af89 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_824506a68625 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_5c1e882d1c8f {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b89a98c90777 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_377fcf7319e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_cd53a2392111 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 1413px;
 }

 .imageview_309c7e13e8e6 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_309c7e13e8e6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_184c8e2659cd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ebd9953bdb8a_184c8e2659cd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7b1a48e6a3b4_184c8e2659cd {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_3f795fbdd10f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_a31d7e698dd5 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_d3fdc9a19bc7 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_9f3be1d134bf {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4bf89ddb54e0 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_4a59074f663d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_30b834c64bf4 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_30b834c64bf4 img {
   width: 100%;
   height: 100%;
 }

 .text_273956cdf9f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_b2d8825f1323 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_a6cd9d762138 {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_a6cd9d762138 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_a6cd9d762138.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_bedb1e35b78f {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_bedb1e35b78f img {
   width: 100%;
   height: 100%;
 }

 .text_cc3ac4726e29 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_2d0ec24d7986 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_2d0ec24d7986 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_2d0ec24d7986 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_3b5fbe66c73b {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_2531ac52dd7f {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_2531ac52dd7f {
   overflow: visible;
 }

 .container_1de2398f3856 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 910px;
 }

 .imageview_92267e891266 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_92267e891266 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_03f4b5d0a8a7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-72ac4454555e_03f4b5d0a8a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-b3e5aeeb20af_03f4b5d0a8a7 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_1809ed247f24 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_1f07a1558bc7 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b8813fbb8686 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_7bd3d42484ce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_4a5c69e5fc28 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 1413px;
 }

 .imageview_9ade49a143b0 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_9ade49a143b0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_844a5cdd362c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c24309a6c56e_844a5cdd362c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f6ff8f4909ce_844a5cdd362c {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_43eb871812b1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_2887d8e4362e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_71ef02d1437c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_18d2745e2361 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9c783d56ea81 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 910px;
 }

 .imageview_8e5a3d69e588 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_8e5a3d69e588 img {
   position: absolute;
   width: 90.78% !important;
   height: 116.27% !important;
   max-width: none !important;
   left: 4.66%;
   top: 12.30%;
 }

 .imageview_8e5a3d69e588.wp-block-image {
   overflow: hidden;
 }

 .text_2d1ced0dd589 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7f81de6a5a19_2d1ced0dd589 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-c9d1ff60eb8c_2d1ced0dd589 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_d8522bd485e8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_3a8d2895d1c8 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_b727315b537a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e243176ab5c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_b1820b1bd028 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 405px;
   left: 746px;
   top: 910px;
 }

 .imageview_8e7ba6aa6944 {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_8e7ba6aa6944 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c733313b9e9b {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_c733313b9e9b.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_c733313b9e9b img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_16cc10447417 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_a30dc1e95ac6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_ada0ad50e646 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_5df0a0f2a265 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_e421a73aeca5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_d3a0dfc667d0 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_80e1be84fe20 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_a86c158be7c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_40241af84f26 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_83bc5a888516 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_dba6f6b4e4fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_a0766e4d83cb {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_f31ee79551ec {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_e9acab509221 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_83be7ec64e39 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_012019445073 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_957f2eb3e7df {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_8414b92af960 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_ed28713ba004 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_82a2bcd08a8b {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_b282c940a103 {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_b282c940a103 img {
   width: 100%;
   height: 100%;
 }

 .text_b41a322d1181 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_2c868f1a32ef {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_2c868f1a32ef img {
   width: 100%;
   height: 100%;
 }

 .imageview_78913e5bd380 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_78913e5bd380 img {
   width: 100%;
   height: 100%;
 }

 .imageview_195500ded275 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_195500ded275 img {
   width: 100%;
   height: 100%;
 }

 .container_d71cc9931a70 {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 2055px;
 }

 .container_wrapper_d71cc9931a70 {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 2055px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_d71cc9931a70 {
   width: 1492px;
   height: 254.5px;
 }

 .viewport_94bfd2fb7c65 {
   width: 1920px;
   height: 2369px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_f1f3fbd07461 {
   width: 1920px;
   height: 43px;
   position: absolute !important;
   left: 0px;
   top: 64px;
   background: #f3f3f3;
 }

 .imageview_1e3a1eff5d40 {
   width: 22px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1e3a1eff5d40 img {
   width: 100%;
   height: 100%;
 }

 .text_bb5c050c754f {
   width: fit-content;
   z-index: 1;
   line-height: 21.48px;
   font-family: 'SF Pro';
 }

 .container_5c7240fc691e {
   padding: 10px 10px 10px 10px;
   width: 145px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 1695px;
   top: 65px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_888054d0adce {
   width: 31px;
   height: 27px;
   position: absolute !important;
   left: 1799px;
   top: 18px;
 }

 .imageview_888054d0adce img {
   width: 100%;
   height: 100%;
 }

 .imageview_139a890c07ec {
   width: 28px;
   height: 27px;
   position: absolute !important;
   left: 1754px;
   top: 18px;
 }

 .imageview_139a890c07ec img {
   width: 100%;
   height: 100%;
 }

 .container_6f3b8120dffd {
   width: 243px;
   height: 31px;
   border-top: 1px solid #e6e6e6ff;
   border-right: 1px solid #e6e6e6ff;
   border-bottom: 1px solid #e6e6e6ff;
   border-left: 1px solid #e6e6e6ff;
   position: absolute !important;
   left: 1490px;
   top: 17px;
   background: #f8f8f8;
   border-radius: 28px 28px 28px 28px;
 }

 .imageview_c33d8a27623c {
   width: 15px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 1500px;
   top: 25px;
   transform-origin: 0 0;
 }

 .imageview_c33d8a27623c img {
   width: 100%;
   height: 100%;
 }

 .text_7ec5f25bce89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1525px;
   top: 24px;
   line-height: 17.9px;
   font-family: 'SF Pro';
 }

 .text_8f7c19b91b09 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 162px;
   line-height: 41.77px;
   font-family: 'SF Pro';
 }

 .container_73071b7180d7 {
   width: 1920px;
   height: 58px;
   border-top: 2.5px solid #e2e2e2ff;
   border-right: 2.5px solid #e2e2e2ff;
   border-bottom: 2.5px solid #e2e2e2ff;
   border-left: 2.5px solid #e2e2e2ff;
   position: absolute !important;
   left: 3px;
   top: 262px;
   background: #f3f3f3;
 }

 .imageview_e776f63d32a9 {
   width: 2.5px;
   height: 56.5px;
   z-index: 1;
   position: absolute !important;
   left: 310.5px;
   top: 262px;
 }

 .imageview_e776f63d32a9 img {
   width: 100%;
   height: 100%;
 }

 .text_ce6150865f0b {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_7ca0cfcd92df {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_7dbb3832b6ef {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 464px;
 }

 .container_wrapper_7dbb3832b6ef {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 464px;
   width: 202px;
   height: 20px;
 }

 .container_nested_7dbb3832b6ef {
   width: 202px;
   height: 20px;
 }

 .text_911e367166aa {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_6f23acef8eda {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_86fbf4a4d590 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 684px;
 }

 .text_d95f134e95c2 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_1598947ce12c {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_35f6c7b4a04d {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 808px;
 }

 .text_957f9a94760d {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_78046823d35c {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_8c583cec86b7 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 716px;
 }

 .text_e5b38f313168 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_3248fba28682 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5022809e7749 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 161px;
   top: 840px;
 }

 .text_d94e30eb3be4 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_054a65ee5f4b {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_19bd7e45e952 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 560px;
 }

 .container_wrapper_19bd7e45e952 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 560px;
   width: 202px;
   height: 20px;
 }

 .container_nested_19bd7e45e952 {
   width: 202px;
   height: 20px;
 }

 .text_6b61d4403b5d {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_3d544b1a5403 {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_89d5ac837934 {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 528px;
 }

 .container_wrapper_89d5ac837934 {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 528px;
   width: 202px;
   height: 20px;
 }

 .container_nested_89d5ac837934 {
   width: 202px;
   height: 20px;
 }

 .text_6ae834f8d3a5 {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 427px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_e35f0eb40b9e {
   width: max-content;
   position: absolute !important;
   left: 160px;
   top: 647px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_046aeb1cc2ef {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 771px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .text_3cfaf5053d16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 180px;
   top: 281px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .imageview_daeb184faa2b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 233px;
   top: 283px;
 }

 .imageview_daeb184faa2b img {
   width: 100%;
   height: 100%;
 }

 .imageview_912935f2c554 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 409px;
 }

 .imageview_912935f2c554 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_912935f2c554.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_3533084ff325 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 629px;
 }

 .imageview_3533084ff325 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_3533084ff325.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_bd7f8a9d17f3 {
   width: 206px;
   height: 1px;
   position: absolute !important;
   left: 160px;
   top: 753px;
 }

 .imageview_bd7f8a9d17f3 img {
   position: absolute;
   width: 206.0px !important;
   height: 3.5px !important;
   max-width: none !important;
   left: -0.0px;
   top: -1.3px;
 }

 .imageview_bd7f8a9d17f3.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_7642d2545fab {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 429px;
 }

 .imageview_7642d2545fab img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_7642d2545fab.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_9d831a0d6b09 {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 348px;
   top: 649px;
 }

 .imageview_9d831a0d6b09 img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_9d831a0d6b09.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_41798c13933c {
   width: 16.5px;
   height: 16.5px;
   position: absolute !important;
   left: 349px;
   top: 773px;
 }

 .imageview_41798c13933c img {
   position: absolute;
   width: 19.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_41798c13933c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_23172789645d {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_76984fc9100d {
   position: absolute !important;
   overflow: visible;
   width: 93px;
   height: 23px;
   left: 798px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_wrapper_76984fc9100d {
   position: absolute !important;
   overflow: visible;
   left: 798px;
   top: 21px;
   width: 93px;
   height: 23px;
 }

 .container_nested_76984fc9100d {
   width: 93px;
   height: 23px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e6777ccd4191 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: 2px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_d33d2e9049c7 {
   position: absolute !important;
   overflow: visible;
   width: 87px;
   height: 23px;
   left: 917px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a576f027b142 {
   width: 85px;
   height: 27.84px;
   position: absolute !important;
   left: -9px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.67px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .container_f508561bcf75 {
   position: absolute !important;
   overflow: visible;
   width: 65px;
   height: 23px;
   left: 1030px;
   top: 21px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_df539491db1f {
   width: 45px;
   height: 45px;
   position: absolute !important;
   left: 528px;
   top: 183px;
 }

 .imageview_df539491db1f img {
   width: 100%;
   height: 100%;
 }

 .text_7406893a7548 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_90762c97b2ac {
   width: 13px;
   height: 13px;
   border-top: 0.74px solid #000000ff;
   border-right: 0.74px solid #000000ff;
   border-bottom: 0.74px solid #000000ff;
   border-left: 0.74px solid #000000ff;
   position: absolute !important;
   left: 0px;
   top: 4px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_5c84c78907cc {
   position: absolute !important;
   overflow: visible;
   width: 202px;
   height: 20px;
   left: 160px;
   top: 496px;
 }

 .container_wrapper_5c84c78907cc {
   position: absolute !important;
   overflow: visible;
   left: 160px;
   top: 496px;
   width: 202px;
   height: 20px;
 }

 .container_nested_5c84c78907cc {
   width: 202px;
   height: 20px;
 }

 .text_a97117745f30 {
   width: max-content;
   position: absolute !important;
   left: 32px;
   top: 0px;
   line-height: 20.29px;
   font-family: 'SF Pro';
 }

 .container_a72c49682750 {
   width: 13px;
   height: 13px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #49a5f4;
   border-radius: 2px 2px 2px 2px;
 }

 .imageview_8c67ce2e0928 {
   width: 7.5px;
   height: 5.5px;
   z-index: 1;
   position: absolute !important;
   left: 3px;
   top: 4px;
 }

 .imageview_8c67ce2e0928 img {
   position: absolute;
   width: 8.5px !important;
   height: 6.5px !important;
   max-width: none !important;
   left: -0.5px;
   top: -0.5px;
 }

 .imageview_8c67ce2e0928.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_8a627ac9d00c {
   position: absolute !important;
   overflow: visible;
   width: 13px;
   height: 13px;
   left: 0px;
   top: 4px;
 }

 .container_460045b134a9 {
   position: absolute !important;
   overflow: visible;
   width: 136px;
   height: 20px;
   left: 160px;
   top: 592px;
 }

 .imageview_916ce3dfaac1 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_916ce3dfaac1 img {
   position: absolute;
   width: 93.69% !important;
   height: 120.00% !important;
   max-width: none !important;
   left: 3.17%;
   top: 7.35%;
 }

 .imageview_916ce3dfaac1.wp-block-image {
   overflow: hidden;
 }

 .text_002f35dd12e4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-3194ce3283f9_002f35dd12e4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-1728c1392e69_002f35dd12e4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_b150c8cb7428 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_835d050cc797 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_22d6933eaddd {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_8012020f97b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_39470acb42f3 {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c5b562c90be5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_52b6dda49783 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_52b6dda49783 img {
   width: 100%;
   height: 100%;
 }

 .text_cbe7798a9ad3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_47ef5040db96 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_9586a5d456fe {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_9586a5d456fe img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_9586a5d456fe.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_6a6080ce4ed9 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_6a6080ce4ed9 img {
   width: 100%;
   height: 100%;
 }

 .text_a24e26bb36ce {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_9954c5b0bbf4 {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_wrapper_9954c5b0bbf4 {
   position: absolute !important;
   overflow: visible;
   left: 284px;
   top: 1px;
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_nested_9954c5b0bbf4 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
 }

 .container_2c9fb3c3aaef {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_31d20a736965 {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_31d20a736965 {
   overflow: visible;
 }

 .container_525b914839cd {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 910px;
 }

 .imageview_32479fff3ff4 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_32479fff3ff4 img {
   position: absolute;
   width: 100.00% !important;
   height: 128.08% !important;
   max-width: none !important;
   left: -0.12%;
   top: 1.61%;
 }

 .imageview_32479fff3ff4.wp-block-image {
   overflow: hidden;
 }

 .text_d05322c34607 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-e63f1ab83052_d05322c34607 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-37e7595f988b_d05322c34607 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_297b62503b81 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_59d1acb1fff6 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_5b81a6499340 {
   width: max-content;
   position: absolute !important;
   left: 98px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_ad4e706af5f9 {
   width: max-content;
   position: absolute !important;
   left: 66px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_c5f5f3e2165e {
   width: max-content;
   position: absolute !important;
   left: 161px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a582fee65ad1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_012469223be7 {
   width: 80px;
   height: 1.5px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 390px;
 }

 .imageview_012469223be7 img {
   width: 100%;
   height: 100%;
 }

 .text_92da21619800 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 91px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e90592fdf102 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 10px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .imageview_355911bbcf4b {
   width: 81px;
   height: 26px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_355911bbcf4b img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_355911bbcf4b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_46ce71109cd8 {
   width: 43px;
   height: 19.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

 .imageview_46ce71109cd8 img {
   width: 100%;
   height: 100%;
 }

 .text_2be165843d8d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3px;
   line-height: 14.32px;
   font-family: 'SF Pro';
 }

 .container_9114cd886e1e {
   position: absolute !important;
   overflow: visible;
   width: 43px;
   height: 19.5px;
   z-index: 1;
   left: 284px;
   top: 1px;
 }

 .container_0497cc306dd9 {
   width: 43px;
   height: 20px;
   z-index: 1;
   border-top: 2.5px solid #ff0000ff;
   border-right: 2.5px solid #ff0000ff;
   border-bottom: 2.5px solid #ff0000ff;
   border-left: 2.5px solid #ff0000ff;
   position: absolute !important;
   left: 284px;
   top: 28px;
 }

 .text_24170275b63a {
   width: 27px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 292px;
   top: 32px;
   line-height: 11.93px;
   word-wrap: break-word;
   font-family: 'SF Pro';
 }

 .text_autoheight_24170275b63a {
   overflow: visible;
 }

 .container_a1802667bde1 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 910px;
 }

 .imageview_2e1814fa8100 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_2e1814fa8100 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_bc239b5b50f4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-9881faddbf3a_bc239b5b50f4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d8cb2064e795_bc239b5b50f4 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_776b7e080f78 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_b19f1df68d2e {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_3cfb01b006ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_7cc334bc25d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_15621a6a8297 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1420px;
   top: 411px;
 }

 .imageview_a67b6b141373 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a67b6b141373 img {
   position: absolute;
   width: 99.88% !important;
   height: 95.93% !important;
   max-width: none !important;
   left: 0.08%;
   top: 18.36%;
 }

 .imageview_a67b6b141373.wp-block-image {
   overflow: hidden;
 }

 .text_2845c7b6a40f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d85066c3b6bf_2845c7b6a40f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-093eadcfeedb_2845c7b6a40f {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_1666f6ada97f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_cb0cdfb3ce8f {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_e8fc5a1e0338 {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_a681f975d715 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_d7e9e1c36789 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 746px;
   top: 411px;
 }

 .imageview_a39ba3847313 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_a39ba3847313 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_e66827c1fc89 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-41572936d8f9_e66827c1fc89 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-ac200beda900_e66827c1fc89 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_68919255e572 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_d18605725a86 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_698145f83c9c {
   width: max-content;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_e44027fceb60 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_a4a2fcef5791 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 411px;
 }

 .imageview_40b051980969 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_40b051980969 img {
   position: absolute;
   width: 97.23% !important;
   height: 124.53% !important;
   max-width: none !important;
   left: 1.40%;
   top: 4.44%;
 }

 .imageview_40b051980969.wp-block-image {
   overflow: hidden;
 }

 .text_1718b94ea259 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f33e78d318a7_1718b94ea259 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-71f5c192333d_1718b94ea259 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_2bf7efa370f7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_92671ee04985 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_86900eb1ba5c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_6bbcc57d5d91 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_9e9a4927458d {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 1083px;
   top: 910px;
 }

 .imageview_e8884ed85857 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_e8884ed85857 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_1c21ce9a08c3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-344f7750f498_1c21ce9a08c3 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-d625dca66c7e_1c21ce9a08c3 {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_98f03b111acc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_6384a692d7e7 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_8971a6ebdd57 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_f0bdcdfb3515 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .imageview_48ed811ac161 {
   width: 81px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 2px;
   top: 1px;
 }

 .imageview_48ed811ac161 img {
   position: absolute;
   width: 83.5px !important;
   height: 28.5px !important;
   max-width: none !important;
   left: -1.3px;
   top: -1.3px;
 }

 .imageview_48ed811ac161.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_7ad2fcd7c216 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 4px;
   line-height: 19.69px;
   font-family: 'SF Pro';
 }

 .container_8ad8c39492e8 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 910px;
 }

 .imageview_cb0125730eb9 {
   width: 326px;
   height: 329px;
   position: absolute !important;
   left: 1px;
   top: 0px;
   _scaling-factor: 0.5;
   border-radius: 7px 7px 7px 7px;
 }

 .imageview_cb0125730eb9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_50b023d4fc9e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 340px;
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-7fce780e0c62_50b023d4fc9e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text-f50a8a3a62da_50b023d4fc9e {
   line-height: 20.88px;
   font-family: 'SF Pro';
 }

 .text_e054ff0c60d1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 361px;
   line-height: 16.71px;
   font-family: 'SF Pro';
 }

 .text_f012681327d1 {
   width: max-content;
   position: absolute !important;
   left: 8px;
   top: 379px;
   line-height: 23.27px;
   font-family: 'SF Pro';
 }

 .text_38a671169439 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 71px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .text_161f3b18e06c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 383px;
   line-height: 13.13px;
   font-family: 'SF Pro';
 }

 .container_364e2c7827a7 {
   position: absolute !important;
   overflow: visible;
   width: 327px;
   height: 402px;
   left: 409px;
   top: 411px;
 }

 .imageview_63c92d26889d {
   width: 144px;
   height: 45px;
   position: absolute !important;
   left: 121px;
   top: 9px;
 }

 .imageview_63c92d26889d img {
   width: 100%;
   height: 100%;
 }

 .imageview_ed131b77e2ef {
   width: 1490px;
   height: 2.5px;
   position: absolute !important;
   left: 2px;
   top: -1.25px;
 }

 .imageview_ed131b77e2ef.wp-block-image {
   width: 1490px !important;
   height: 1px !important;
   left: 2px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_ed131b77e2ef img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .text_af1ef23db5d7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_836e16a6c6a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_85a65555e157 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 0px;
   top: 43px;
 }

 .text_f98c2d35d5c3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_fa489b6031a6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_5db34a71c1f9 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 215px;
   top: 43px;
 }

 .text_8223dd0b95f4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_01c7eabadffb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_60aa73f1f1d6 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 162px;
   left: 430px;
   top: 43px;
 }

 .text_d4f09d169eda {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .text_cda88e5510b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_aec2aba62cb8 {
   position: absolute !important;
   overflow: visible;
   width: 94px;
   height: 162px;
   left: 1398px;
   top: 43px;
 }

 .text_5089835fcc53 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_5204e732c36d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_05808640f3f7 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_474274f2948c {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 162px;
   left: 604px;
   top: 43px;
 }

 .text_49a74f923c76 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 10.5px;
   font-family: 'SF Pro';
 }

 .text_e013251563c6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 24px;
   font-family: 'SF Pro';
 }

 .container_10daf368a3b7 {
   position: absolute !important;
   overflow: visible;
   width: 117px;
   height: 90px;
   left: 0px;
   top: 20px;
 }

 .container_f8ebbded5f67 {
   position: absolute !important;
   overflow: visible;
   width: 119px;
   height: 162px;
   left: 1254px;
   top: 43px;
 }

 .imageview_a9f73f0ea24f {
   width: 2.5px;
   height: 195px;
   position: absolute !important;
   left: 848.25px;
   top: 59.5px;
 }

 .imageview_a9f73f0ea24f img {
   width: 100%;
   height: 100%;
 }

 .text_412ec817c0c7 {
   width: max-content;
   position: absolute !important;
   left: 978px;
   top: 43px;
   line-height: 50px;
   font-family: 'SF Pro';
 }

 .imageview_526916fa4b39 {
   width: 31px;
   height: 29px;
   position: absolute !important;
   left: 1074px;
   top: 99px;
 }

 .imageview_526916fa4b39 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4538deb5c068 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 1026px;
   top: 99px;
 }

 .imageview_4538deb5c068 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1d805e946a94 {
   width: 29px;
   height: 29px;
   position: absolute !important;
   left: 978px;
   top: 99px;
 }

 .imageview_1d805e946a94 img {
   width: 100%;
   height: 100%;
 }

 .container_933658815f0e {
   position: absolute !important;
   overflow: visible;
   width: 1492px;
   height: 254.5px;
   left: 214px;
   top: 1552px;
 }

 .container_wrapper_933658815f0e {
   position: absolute !important;
   overflow: visible;
   left: 214px;
   top: 1552px;
   width: 1492px;
   height: 254.5px;
 }

 .container_nested_933658815f0e {
   width: 1492px;
   height: 254.5px;
 }

 .container_694ed99bc718 {
   width: 129px;
   height: 59px;
   position: absolute !important;
   left: 1059px;
   top: 1807px;
   background: #d9d9d9;
 }

 .container_f52419ab9cfd {
   width: 86px;
   height: 90px;
   position: absolute !important;
   left: 1080px;
   top: 1462px;
   background: #d9d9d9;
 }

 .viewport_0c491e6c68cf {
   width: 1920px;
   height: 1866px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }