 /*
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/css?family=Inter:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&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_132f22fe85b8 {
   width: 128px;
   height: 128px;
   transform: rotate(150.83999446116468deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 199.83px;
   top: 247.2px;
 }

 .container_ee0d107b6587 {
   width: 83.09px;
   height: 83.09px;
   transform: rotate(-69.50001243890864deg);
   transform-origin: 0 0;
   border-top: 2.08px solid #3a3a3aff;
   border-right: 2.08px solid #3a3a3aff;
   border-bottom: 2.08px solid #3a3a3aff;
   border-left: 2.08px solid #3a3a3aff;
   position: absolute !important;
   left: 290.2px;
   top: 490.36px;
 }

 .container_148e9d81394c {
   width: 51.39px;
   height: 51.39px;
   transform: rotate(42.72986781707357deg);
   transform-origin: 0 0;
   border-top: 2.57px solid #3a3a3aff;
   border-right: 2.57px solid #3a3a3aff;
   border-bottom: 2.57px solid #3a3a3aff;
   border-left: 2.57px solid #3a3a3aff;
   position: absolute !important;
   left: 661.81px;
   top: 419.19px;
 }

 .container_569df3a9d93d {
   width: 64px;
   height: 64px;
   transform: rotate(-176.81854783986728deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 289.92px;
   top: 363.08px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_06e0fe944ac2 {
   width: 64px;
   height: 64px;
   transform: rotate(11.39998326351012deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 550.29px;
   top: 205.63px;
 }

 .container_893acd9c0520 {
   width: 43.62px;
   height: 38.17px;
   transform: rotate(-81.45000972145844deg);
   transform-origin: 0 0;
   border-top: 1.09px solid #000000ff;
   border-right: 1.09px solid #000000ff;
   border-bottom: 1.09px solid #000000ff;
   border-left: 1.09px solid #000000ff;
   position: absolute !important;
   left: 225.64px;
   top: 476.73px;
   opacity: 0.15000000596046448;
 }

 .container_84043c690322 {
   width: 96px;
   height: 48px;
   transform: rotate(178.48452153475367deg);
   transform-origin: 0 0;
   border-top: 1px solid #3a3a3aff;
   border-right: 1px solid #3a3a3aff;
   border-bottom: 1px solid #3a3a3aff;
   border-left: 1px solid #3a3a3aff;
   position: absolute !important;
   left: 883.45px;
   top: 363.72px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_ea406d852d4c {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e8ded0;
   opacity: 0.20000000298023224;
 }

 .container_058ec3ae5522 {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_e6bf8d665bc2 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(104.24998215440495deg);
   transform-origin: 0 0;
   left: 374.56px;
   top: 431.53px;
 }

 .container_6c6c18146cf2 {
   width: 48px;
   height: 80px;
   transform: rotate(-162.45419921059096deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 670.07px;
   top: 414.51px;
 }

 .container_8d0da890c2fd {
   width: 80.41px;
   height: 80.41px;
   z-index: 1;
   transform: rotate(1.5424813089592315deg);
   transform-origin: 0 0;
   border-top: 1.01px solid #3a3a3aff;
   border-right: 1.01px solid #3a3a3aff;
   border-bottom: 1.01px solid #3a3a3aff;
   border-left: 1.01px solid #3a3a3aff;
   position: absolute !important;
   left: 528.23px;
   top: 157.23px;
   border-radius: 16863506px 0 0 0;
 }

 .container_62cc72a389c8 {
   width: 65.88px;
   height: 65.88px;
   z-index: 1;
   border-top: 2.06px solid #3a3a3aff;
   border-right: 2.06px solid #3a3a3aff;
   border-bottom: 2.06px solid #3a3a3aff;
   border-left: 2.06px solid #3a3a3aff;
   position: absolute !important;
   left: 63.06px;
   top: 252.06px;
   border-radius: 17269276px 17269276px 17269276px 17269276px;
   opacity: 0.15531300008296967;
 }

 .container_830256e29a38 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e8ded0;
   opacity: 0.15000000596046448;
 }

 .container_5e9c331847e2 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e8ded0;
   opacity: 0.15000000596046448;
 }

 .container_6febd07a03a1 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e8ded0;
   opacity: 0.15000000596046448;
 }

 .container_0c8f43914c6c {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e8ded0;
   opacity: 0.15000000596046448;
 }

 .container_8ca7e23f63e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1f5b0e329458 {
   padding: 0 0 0 0;
   width: 28px;
   height: 28px;
   z-index: 1;
   transform: rotate(-174.3000050002834deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 74.54px;
   top: 240.65px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3a5f7644a6f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 277.2px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_d98ec7af9102 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_9eeeb8b51664 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 330.11px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_46543b673f73 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_72e7cf1e8f44 {
   width: 863px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b936eb5fabf7 {
   width: 64px;
   height: 64px;
   z-index: 2;
   border-top: 2px solid #e8ded066;
   border-right: 2px solid #e8ded066;
   border-bottom: 2px solid #e8ded066;
   border-left: 2px solid #e8ded066;
   position: absolute !important;
   left: 767px;
   top: 32px;
 }

 .text_7c14fbfb1ddf {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c14fbfb1ddf {
   overflow: visible;
 }

 .container_b06880e81528 {
   width: 799px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 32px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c2307663e0f5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f72f11990522 {
   position: absolute !important;
   overflow: visible;
   width: 799px;
   height: 28px;
   z-index: 2;
   left: 32px;
   top: 84px;
 }

 .text_a1ef0838f833 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_55ef2f5af19f {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 131.28px;
   top: 2px;
 }

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

 .container_46e755fc6a1d {
   position: absolute !important;
   overflow: visible;
   width: 799px;
   height: 24px;
   z-index: 2;
   left: 32px;
   top: 136px;
 }

 .container_db7c02a5a051 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 192px;
   z-index: 2;
   left: 0px;
   top: 308px;
 }

 .container_a2b00a1b259a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ef2 100%, #5e6d7eb3 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_36550e110186 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:206.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_1c3e9847de37 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_0a456cbd5573 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 2px solid #e8ded066;
   border-right: 2px solid #e8ded066;
   border-bottom: 2px solid #e8ded066;
   border-left: 2px solid #e8ded066;
   position: absolute !important;
   left: 32px;
   top: 32px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_f32a24022759 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f32a24022759 {
   overflow: visible;
 }

 .container_1e1f92ad654f {
   width: 799px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 32px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4fcc1b278758 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c588d36e76c8 {
   position: absolute !important;
   overflow: visible;
   width: 799px;
   height: 28px;
   z-index: 2;
   left: 32px;
   top: 84px;
 }

 .text_ddf57c2b4fad {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_59475476b6e3 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 131.28px;
   top: 2px;
 }

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

 .container_d51c74bfa59c {
   position: absolute !important;
   overflow: visible;
   width: 799px;
   height: 24px;
   z-index: 2;
   left: 32px;
   top: 136px;
 }

 .container_c78559a4f249 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 192px;
   z-index: 2;
   left: 0px;
   top: 308px;
 }

 .container_62dc3e83cb8e {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #e88b7af2 100%, #e88b7ab3 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_6e68a8f1fee0 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:219.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_47a4a4241c11 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 500px;
   z-index: 2;
   left: 0px;
   top: 532px;
 }

 .container_c8233d01805b {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1032px;
   z-index: 2;
   left: 24px;
   top: 204px;
 }

 .container_ba4f35276447 {
   width: 192px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 735px;
   top: -64px;
   background: #9eaebb1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_879d120735f1 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_879d120735f1 {
   overflow: visible;
 }

 .container_0233411d19b1 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_15c249436910 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7507ff59c414 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_91a367f00dd6 {
   width: 630.73px;
   height: 72px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_67f0930a9b95 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_8a8eb4ce67a3 {
   width: 24px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 128.27px;
   top: 0px;
 }

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

 .container_fcc3a44c5a99 {
   position: relative !important;
   overflow: visible;
   width: 152.27px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_bb2d851123a8 {
   padding: 32px 32px 32px 32px;
   width: 863px;
   height: 200px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8bbf13d3bec2 {
   position: absolute !important;
   width: 863px;
   height: 200px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d4c8b8;
 }

 .container_489f21e9d1de {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 200px;
   z-index: 2;
   left: 24px;
   top: 1268px;
 }

 .container_d69fcc6fed8f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1532px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
 }

 .container_439e4c8197aa {
   width: 256px;
   height: 256px;
   z-index: 2;
   border-top: 1px solid #9eaebb1a;
   border-right: 1px solid #9eaebb1a;
   border-bottom: 1px solid #9eaebb1a;
   border-left: 1px solid #9eaebb1a;
   position: absolute !important;
   left: 783px;
   top: -128px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_e71cb7e4299a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 103.11px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_7b157fec3d0d {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_f910602a15fd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 125.33px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ecf77a9c21eb {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 28px;
   z-index: 3;
   left: 0px;
   top: 72px;
 }

 .text_f03d6f328903 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .imageview_40e55b1d116d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 135.2px;
   top: 16px;
 }

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

 .container_47a5ac3e1522 {
   position: absolute !important;
   overflow: visible;
   width: 167.2px;
   height: 48px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #e88b7a;
 }

 .container_7758840aff0a {
   position: absolute !important;
   overflow: visible;
   width: 167.2px;
   height: 48px;
   z-index: 3;
   left: 276.4px;
   top: 140px;
   background: #e88b7a;
 }

 .container_80b35b3135d3 {
   position: absolute !important;
   overflow: visible;
   width: 720px;
   height: 188px;
   z-index: 3;
   left: 95.5px;
   top: 80px;
 }

 .container_754d385f8b2b {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 348px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #5e6d7e;
 }

 .container_25c5f3fea79b {
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_663b75426053 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_f52d8e7460de {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_f68b439b6c5c {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_ebfbdf5e1edb {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_f7ccc282d7bd {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_41e1aca5130a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_5d84039839b7 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_097a6ff54951 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_96044971b5c3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5c68e9c1a835 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_d2a3c68bb85f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_b1ef5fc243d2 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aaa12f7093ef {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_37e817b7e2c5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f8e5cdfd72f8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5d1bb56a9f08 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f30f2b00df02 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d6725c08dd51 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_161249f5f937 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d9c7fb39b9d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5cb9062681ab {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b8547cb0f220 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_04b229ff7c85 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7769f5b6ebe1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2a6f5ab441c0 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef4262b9e6a2 {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_05f8aff43e87 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3f36cd5e2f84 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_791833108d90 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_f9ada2f6b58d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_70668977a619 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9bdafcbccb80 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ae2bf08fd27b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_7ebacb3b0d1a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d11ff9997f9d {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_698622fd1dbe {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9fdc73beedac {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_0a1ab287c98f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5e705ec9e45d {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aaa707d60a0e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_26d9b182f0a7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4dbe0660cbf9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_0891f3382142 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_59c8ad3da785 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c1b6773a5323 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_34aa551080f4 {
   width: 100%;
   min-width: 0;
   height: 2893.59px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_06cd8c978554 {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e5b6dc3268b2 {
   width: 100%;
   min-width: 0;
   height: 571px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_3c7b3dee80dc {
   width: 911px;
   height: 570.59px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ad6f1151db6 {
   width: 911px;
   height: 570.59px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ebf 100%, #5e6d7ed9 50%, #5e6d7ee6 0%);
 }

 .container_182f38aa255c {
   width: 96px;
   height: 96px;
   z-index: 5;
   border-top: 2px solid #e88b7a4d;
   border-right: 2px solid #e88b7a4d;
   border-bottom: 2px solid #e88b7a4d;
   border-left: 2px solid #e88b7a4d;
   position: absolute !important;
   left: 735px;
   top: 80px;
 }

 .container_c3a1812800fc {
   width: 128px;
   height: 128px;
   z-index: 5;
   border-top: 1px solid #9eaebb33;
   border-right: 1px solid #9eaebb33;
   border-bottom: 1px solid #9eaebb33;
   border-left: 1px solid #9eaebb33;
   position: absolute !important;
   left: 64px;
   top: 314.59px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_4b79197e14a0 {
   width: 752px;
   height: 225px;
   z-index: 6;
   position: absolute !important;
   left: 8px;
   top: 1px;
   line-height: 75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b79197e14a0 {
   overflow: visible;
 }

 .text-62f074b33bfe_4b79197e14a0 {
   line-height: 75px;
   font-family: 'Inter';
 }

 .text-74a9d7df8378_4b79197e14a0 {
   line-height: 75px;
   font-family: 'Inter';
 }

 .text-d71813db4491_4b79197e14a0 {
   line-height: 75px;
   font-family: 'Inter';
 }

 .text-21e33cd5c6e1_4b79197e14a0 {
   line-height: 75px;
   font-family: 'Inter';
 }

 .container_11da03706f31 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 225px;
   z-index: 6;
   left: 24px;
   top: 32px;
 }

 .text_58f65bbf868d {
   width: 736px;
   height: 96px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 0px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_58f65bbf868d {
   overflow: visible;
 }

 .container_442c412bce91 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 96px;
   z-index: 6;
   left: 24px;
   top: 289px;
 }

 .text_b35f0df77694 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 14px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .imageview_bae8777a8e74 {
   width: 16px;
   height: 16px;
   z-index: 6;
   position: absolute !important;
   left: 168.53px;
   top: 20px;
 }

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

 .container_349f36b1ecb5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 6;
   background: #e88b7a;
 }

 .container_9d361d8fa7ee {
   width: 200.53px;
   height: 60px;
   flex-shrink: 0;
   z-index: 6;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a0f26c81f0cb {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 50px;
   top: 16px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_590571d787f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 6;
   box-shadow: inset 0 0 0 2px #eeebe5ff;
 }

 .container_c14b4e5eb9e2 {
   width: 203.2px;
   height: 60px;
   flex-shrink: 0;
   z-index: 6;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffc666ee6b58 {
   padding: 0 174.13px 0 174.13px;
   width: 768px;
   height: 60px;
   z-index: 6;
   position: absolute !important;
   left: 24px;
   top: 433px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_deceb32a9c88 {
   position: absolute !important;
   overflow: visible;
   width: 816px;
   height: 525px;
   z-index: 6;
   left: 47.5px;
   top: 22.8px;
 }

 .container_f2621ea8f176 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 570.59px;
   z-index: 3;
   left: 0px;
   top: 84px;
 }

 .imageview_36b41b886abb {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_1c61b1209049 {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_a7af66c1e76a {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_8af20ae45ce6 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_2211b6328d13 {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_cd5a56692bf6 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_29e38ae0c279 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_08aa6d80a5ea {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_bc4d6edcaead {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bc7104e0721e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f2f629d4d21a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_d39d4bb9d030 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_734e9c463404 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_23d41613e4e7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_20a1cb8b35aa {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_f439ef6bcfb2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_314a55103dfe {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bb251ef63c93 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b89676c73b97 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_677162b41c96 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fd95f29f93a7 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_00eb315ba202 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_09236c18e54e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_917a3478ad7d {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_54592cbaad1d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_67a64f5f7f8e {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1c0bafb72a25 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_aa11a9979e13 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_dfea3f13cabc {
   width: 911px;
   height: 2893px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_3535758e2cdc {
   width: 128px;
   height: 128px;
   transform: rotate(60.393606402549665deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 126.74px;
   top: 135.24px;
 }

 .container_0cf0a294eea9 {
   width: 83.73px;
   height: 83.73px;
   transform: rotate(-83.88004053992626deg);
   transform-origin: 0 0;
   border-top: 2.09px solid #3a3a3aff;
   border-right: 2.09px solid #3a3a3aff;
   border-bottom: 2.09px solid #3a3a3aff;
   border-left: 2.09px solid #3a3a3aff;
   position: absolute !important;
   left: 297.58px;
   top: 503.16px;
 }

 .container_02e10878f4b1 {
   width: 48.06px;
   height: 48.06px;
   transform: rotate(30.218671236679597deg);
   transform-origin: 0 0;
   border-top: 2.4px solid #3a3a3aff;
   border-right: 2.4px solid #3a3a3aff;
   border-bottom: 2.4px solid #3a3a3aff;
   border-left: 2.4px solid #3a3a3aff;
   position: absolute !important;
   left: 654.58px;
   top: 422.64px;
 }

 .container_55776184f37f {
   width: 64px;
   height: 64px;
   transform: rotate(170.54435609780145deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 296.57px;
   top: 356.36px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_6c7ac296d7e9 {
   width: 64px;
   height: 64px;
   transform: rotate(100.65600286544277deg);
   transform-origin: 0 0;
   border-top: 2px solid #8b8b8bff;
   border-right: 2px solid #8b8b8bff;
   border-bottom: 2px solid #8b8b8bff;
   border-left: 2px solid #8b8b8bff;
   position: absolute !important;
   left: 612.7px;
   top: 217.8px;
 }

 .container_2789335c32c4 {
   width: 43.36px;
   height: 37.94px;
   transform: rotate(75.4920470367486deg);
   transform-origin: 0 0;
   border-top: 1.08px solid #000000ff;
   border-right: 1.08px solid #000000ff;
   border-bottom: 1.08px solid #000000ff;
   border-left: 1.08px solid #000000ff;
   position: absolute !important;
   left: 260.68px;
   top: 432.26px;
   opacity: 0.15000000596046448;
 }

 .container_e8a74cad19af {
   width: 96px;
   height: 48px;
   transform: rotate(97.57257797382692deg);
   transform-origin: 0 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   position: absolute !important;
   left: 855.96px;
   top: 296.58px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_13cd3f325f10 {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e88b7a;
   opacity: 0.20000000298023224;
 }

 .container_933f765883e2 {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_da0e27af2934 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(125.81999716580101deg);
   transform-origin: 0 0;
   left: 380.34px;
   top: 447.44px;
 }

 .container_07b2816ed76b {
   width: 48px;
   height: 80px;
   transform: rotate(-120.00006313415643deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 636.61px;
   top: 413.46px;
 }

 .container_80204cc3af0a {
   width: 91.95px;
   height: 91.95px;
   z-index: 1;
   transform: rotate(44.79688525567611deg);
   transform-origin: 0 0;
   border-top: 1.15px solid #3a3a3aff;
   border-right: 1.15px solid #3a3a3aff;
   border-bottom: 1.15px solid #3a3a3aff;
   border-left: 1.15px solid #3a3a3aff;
   position: absolute !important;
   left: 567.11px;
   top: 133.48px;
   border-radius: 19282424px 0 0 0;
 }

 .container_c1d4c0589765 {
   width: 69.55px;
   height: 69.55px;
   z-index: 1;
   border-top: 2.17px solid #8b8b8bff;
   border-right: 2.17px solid #8b8b8bff;
   border-bottom: 2.17px solid #8b8b8bff;
   border-left: 2.17px solid #8b8b8bff;
   position: absolute !important;
   left: 61.23px;
   top: 250.23px;
   border-radius: 18231280px 18231280px 18231280px 18231280px;
   opacity: 0.1662209928035736;
 }

 .container_bcabd9661a88 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_bca94d16bbf2 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_ecb9e030b393 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_ba66a8fc7598 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_b10d704418f1 {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 1;
   transform: rotate(50.32800217787895deg);
   transform-origin: 0 0;
   left: 63.84px;
   top: 205.61px;
 }

 .container_28687d72319d {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_0fd1f810c091 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_5a80cef45b39 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_f1039b9339f9 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_d560094b0669 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_7117f8a2219d {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_db2d531f7ac5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_5c37cc0954f6 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_4c65dc367ec0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_a11264e9ec75 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_1cde498a951c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0f7147acd73b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c9d78bf4864f {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce0dfd99f0d7 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6100ee5d027f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9803701f46ba {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_152c948a3a35 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4edaa7db4b74 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ee3ef0162528 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_09f19958e9e8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_75df27bd27d3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a06819f4859e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_894a07eb4903 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_fb7d4b2e8f56 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0cf5132770b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_304d65bcb114 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cd2bb4d2369f {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_392730aace1b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_28365751b567 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_50bb8008644b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_b7cdc6663a87 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2604950ba322 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8f0eeaee7b47 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_87e30b4cc1fb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_24e4054d9e69 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_116afd1a766a {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_84a95deea66d {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4d36c210fda7 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_5e0667e3148d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5209d471351e {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_efc9cfa06295 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_daf1822fdaf8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8e2661ba11f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_0ecedad2090d {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_1a4db483a1ff {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_49bf8b530bde {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_c651eb535b63 {
   width: 100%;
   min-width: 0;
   height: 4437px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_1de19954556b {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_92a92148ef4b {
   width: 672px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_92a92148ef4b {
   overflow: visible;
 }

 .container_aa5f09fd3a2c {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 3;
   left: 95.5px;
   top: 76px;
 }

 .container_43240df415de {
   width: 85.59px;
   height: 85.59px;
   z-index: 3;
   transform: rotate(83.88000076199407deg);
   transform-origin: 0 0;
   border-top: 3.21px solid #9eaebbff;
   border-right: 3.21px solid #9eaebbff;
   border-bottom: 3.21px solid #9eaebbff;
   border-left: 3.21px solid #9eaebbff;
   position: absolute !important;
   left: 293.74px;
   top: -31.11px;
 }

 .container_ca7dd8e0eaa3 {
   width: 59.64px;
   height: 59.64px;
   z-index: 3;
   position: absolute !important;
   left: 589.43px;
   top: -14.15px;
   background: #e88b7a40;
   border-radius: 17867718px 17867718px 17867718px 17867718px;
 }

 .container_08c8539cfe52 {
   width: 8px;
   height: 96.71px;
   z-index: 4;
   position: absolute !important;
   left: 287.66px;
   top: 7.64px;
   background: #5e6d7e4d;
   opacity: 0.30159100890159607;
 }

 .container_940e4aa4ac45 {
   width: 40px;
   height: 40px;
   z-index: 3;
   transform: rotate(125.81999716580101deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 583.26px;
   top: -0.51px;
 }

 .text_99e34f71e402 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 240.67px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_105ac3abd93a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_3fa3c452ae3a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_09c4abe62c0a {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6748ad183e1d {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 3px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_f43d1cd02350 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9a10c66469cc {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 169.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ace8ce38b391 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0a5605c642e7 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 336px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b7b3bdfab17a {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1977d27ad6e6 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 502.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7e66bcc96f8d {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 52px;
   z-index: 3;
   left: 95.5px;
   top: 0px;
   background: #d4c8b8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_8b0ca3ceb730 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b0ca3ceb730 {
   overflow: visible;
 }

 .container_56873426ed74 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1bbf76b25d7e {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_0f0aec254867 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_99f75ef9db87 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_d3e1d2ce5286 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_ec724b381fdd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f26f9300020c {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_e2c5cbe6f9eb {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_b7f3be441f85 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_b093976ed483 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3b8fe748d615 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_726a312a8e05 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_7c40a1dc04b1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_34ea5a4dc0bf {
   position: absolute !important;
   overflow: visible;
   width: 117.36px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_c1cbe33fd2b8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_78282471a665 {
   position: absolute !important;
   overflow: visible;
   width: 54.67px;
   height: 28px;
   z-index: 3;
   left: 125.36px;
   top: 13px;
 }

 .text_bac5f91d0a75 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_bc9a88b05de1 {
   position: absolute !important;
   overflow: visible;
   width: 123.68px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_59c2666d7d68 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_989203b8a58e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f7aabe68cc23 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9e55ab5442b5 {
   position: absolute !important;
   overflow: visible;
   width: 166.57px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_44a211b701a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f985d37f3f38 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a7fc5b3d2d1e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eb937772d039 {
   position: absolute !important;
   overflow: visible;
   width: 124.11px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a5d7cdd5b7be {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_3c0e355c0188 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a855e4db3867 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7b6f995fc5cc {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a9a8fdd55874 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_290eadcadbae {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_bb47c4768c81 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3573ec4de7c3 {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_29ca8fbaa018 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a993299e6381 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0958adc29197 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85035568e06b {
   position: absolute !important;
   overflow: visible;
   width: 116.59px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_6e159cf2a34a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_716161cebb35 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_458f1c36e5aa {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_c246a788723b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e97b540f94a5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_41e4eeaa2abe {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 267px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff8096777606 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_e99fe4649d6b {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.96px;
   top: 10px;
 }

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

 .text_75a9d4df9581 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d903f6a4df78 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_7d9052b2d5cb {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 525px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_49b500b125f9 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 589px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_f4b79d5e922a {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_787155404d03 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_a1f414786efc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c0bc2739a09a {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_5065152545d3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_aea08b65dffd {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_bdd76ea43f99 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_758cd4e8a911 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_0ecc07aceb31 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f4297629df35 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_651d58ef3831 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_1aace1f77f2e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_99a95e111576 {
   position: absolute !important;
   overflow: visible;
   width: 117.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_d41db5703aa1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_695dd3fb9443 {
   position: absolute !important;
   overflow: visible;
   width: 54.49px;
   height: 28px;
   z-index: 3;
   left: 125.34px;
   top: 13px;
 }

 .text_9ca9aca15b84 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_1fbbbbb1835b {
   position: absolute !important;
   overflow: visible;
   width: 125.42px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_8460127cb803 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_93c8e2a90c7f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8540fced262b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d7c4be6da5b0 {
   position: absolute !important;
   overflow: visible;
   width: 82.7px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f13cdfa318c4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_7ce40bb27441 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0d14af737765 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b494788422f6 {
   position: absolute !important;
   overflow: visible;
   width: 110.46px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_dd8fd4313146 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_27fc29f9817c {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_170dcb9b4f7b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a44003ed2cca {
   position: absolute !important;
   overflow: visible;
   width: 111.41px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_2ed82fa88e5c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_365636c9761a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_55abb90b6248 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df3cbf75b14b {
   position: absolute !important;
   overflow: visible;
   width: 151.75px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1310383eb1bb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_0f620696384a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5d5d1ea04fbe {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1905b00594f4 {
   position: absolute !important;
   overflow: visible;
   width: 102.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_0589239fdfda {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_c7d1935da7e3 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8a20ed93f8f5 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_c32674bcc3db {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_efbe0e9802c7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_c5f5d436a73e {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 267px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4bb78ff2ed1b {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_ffd41eb4f83b {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.91px;
   top: 10px;
 }

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

 .text_6f88764569b7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.91px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6611879384dd {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_c5032291ccdb {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 525px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_adf07182e663 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 589px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_951a9d9bfb00 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_5ba6ceba616f {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_144a07257443 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7848eb624410 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_74adec36ff8c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9b3ba1170b11 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_48637a34427c {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_2092fa16ad98 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_3764dfef5870 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_37f13da68198 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_ada6a64fb3a9 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_83edad629703 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_94e1456249fc {
   position: absolute !important;
   overflow: visible;
   width: 118.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_fbef4476ba6e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8d22acb75c8d {
   position: absolute !important;
   overflow: visible;
   width: 54.47px;
   height: 28px;
   z-index: 3;
   left: 126.34px;
   top: 13px;
 }

 .text_debf088e2218 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8477eada9532 {
   position: absolute !important;
   overflow: visible;
   width: 127.38px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_fef8acb11de6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_fc6f8401d287 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3d567d5610f7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_097a68cef3cf {
   position: absolute !important;
   overflow: visible;
   width: 166.85px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ff2c49288475 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_bac19301e9e2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_67807e80e381 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ef35191d916f {
   position: absolute !important;
   overflow: visible;
   width: 121px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_18a241fe17ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_de586119591b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ed38fbfd50cc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5890f3654306 {
   position: absolute !important;
   overflow: visible;
   width: 198.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c6fe3ca854c2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6ed7f8172ee6 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c3ac6bfe143b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_16b5332d2790 {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_d767c88cd66d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_24c777af5db2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_89f3b92b1adc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_09bccdec5206 {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f7ba6e305709 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ddb15c8c63f8 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0c61d1a3fd06 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a255ce60880f {
   position: absolute !important;
   overflow: visible;
   width: 116.72px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_e9443956e214 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_c03a5c2766af {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_62b4b893e3db {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_98069822f3bc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_738c0ba1d2ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_a0aee68bff17 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 295px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d66983656f39 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_3a1dd644f118 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.82px;
   top: 10px;
 }

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

 .text_bc6f98425b66 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.82px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ee014577eb32 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_ed9d63c95a54 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 553px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_85f68d8c4349 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 617px;
   z-index: 3;
   left: 0px;
   top: 613px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_b1b5cecabe17 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1230px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_506916ae62a6 {
   width: 100%;
   min-width: 0;
   height: 1298px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_10a49cf3e78b {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_10a49cf3e78b {
   overflow: visible;
 }

 .container_50001f7c4816 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_8c78f0aeb38c {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_e87fe7f22130 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_b746285faef0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_372b6cd5fee6 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_0cf18b4292fc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_828603d99bf3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_4343c34c7aa5 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_5618e500e9f4 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_08a7148427a8 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_f4d8a55e6173 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f4d8a55e6173 {
   overflow: visible;
 }

 .container_94209e7d96ee {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7c45fcbb64b9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_23a120b803f1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d047534ae97c {
   position: absolute !important;
   overflow: visible;
   width: 98.53px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_fe465e1cc928 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_bd029b874b39 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b0ace4064cfa {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_13f9a94dd7a0 {
   position: absolute !important;
   overflow: visible;
   width: 120.99px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3d7a9c403912 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_8910145de79e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d9caac8fcc74 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c33547ef95ea {
   position: absolute !important;
   overflow: visible;
   width: 90.84px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_be16d646c10c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_41b18d5fe521 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3037fa0ce927 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_67d08a3b6ba2 {
   position: absolute !important;
   overflow: visible;
   width: 97.52px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_d25a618ea641 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5c39f55b28de {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_dd885f8243bc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_af676d63403a {
   position: absolute !important;
   overflow: visible;
   width: 107.13px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_71d79ca5ef4f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_40b761aef4b7 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_876b2b923040 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_d2f0858041df {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76e7bbc2fa84 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_f65305d1f626 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_43d9c58d8bc3 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_084e7684af91 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_d529eab0b9d5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_66e1e27ef14d {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_c30e119deebd {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_90c52e6f1964 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e22f4db9d531 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_56c9b4f65c51 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_5ced17dd197f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_79ca0fdab598 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_9be1e8cd0410 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f35cfb5384d5 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_03ba89b91db6 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_c1c2b682d3d7 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_607bdf39f4e7 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_0f9724a17d9b {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f9724a17d9b {
   overflow: visible;
 }

 .container_a3e48a598568 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9d7cc7f852e2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0333490efc48 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_070444255d80 {
   position: absolute !important;
   overflow: visible;
   width: 80.63px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_dad3aefb3aeb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_10175cf4eff7 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7db8d9d2b298 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fa75e8c7df32 {
   position: absolute !important;
   overflow: visible;
   width: 83.38px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_43c3b86f0101 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_83887333ba0b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_19e2158428b2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fdccaf2f7483 {
   position: absolute !important;
   overflow: visible;
   width: 128.23px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_736ea9d0636c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_17e93bec7dc3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_44bca646cda5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_04f3d0fe77a6 {
   position: absolute !important;
   overflow: visible;
   width: 109.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_789e7786b1da {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5c5ff6131f60 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_4c3c1cdaf9f3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c2e30642985a {
   position: absolute !important;
   overflow: visible;
   width: 99.48px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_0712a6248756 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_bf53a021181c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_05276a7a714f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_bcd9daf96cc6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e67368848a13 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_d7be59d68c14 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a972cdcda80 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_04e1dfdc30d7 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_6c2ae3983795 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5c4655b94d45 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_bc1f92549906 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_009498d358dd {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e70faa42b98a {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_3411cb0b0d6d {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_1459909d854f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d041b6776827 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_3bcdb7aeefab {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_52bbadd6df6f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_2c07551750e7 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_6c28d16ee814 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_3ad853c2898b {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_5e1c930ff76d {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5e1c930ff76d {
   overflow: visible;
 }

 .container_478640a9bbdf {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_919be5539669 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_370ecb4a13ff {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_275ac06c6bb7 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1948b746ed97 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1065d13fe5a3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_44274e2db6fc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aa2c0e06751b {
   position: absolute !important;
   overflow: visible;
   width: 104.67px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_cc60f6adb9c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1d6988482b68 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_10f6262bef0d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1198ed2766c5 {
   position: absolute !important;
   overflow: visible;
   width: 88.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3fe4c8e051f9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e2ff4e52999b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_9c0db219aae8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bdfb89f4de17 {
   position: absolute !important;
   overflow: visible;
   width: 96.51px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c81898038b60 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a13d8399906a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_779fa1341f41 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cf62ef7f963f {
   position: absolute !important;
   overflow: visible;
   width: 122.39px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_641dcf40a6ac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_2aefb357f854 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c2e023c6cf99 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_29bda0566086 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4378b77595f7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_8d9b794a9bfc {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f9b5e44d31dd {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_25ebe5c6914c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_7ec9838fce99 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8bb0c1bd1bc4 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_35c4689cd791 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_843a1540898f {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 0px;
   top: 538px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_5f415d12b95f {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_c2cba099f798 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_9e47389c529f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_dd111ab2adc7 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_0f3834790c58 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3da62a78b18f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_65300b353ce5 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_358915ff5ca2 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_17c61a784c59 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_cb39420fe092 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb39420fe092 {
   overflow: visible;
 }

 .container_bdca74e07a81 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_19fe978e1bbd {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c3ce7f351c28 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45158772fcd6 {
   position: absolute !important;
   overflow: visible;
   width: 107.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_89c0a400805f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_3afdce482649 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_bd45af0269ea {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d3357591f755 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_aa2b987e6c00 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_287f8efcaecc {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_4750ef6762f1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_374a78ea347d {
   position: absolute !important;
   overflow: visible;
   width: 104.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_4b0ddc50a7db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_671501de9e31 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1e95d0ec7a42 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bd7be366e9c5 {
   position: absolute !important;
   overflow: visible;
   width: 130.05px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c22165859727 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_803bf6059ecb {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d0b035762f45 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f63da439e70c {
   position: absolute !important;
   overflow: visible;
   width: 109.86px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ce69e0a24edf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_da765ae5cf5d {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d7ed20038bf2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_4735e488cd82 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ee60413e29fb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_4efecd23fce2 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_99fb7d575f39 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_187450afdaaa {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_4e4d5644119a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_89f85e8ef2ec {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_ceab024320b8 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_5400ff7bb875 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 443.5px;
   top: 538px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_bcd99f10e3f1 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_7a238c54092a {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_cbacb54f00b3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bc3ef9c7c0d3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_f3f284cf341a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ebb2a7cbb25c {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_cd600f0e7864 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_faf6a5f5ee88 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_be332d52e0dd {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_92cf71ccff51 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_92cf71ccff51 {
   overflow: visible;
 }

 .container_395e13a595e0 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bf876f8e7cc1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_60dc45973010 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2020f0d4883c {
   position: absolute !important;
   overflow: visible;
   width: 105.27px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_776465e6672d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_06eb8eade7e9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_9636d4024081 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bb1880d3c78b {
   position: absolute !important;
   overflow: visible;
   width: 104.34px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_0dc05ba2b419 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f0d6d6dda8e1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_96f13f4f1ba0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f1dd5964245c {
   position: absolute !important;
   overflow: visible;
   width: 90.68px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_fe95e390cd80 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e6fcdd2314bb {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f79c358687df {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a4af04257aa7 {
   position: absolute !important;
   overflow: visible;
   width: 123.52px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1ca937e6ee7b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1286942238a2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_29cefc28d191 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e12612a29698 {
   position: absolute !important;
   overflow: visible;
   width: 130.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_b6461b13dcad {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_fcc6f139858b {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e2dc648cf07b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_c7b819a39dfe {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8124adccf062 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_3ffbd296f6aa {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee75711664cd {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_2e4bc0855ea2 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_14be4f01551a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9784987e643d {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_00f1f153e4c7 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_0dc5fffb1200 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 0px;
   top: 1076px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_b37f988f9057 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_1840d2fa9640 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_da55469a5b9b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_61456dd68f7e {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_68eb39b2e35f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4c6a0e2218d2 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_feac56bc334f {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_f49f9c8a64e6 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_2a5796a4345e {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_e9b9ff1f14e1 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e9b9ff1f14e1 {
   overflow: visible;
 }

 .container_9c74a5f98485 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ab7d9d5d2c4a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_2d4a4678747a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d217a9b27994 {
   position: absolute !important;
   overflow: visible;
   width: 107.89px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bf57170746e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_52fc7647b8ae {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1359975748d4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b2b7ff45d15e {
   position: absolute !important;
   overflow: visible;
   width: 140.55px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a306c81a910b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_dee33e8e31ef {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fe1aa4664fd3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d827951baf2d {
   position: absolute !important;
   overflow: visible;
   width: 120.91px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c848c8684c80 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b90079a6042d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_105671b48c5a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fa2f08d38205 {
   position: absolute !important;
   overflow: visible;
   width: 109.36px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_08cf86fc309b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f0fa1a8b82fe {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a53a640b40da {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d117e6ad4458 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_7b953efd5a76 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_dc62883f7c3e {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_136705d5e0d3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_e5cc613977a8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f01d29cb27ef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_d57c9ac6da15 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b26c3e4d3a86 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_b3198861e902 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_4a2834ae6b05 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_921f1fc784b9 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_c6f7418f48ad {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 450px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_201e60a8ee16 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 514px;
   z-index: 3;
   left: 443.5px;
   top: 1076px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e2ce1c137207 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_93063a3c7231 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_d345ddeb386f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b44d4c455ac2 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_d3d9b3135c34 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6440248604b3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_d56ebb3f1d02 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_a842ea0d50f6 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_90661f15ecae {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_6267721ffb85 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6267721ffb85 {
   overflow: visible;
 }

 .container_81960b2f3649 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_65af2720f405 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ff224fa1e341 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe0e85569400 {
   position: absolute !important;
   overflow: visible;
   width: 115.36px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_531bd067342a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2ab6b957a4e1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_544392f81c5f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c92d510b94e3 {
   position: absolute !important;
   overflow: visible;
   width: 85.05px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_11398e3408ba {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6af54cbfdac6 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8c4c01b1967d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7d50b2c960dc {
   position: absolute !important;
   overflow: visible;
   width: 127.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_94b6049b04a5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_04091f3f0804 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_69c09cdf10a4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_de99cdd75ffd {
   position: absolute !important;
   overflow: visible;
   width: 99.26px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_96a09cc30f74 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_52211d15a56e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3542cba8acd0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c54aae503d69 {
   position: absolute !important;
   overflow: visible;
   width: 90.42px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_8166fccf9275 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_291dcf672e3c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_13017faf4aa3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_68f3e6117931 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_44287cecb4b1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_5acb7817e5f5 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 268px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_285746fadf4d {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_d0a1be0b697f {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_e359b6fc0841 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4b4728c32e04 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_3e9a635e1369 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 486px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_b93da4926dc1 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 550px;
   z-index: 3;
   left: 0px;
   top: 1614px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_4dc31e36dad1 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_6653c80d1a66 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_e58466be588d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_86e16e6a1466 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_59752d8565c8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_37880217bec8 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 180px;
 }

 .container_5fa184228268 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_1f2500e5c192 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_27104fe45211 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_b5434edc8b40 {
   padding: 2px 8px 2px 8px;
   width: 62.23px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_130283a604a4 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 204px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_d49d77cfc7ff {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d49d77cfc7ff {
   overflow: visible;
 }

 .container_39b406963e61 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_897cdb504d9a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_616261b6e4ba {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_287e119a61ff {
   position: absolute !important;
   overflow: visible;
   width: 96.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_12e0db3ad705 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a2039581d931 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_65fa3873dff1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f037c758b95 {
   position: absolute !important;
   overflow: visible;
   width: 71.37px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_dd447948c950 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_8d3ac532d6f7 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_31257f42d294 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45d7bbbd60e4 {
   position: absolute !important;
   overflow: visible;
   width: 95.41px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a7b5144566c3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2784040527fa {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_baee26c90f45 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d30b765229f8 {
   position: absolute !important;
   overflow: visible;
   width: 104.42px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_4c3b64442c04 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_fea9bc542253 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8cdfbfafbbfd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3c71a64ab745 {
   position: absolute !important;
   overflow: visible;
   width: 91.76px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_5ffbbf55e19f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_2ec42168e130 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2c4fdbc45a8e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 137.47px;
   top: 8px;
 }

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

 .text_a311c79d2c9f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 167.47px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0951927ac4dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_69311a8b7d0c {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 230px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01d6cb63b203 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_98580a31c21a {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_7bf9939e43fd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9884ffe694af {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_d64433155e87 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 486px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_03c21751d2b4 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 550px;
   z-index: 3;
   left: 443.5px;
   top: 1614px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_1ddc2d3066c4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2164px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_16bec99553db {
   width: 100%;
   min-width: 0;
   height: 2232px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3ea919fbc31 {
   width: 863px;
   height: 3594px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 108px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_37430c986764 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3702px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_f58f6274f9d7 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 3866px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d3f2902f835f {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_3232cf1b54fe {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_5324b35c28ba {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_343a087a86b4 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_17fcf86913db {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_8ff3ec92f60c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_86376dd6ede5 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_9250a2944e16 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_af38d1deff3d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bedd7263c5af {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8991c5a2586d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_998d25368d34 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_af46910d3310 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b6ea8c62ada4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_892cc96bd9cc {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_fae46d2cf793 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2be0fe690212 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b16f5e6e6bf6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1717dc21104c {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b571ded851c8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_66183dc1285d {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_87f2d48a942b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b16438100f8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_8a91dc2e208b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7e8440b910c4 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_5b234fac3892 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_35bd3ac40e73 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c73de35d5806 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_7a164a050b1a {
   width: 911px;
   height: 4437px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_0ea0bad0c846 {
   width: 128px;
   height: 128px;
   transform: rotate(100.28159047293092deg);
   transform-origin: 0 0;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 181.54px;
   top: 170.95px;
 }

 .container_86e3eb777f2a {
   width: 99.1px;
   height: 99.1px;
   position: absolute !important;
   left: 765.45px;
   top: 371.49px;
   background: #e88b7a1a;
   border-radius: 17319440px 17319440px 17319440px 17319440px;
 }

 .container_8454018a3713 {
   width: 64px;
   height: 212.39px;
   position: absolute !important;
   left: 619.25px;
   top: 306.8px;
   background: #5e6d7e0d;
   opacity: 0.0778122991323471;
 }

 .container_f35be0a1478d {
   width: 12px;
   height: 217.96px;
   position: absolute !important;
   left: 844.06px;
   top: 51.02px;
   background: #e88b7a26;
 }

 .container_10a931fb5659 {
   width: 86.19px;
   height: 86.19px;
   transform: rotate(-139.28002227586614deg);
   transform-origin: 0 0;
   border-top: 2.15px solid #5e6d7e26;
   border-right: 2.15px solid #5e6d7e26;
   border-bottom: 2.15px solid #5e6d7e26;
   border-left: 2.15px solid #5e6d7e26;
   position: absolute !important;
   left: 348.21px;
   top: 526.78px;
 }

 .container_248dcbb08b46 {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 211.33px;
   background: #9eaebb1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_3452a4d4a2aa {
   width: 8.04px;
   height: 190.47px;
   transform: rotate(3.319185865720311deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 604.83px;
   top: 263.08px;
   background: #e88b7a33;
 }

 .container_b83fde90d1f1 {
   width: 911px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ecc 100%, #00000000 50%, #5e6d7ecc 0%);
   mix-blend-mode: normal;
 }

 .container_45130a426023 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 128px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1196.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_ccefe13d943e {
   width: 48px;
   height: 48px;
   z-index: 3;
   transform: rotate(-151.08000404584132deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 65.4px;
   top: 72.61px;
 }

 .container_39bd79f98582 {
   width: 39.04px;
   height: 39.04px;
   z-index: 3;
   position: absolute !important;
   left: 827.48px;
   top: 76.48px;
   background: #9eaebb4d;
   border-radius: 20469862px 20469862px 20469862px 20469862px;
 }

 .container_125782c4ddb3 {
   width: 4px;
   height: 73.71px;
   z-index: 3;
   position: absolute !important;
   left: 679.25px;
   top: 27.15px;
   background: #e8ded04d;
 }

 .container_e6de3c233c41 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_3e0d0ce2311b {
   height: 8px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   background: #e88b7a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_272d89f7091e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_d3de14833b9c {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_c8d341a12ad0 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_a9859163f84c {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 3;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_16e9aa8adbf7 {
   width: 112px;
   height: 8px;
   z-index: 3;
   position: absolute !important;
   left: 399.5px;
   top: 112px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_39c707882f7a {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3a3a3a;
 }

 .text_850b5666ed21 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 19.21px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c6a28f097219 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   z-index: 2;
   left: 95.5px;
   top: 116px;
 }

 .container_916c508e48cd {
   width: 102.69px;
   height: 102.69px;
   z-index: 2;
   transform: rotate(125.35201720057907deg);
   transform-origin: 0 0;
   border-top: 4.28px solid #e88b7aff;
   border-right: 4.28px solid #e88b7aff;
   border-bottom: 4.28px solid #e88b7aff;
   border-left: 4.28px solid #e88b7aff;
   position: absolute !important;
   left: 335.33px;
   top: 3.83px;
 }

 .container_d0d3476ca98d {
   width: 70.8px;
   height: 70.8px;
   z-index: 2;
   position: absolute !important;
   left: 579.85px;
   top: -30.02px;
   background: #9eaebb4d;
   border-radius: 18559274px 18559274px 18559274px 18559274px;
 }

 .container_3bb64ca0e25c {
   width: 8px;
   height: 156.17px;
   z-index: 3;
   position: absolute !important;
   left: 287.66px;
   top: -14.09px;
   background: #e88b7a66;
   opacity: 0.529000997543335;
 }

 .container_6aae655f256b {
   width: 48px;
   height: 48px;
   z-index: 3;
   transform: rotate(-167.13597506740632deg);
   transform-origin: 0 0;
   border-top: 2px solid #5e6d7e4d;
   border-right: 2px solid #5e6d7e4d;
   border-bottom: 2px solid #5e6d7e4d;
   border-left: 2px solid #5e6d7e4d;
   position: absolute !important;
   left: 569.39px;
   top: 4.74px;
 }

 .container_8aa8b70e41c3 {
   width: 191.84px;
   height: 4px;
   z-index: 2;
   position: absolute !important;
   left: 335.58px;
   top: 88px;
   background: #e88b7a;
 }

 .text_d307bcca63e0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 264.23px;
   top: 1.5px;
   line-height: 72px;
   font-family: 'Inter';
 }

 .container_2f2b5b0dd8d5 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 72px;
   z-index: 4;
   left: 0px;
   top: 0px;
 }

 .container_6a688a8b4d6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 144px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_f7f0da1e654d {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #e88b7a;
   opacity: 0.800000011920929;
 }

 .container_831dc52ab9d8 {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_cc8bd3276a19 {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_d015f316ddd9 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_69b4deaf921f {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1220.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_34bb3e078b68 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_7009bb6ca09c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a3b8e610d7b9 {
   position: relative !important;
   overflow: visible;
   width: 184.91px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_15469affd1be {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7fe8148c4f8e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_26b6ef2c1181 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_f2d26a05b9b7 {
   width: 368px;
   height: 60px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f2d26a05b9b7 {
   overflow: visible;
 }

 .container_77aba5cdbf2d {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_a14a9cc6502a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_430a3e6c308c {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_6f662934daa2 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_f630c9fffb56 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_fefb49246bb4 {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #9eaebb;
   opacity: 0.800000011920929;
 }

 .container_d56d9ac843f3 {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_004d3ebf176a {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_b5387febd6b9 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_1de60a38a297 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1237.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_4fcc0d53ad50 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_638a0285f34d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_29e3afa80ef0 {
   position: relative !important;
   overflow: visible;
   width: 136.98px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_0a77fc8e8eb2 {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e14923233065 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4268790b5725 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_951c2b16dae6 {
   width: 368px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_951c2b16dae6 {
   overflow: visible;
 }

 .container_7175964c79cf {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_6894d4ef223e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e09e77507dcb {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_c568c74b32a4 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_afe4f6795db0 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 447.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_9badbb050431 {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #d4976c;
   opacity: 0.800000011920929;
 }

 .container_5646f6e87e5b {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_912ecfe8d589 {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_4660c586e676 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_a2003468763b {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1254.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_ef5015569c24 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_cee16a02e715 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_feeefebf6100 {
   position: relative !important;
   overflow: visible;
   width: 195.44px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_3b23ae8c46f6 {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cec49efc6e31 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0fa74766467b {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_5ef529bb506d {
   width: 368px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5ef529bb506d {
   overflow: visible;
 }

 .container_c81f4fab8727 {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_319ceb9d11c0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a6a308983bb7 {
   position: absolute !important;
   overflow: visible;
   width: 55.62px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_f1127d42663b {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_b8dac88a8d8d {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 586px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_496e96e94f38 {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #e88b7a;
   opacity: 0.800000011920929;
 }

 .container_eb6e99f1e217 {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_888c9209247f {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_312c35728017 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_8c225c354542 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1271.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_86ea8d08dcf2 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_3de6041bd148 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a94204b6bee8 {
   position: relative !important;
   overflow: visible;
   width: 130.54px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_0d252f997076 {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f4acb1972a01 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_fcb49a6b5a35 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_7b2ab6e8b2a1 {
   width: 368px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7b2ab6e8b2a1 {
   overflow: visible;
 }

 .container_1aec23e7ab4e {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_ac8af4931f7e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fc7b51316779 {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_fc99f91387b5 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_55602358dd9f {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 447.5px;
   top: 586px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_55415aa789fc {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #9eaebb;
   opacity: 0.800000011920929;
 }

 .container_62fdb5c8c649 {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_a38c78f0a929 {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_ca15934980f2 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_8cf4cc193550 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1288.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_91de16e821ef {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_0590798947eb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_471c1380998e {
   position: relative !important;
   overflow: visible;
   width: 108.63px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_a184b9964a7b {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f19ae9332f6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e7ab48d16110 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_842336038db0 {
   width: 368px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_842336038db0 {
   overflow: visible;
 }

 .container_1a71b93ebcb7 {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_bc70d4b17916 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_080b8664fd43 {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_60d932f5613c {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_c3a25a84c657 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 1172px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_58f6f310f53f {
   width: 48px;
   height: 48px;
   z-index: 2;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #d4976c;
   opacity: 0.800000011920929;
 }

 .container_57b5fe2ee546 {
   width: 4px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_f1e8c2fb54b4 {
   width: 8px;
   height: 554px;
   z-index: 2;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_774259478dfc {
   position: absolute !important;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_437001e22d25 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:1305.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_fbdb07db3ed0 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_e0f50e6170c6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f10824125e27 {
   position: relative !important;
   overflow: visible;
   width: 145.19px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_134036d68e7e {
   width: 367.5px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_47dcf74f72ae {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2a37d38597f7 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 52px;
 }

 .text_490ba8e05966 {
   width: 368px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_490ba8e05966 {
   overflow: visible;
 }

 .container_3f98705c6729 {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 3;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_47980bd84bb0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_126fc5aa3deb {
   position: absolute !important;
   overflow: visible;
   width: 55.62px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_0645bb386aad {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 3;
   left: 0px;
   top: 366px;
 }

 .container_d015dfa9e6ec {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   z-index: 2;
   left: 447.5px;
   top: 1172px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_6f1e05a3b598 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1726px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a7c6d8d721fd {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 2062px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e27be1378a0a {
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_be6725570c45 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_03514b6158d2 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_44df59f11536 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_0095560d7423 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_ec7f150230de {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_8ffa8d0991a5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_a4723a85c3cb {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_b222859d7b1b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_23c5cfa346fd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8a1711ac4c61 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_914ef317ab0f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_451ff422c37a {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e86d522ded29 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5de6b96abc12 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b424920a0458 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_bdd22902f297 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a1018c006cd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e65d97297da2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c40f2249959c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3ebc58bf81c0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_4e8e353b1186 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e88bcbea9dd0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2a24bcb875e7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1b127613ac97 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6de904fc65cc {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_803edfe94aa4 {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_08959796df6f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f64e2fdf1893 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_d87c968e93ee {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_8e22d665755d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f5efc66a2b6f {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_0958cfa6403c {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_71bf17221b30 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_7c8dec48bf2d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4df10af62cb8 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_afd6a2642dc3 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0ef549268602 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_501573afd033 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_31b895c9a263 {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_708d9fea2511 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_77f838903e18 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e81ed57204e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_61fe91ab5d16 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_36ce2cc10847 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9b06ec3f269 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_5d0609c1672a {
   width: 100%;
   min-width: 0;
   height: 2633px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_6a182753c187 {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0cfa513e9817 {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_a2a5d195c15b {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_debd79c9ffc7 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_0243b0fe4853 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_87b434679996 {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_86e118ad86ab {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_0860c1dafb81 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_9c25f694a840 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_5adaf1341e8a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_d82ad7192e5c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f27d07800133 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_ff24b122569b {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c04babd67a00 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_35b4f3b587cb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5c4dc33048be {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_fcdb25238197 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4520c7299c16 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_29992aabcba1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f66046918f6c {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b951f748c8e6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f40da209aa86 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_833a7e65848c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aa117dd36587 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_028161a28ebf {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_adc8304bee5d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_4d32d0381143 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3431b73a220b {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e4f8f859e3e {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_30cfccaacfa4 {
   width: 911px;
   height: 2633px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_4a2e1b61126e {
   width: 128px;
   height: 128px;
   transform: rotate(124.24319419863764deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 198.72px;
   top: 205.61px;
 }

 .container_4e4bdf095c7d {
   width: 87.67px;
   height: 87.67px;
   transform: rotate(-172.560018929326deg);
   transform-origin: 0 0;
   border-top: 2.19px solid #3a3a3aff;
   border-right: 2.19px solid #3a3a3aff;
   border-bottom: 2.19px solid #3a3a3aff;
   border-left: 2.19px solid #3a3a3aff;
   position: absolute !important;
   left: 381.45px;
   top: 515.14px;
 }

 .container_be15c0a7703e {
   width: 51.63px;
   height: 51.63px;
   transform: rotate(43.62247107625515deg);
   transform-origin: 0 0;
   border-top: 2.58px solid #3a3a3aff;
   border-right: 2.58px solid #3a3a3aff;
   border-bottom: 2.58px solid #3a3a3aff;
   border-left: 2.58px solid #3a3a3aff;
   position: absolute !important;
   left: 662.37px;
   top: 419px;
 }

 .container_7a81a2cde312 {
   width: 64px;
   height: 64px;
   transform: rotate(-28.174467237788726deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 216.43px;
   top: 332.77px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_1ebf3cda8027 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 150.99px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_eb84afd5fb4d {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   z-index: 1;
   left: 95.5px;
   top: 76px;
 }

 .container_6b6296a15d81 {
   width: 69.44px;
   height: 69.44px;
   z-index: 1;
   transform: rotate(-152.92800392787942deg);
   transform-origin: 0 0;
   border-top: 2.17px solid #e88b7aff;
   border-right: 2.17px solid #e88b7aff;
   border-bottom: 2.17px solid #e88b7aff;
   border-left: 2.17px solid #e88b7aff;
   position: absolute !important;
   left: 262.86px;
   top: 46.72px;
 }

 .container_84f39b90b51b {
   width: 49.97px;
   height: 49.97px;
   z-index: 1;
   position: absolute !important;
   left: 598.26px;
   top: -20.07px;
   background: #9eaebb4d;
   border-radius: 17467414px 17467414px 17467414px 17467414px;
 }

 .container_c491c9e869d9 {
   width: 4px;
   height: 83.05px;
   z-index: 2;
   position: absolute !important;
   left: 287.66px;
   top: -1.52px;
   background: #e88b7a66;
   opacity: 0.41835400462150574;
 }

 .text_574d17347d39 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 245.46px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_5f59a86322fd {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_14dbd1bc674f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_18a844bc629d {
   width: 192px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 767px;
   top: -96px;
   background: #e8ded01a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_46f9357bb195 {
   width: 128px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 138px;
   background: #e8ded01a;
 }

 .imageview_ada2d7ddabb1 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_81db97507ea1 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_81db97507ea1 {
   overflow: visible;
 }

 .container_ae1d66d11c74 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f91a2fa97daa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_13038c18ac45 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_71396b708ecd {
   width: 639.13px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6139fb4823b5 {
   width: 799px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_141f59411465 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 12px;
 }

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

 .text_7134afa56df6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 10.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d3d71845e1e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   background: #e8ded0;
 }

 .container_5284974d9298 {
   padding: 32px 607.86px 0 32px;
   width: 863px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 170px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b94dbf2a86db {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 266px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7eff 100%, #68707eff 92.86%, #73727eff 85.71%, #7d757eff 78.57%, #87777eff 71.43%, #90797eff 64.29%, #9a7c7eff 57.14%, #a47e7eff 50%, #ae807eff 42.86%, #b7827dff 35.71%, #c1847dff 28.57%, #cb867cff 21.43%, #d5887cff 14.29%, #de897bff 7.14%, #e88b7aff 0%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_b8dc82131d10 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_278659088bb4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 61.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_61db1bd644dc {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 86px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_60811aef40c7 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_ce880e168f6f {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_35a0272a74e7 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8b4d;
   border-right: 1px solid #8b8b8b4d;
   border-bottom: 1px solid #8b8b8b4d;
   border-left: 1px solid #8b8b8b4d;
   background: #eeebe5;
 }

 .container_b6330096e198 {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9943a4c83d02 {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_c1f9a0d571da {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9a1e95b21ec0 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8b4d;
   border-right: 1px solid #8b8b8b4d;
   border-bottom: 1px solid #8b8b8b4d;
   border-left: 1px solid #8b8b8b4d;
   background: #eeebe5;
 }

 .container_fbf25d9ecf04 {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_992398a1250f {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_f9a642da0798 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6390b8a22b72 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8b4d;
   border-right: 1px solid #8b8b8b4d;
   border-bottom: 1px solid #8b8b8b4d;
   border-left: 1px solid #8b8b8b4d;
   background: #eeebe5;
 }

 .container_43188d091d3a {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_80273d73278c {
   width: fit-content;
   z-index: 1;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d439eb684746 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cce07baf45c6 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8b4d;
   border-right: 1px solid #8b8b8b4d;
   border-bottom: 1px solid #8b8b8b4d;
   border-left: 1px solid #8b8b8b4d;
   background: #eeebe5;
 }

 .container_5046fbf70698 {
   width: 100%;
   min-width: 0;
   height: 86px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_73e97dcdd115 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 356.21px;
   top: 10.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d74d617eba89 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   background: #5e6d7e;
 }

 .container_2f418f598229 {
   width: 100%;
   min-width: 0;
   height: 396px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b783a53fd7f1 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a607e81eafd4 {
   width: 863px;
   height: 534px;
   z-index: 1;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_c22ca6305739 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_135953c57904 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 61.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c048959fc579 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 86px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ab35c641aee5 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_fd44286f1d82 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_b0b3dbd45e73 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 30.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_02b21a154ac5 {
   position: relative !important;
   overflow: visible;
   width: 135.16px;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_9e7fb5c74ac3 {
   width: 100%;
   min-width: 0;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_079b4164a7ec {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_915dba4868ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 27px;
   font-family: 'Inter';
 }

 .text_aa4671f94395 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 30.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7fc9464b0386 {
   position: relative !important;
   overflow: visible;
   width: 130.92px;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e34830a9d152 {
   width: 100%;
   min-width: 0;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4adbbe776e0a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_32f800f7dfaa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 27px;
   font-family: 'Inter';
 }

 .container_19fb7f2b215a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_038889cfb8cb {
   width: 147px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_038889cfb8cb {
   overflow: visible;
 }

 .container_3dd6d8a6b57f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f4e67843d768 {
   width: 146.86px;
   height: 103px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e16550da893c {
   width: 100%;
   min-width: 0;
   height: 103px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c53f2f37e915 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_030cb3e05748 {
   width: 100%;
   min-width: 0;
   height: 399px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_40bc854ef800 {
   width: 96px;
   height: 96px;
   z-index: 1;
   position: absolute !important;
   left: 767px;
   top: 0px;
   background: #9eaebb1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_08fae9c855fa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e4d2855ba3e6 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 62px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .text_52c8c8da5249 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cbd2280b5187 {
   position: relative !important;
   overflow: visible;
   width: 117.9px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f2be63470b69 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_42d57df925f7 {
   position: relative !important;
   overflow: visible;
   width: 146.91px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_d7d9dbc617a7 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_da40349f656e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ebbcf9ea0043 {
   position: relative !important;
   overflow: visible;
   width: 64.56px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c92c7ecd85c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a8a49a59d121 {
   position: relative !important;
   overflow: visible;
   width: 154.86px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ed18d75286fc {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0d1a0f3b358f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c4911257fe9c {
   position: relative !important;
   overflow: visible;
   width: 54.02px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2c5a1d5d8596 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fcc1b79a90d9 {
   position: relative !important;
   overflow: visible;
   width: 53.72px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5409a1c16072 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f0b1e7db0f3a {
   padding: 0 24px 0 24px;
   width: 863px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 86px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_189e612f116d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 198px;
   flex-shrink: 0;
   z-index: 1;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_44d1c7d7452d {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 106px;
   background: #eeebe51a;
 }

 .text_eda1f5f16a62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_62a0cf6a2aeb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 61.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_44554293607a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 86px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_fffaadf6bc8c {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_51dd015d3c5c {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe5ff;
   border-right: 1px solid #eeebe5ff;
   border-bottom: 1px solid #eeebe5ff;
   border-left: 1px solid #eeebe5ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cef7c11f2476 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e80ab657e135 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe5ff;
   border-right: 1px solid #eeebe5ff;
   border-bottom: 1px solid #eeebe5ff;
   border-left: 1px solid #eeebe5ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_886327754582 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_89995839efea {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe5ff;
   border-right: 1px solid #eeebe5ff;
   border-bottom: 1px solid #eeebe5ff;
   border-left: 1px solid #eeebe5ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e4bd55315413 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f03f89e59ada {
   padding: 0 24px 0 24px;
   width: 863px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 110px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2333dbf25aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 170px;
   flex-shrink: 0;
   z-index: 1;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_0f5d893ceab6 {
   width: 863px;
   height: 831px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 582px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de5437c35f05 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1413px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ba7bf069ab3f {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 1911px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b11112e989c {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_69ab04958d77 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_85d98b8f59db {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_8a85574d48a9 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_6b078fcfda05 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_084995fa5964 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_fd51106ac46b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_9230d6aa6876 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_edc00ae07229 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_177f1e87ac74 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_308ec6f5c461 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_116f32aecff0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3c7b3d9f9b3d {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d0d172122c4 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e395b8b9ac9f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4724e7bf669f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_89ca4b5aa281 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_caf163b3f07e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ee0f2f0abcd5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_92aedc427630 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fc57bedcd386 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_93e6401cde40 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8b644506400c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_73a9efd9a76e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a53842c6d35f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_99f882c4f26d {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9f1b04649bb {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_36b0898e0f94 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0993a2ecf280 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c5e74fde1f7a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_ae8f03882fed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_468d76131f63 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e881b51591d3 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2c13bff3b6e2 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_7c5a7a33a37d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d894865e161e {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_123f47a63f0a {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_60832b9dc498 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_c4dc9bf14675 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_61d4dc95fd0e {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2a854188147 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c1982f1e5bd7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_044e75b87b4f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_962fa948e84e {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_50ef50eca682 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f7fcc8429c4 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_09727487d459 {
   width: 100%;
   min-width: 0;
   height: 2482px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_c4cb79b1fde2 {
   width: 911px;
   height: 634px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_446097753898 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_daaccd107e25 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_68604ec7a4f6 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_f57cd4d1d358 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_cf8facde4f90 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_271593c91a78 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_ad4c6dadfd4a {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8ff432239491 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d0bbd52d0df4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_72304738b83a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fb40fef0782f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1a1966ae4ceb {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_357109164710 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_74a9b4b32cd8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0d6d9ff18fd5 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a146e6eedc8b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0c39ada8931a {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_82740429de4e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4e384396954d {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_4eaf5fea01f2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_638b994967f8 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_566608b2f3ac {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dedb9cbb8ff7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_41b51de1915d {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9c303e54dea4 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_712a819836bd {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_67f249e7d83b {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_58c5ca3678d8 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_7069ed84a142 {
   width: 911px;
   height: 2482px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .imageview_790244029a38 {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_58839fd2baee {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_bec25d24daf7 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_17b4f2eb942a {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_1232c1d1565f {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_ebca1321ee42 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_c89cb9dfc88d {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_8af5a75b38c6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_48b9972b8899 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_d8b2bdd2c188 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c940d5a8e2e9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_d3b3625acf64 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa61607b3212 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9be0fb222c16 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_defc9132848f {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_908138848ffd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_094f9c67d315 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_1a9a10dcda59 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_20ba3d7a0a16 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_1a9cdb6fefe5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dca4a7e63a6e {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_07d52877e87c {
   width: max-content;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1b35bf7da0c3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   background: #e88b7a;
   box-shadow: inset 0 0 0 1px #e88b7aff;
 }

 .container_3bc34e2079af {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1a6efa205099 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_21f696e95ac2 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dbda004cf3ec {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6178a5fe9dce {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_2b484b791611 {
   width: 384px;
   height: 384px;
   border-top: 8px solid #9eaebb1a;
   border-right: 8px solid #9eaebb1a;
   border-bottom: 8px solid #9eaebb1a;
   border-left: 8px solid #9eaebb1a;
   position: absolute !important;
   left: 719px;
   top: -192px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_c31799e75421 {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 722px;
   background: #e88b7a0d;
 }

 .container_c0e44fee3ab8 {
   width: 8px;
   height: 192px;
   position: absolute !important;
   left: 227.75px;
   top: 325.99px;
   background: #5e6d7e1a;
 }

 .container_6a8de87b6052 {
   width: 128px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 350px;
   top: 2px;
   background: #9eaebb1a;
 }

 .container_481a8c8626e9 {
   width: 96px;
   height: 96px;
   z-index: 1;
   border-top: 4px solid #e88b7a1a;
   border-right: 4px solid #e88b7a1a;
   border-bottom: 4px solid #e88b7a1a;
   border-left: 4px solid #e88b7a1a;
   position: absolute !important;
   left: -46px;
   top: 800px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_ba9dc87c04d9 {
   width: 66.67px;
   height: 66.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_48cc10bf992a {
   width: 53.33px;
   height: 53.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a3543338ba3b {
   width: 40px;
   height: 40px;
   z-index: 4;
   position: absolute !important;
   left: 20px;
   top: 20px;
 }

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

 .imageview_147dd6eec8e6 {
   width: 26.67px;
   height: 26.67px;
   z-index: 5;
   position: absolute !important;
   left: 26.67px;
   top: 26.67px;
 }

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

 .imageview_bfde43259776 {
   width: 16px;
   height: 16px;
   z-index: 6;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

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

 .text_9a681afc6e5a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 36px;
   top: 60px;
   line-height: 8.07px;
   font-family: 'Inter';
 }

 .container_ceb407847801 {
   position: absolute !important;
   overflow: visible;
   width: 80px;
   height: 80px;
   z-index: 2;
   left: 174px;
   top: 0px;
 }

 .container_cdf92568d8b2 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 80px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .text_00e7f9598117 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 106.47px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_dcc526938a37 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 40px;
   z-index: 2;
   left: 24px;
   top: 134px;
 }

 .text_21160df29b05 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 28.11px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_330f2b84e353 {
   position: absolute !important;
   overflow: visible;
   width: 428px;
   height: 24px;
   z-index: 2;
   left: 24px;
   top: 188px;
 }

 .container_9e79f7977a54 {
   position: absolute !important;
   overflow: visible;
   width: 476px;
   height: 244px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .text_87f15789dff7 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ed113207dd5e {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa3ac2e7a09b {
   width: fit-content;
   z-index: 2;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_0429ee1d3972 {
   padding: 4px 12px 4px 12px;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eeebe5;
 }

 .text_0520b6495250 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 101.29px;
   top: 9px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .text-d28e70e9a73c_0520b6495250 {
   line-height: 16px;
   font-family: 'Inter';
 }

 .text-69a1c73d298f_0520b6495250 {
   line-height: 16px;
   font-family: 'Inter';
 }

 .text-87ee3d4c603b_0520b6495250 {
   line-height: 16px;
   font-family: 'Inter';
 }

 .text-0f38d472c2e2_0520b6495250 {
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0077766aece1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a2a4dcdadef0 {
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_590dc67fd594 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 141.96px;
   top: 16px;
 }

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

 .text_3ee45f97256f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 172.96px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_226ee17e70ee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   background: #5e6d7e;
 }

 .container_e0a6d53b413c {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_002f4a3505f8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45f4f9f0bd39 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_3b5220bcf1f7 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3b5220bcf1f7 {
   overflow: visible;
 }

 .text-7b29b30d2c2d_3b5220bcf1f7 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-b4fa5a86e0ea_3b5220bcf1f7 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_badea2cc28ef {
   padding: 20px 20px 0 24px;
   width: 100%;
   min-width: 0;
   height: 108px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(270deg, #5e6d7e0d 100%, #e88b7a0d 0%);
 }

 .text_a868c1afe777 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e8e451257bf6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_542ab9ec7d50 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_49ba1e2017a3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_01f77e500924 {
   position: absolute !important;
   overflow: visible;
   width: 228.12px;
   height: 20px;
   z-index: 2;
   left: 28px;
   top: 0px;
 }

 .container_f71b62253b88 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_8507c6d427ca {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_48bdee27d2ec {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3cba518d0e55 {
   position: absolute !important;
   overflow: visible;
   width: 204.45px;
   height: 20px;
   z-index: 2;
   left: 28px;
   top: 0px;
 }

 .container_69bfb13e6e12 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_be08194b4d59 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f99d9514c8db {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_06d63b0a8f5c {
   position: absolute !important;
   overflow: visible;
   width: 165.55px;
   height: 20px;
   z-index: 2;
   left: 28px;
   top: 0px;
 }

 .container_656225c03551 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_17e4c5de84c1 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_228b0977ee2a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b9f837135516 {
   position: absolute !important;
   overflow: visible;
   width: 144.1px;
   height: 20px;
   z-index: 2;
   left: 28px;
   top: 0px;
 }

 .container_a6dea3179da5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_e8ed8c685402 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_cb3e3a062cb6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cf8bd7f7d52b {
   position: absolute !important;
   overflow: visible;
   width: 182.94px;
   height: 20px;
   z-index: 2;
   left: 28px;
   top: 0px;
 }

 .container_78a22ad405d4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_83939ce69e95 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_119412648d3f {
   padding: 21px 21px 1px 21px;
   width: 100%;
   min-width: 0;
   height: 206px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #5e6d7e33;
   border-right: 1px solid #5e6d7e33;
   border-bottom: 1px solid #5e6d7e33;
   border-left: 1px solid #5e6d7e33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_5451ea772c38 {
   width: 100%;
   min-width: 0;
   height: 330px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c1b7ed4dcac {
   padding: 0 24px 0 24px;
   width: 476px;
   height: 578px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 270px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfb04ac202b0 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 850px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_40eb8b3662ca {
   padding: 0 16px 0 16px;
   width: 512px;
   height: 850px;
   z-index: 1;
   position: absolute !important;
   left: 199.5px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12f96fa00946 {
   position: absolute !important;
   width: 911px;
   height: 978px;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e8ded0;
 }

 .imageview_70e48d0f423b {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_eea3b4d43341 {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_fd37fe3b8365 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_ec3ce91a2969 {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_c57bf98b13cd {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_c3b29f530384 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_c77a10ac8b6d {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_7d52d3b23c50 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d250ed5c13f0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_6c3b73510f28 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0569484475e6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_6272d910b33c {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09b5053563ca {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_644f3073564d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3d06f5548ff1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_84f312072be9 {
   width: 331.58px;
   height: 128px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f1117e14370 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_53f8bec6018d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_452b1dc85df3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e893cfe5b92d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_6065c339a245 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a3276e321711 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_089959b11dab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_229059bf7cf9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_bac9b51bb5bb {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4074c89bcfa0 {
   width: 179.75px;
   height: 128px;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c892a9ac7f1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dffd883144fd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_156e20bba2e7 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_2184dfedf5ff {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7c9498468c90 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_0a171561d573 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_13648e99a843 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_d2ff868b7888 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2c64230254df {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_45764f7bba46 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_394f266b57a1 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_39dd59362d36 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
 }

 .container_e2cbd4db3876 {
   width: 255.66px;
   height: 128px;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9592b7c4ba2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
 }

 .text_b779ea30383d {
   width: max-content;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dea285405ba7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_8feba3f4a521 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_0309d072474e {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_048ac2828ed9 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 1062px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_83af5b34edb7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1421px;
   flex-shrink: 0;
   background: #eeebe5;
 }

 .container_dfe3e32c616e {
   width: 911px;
   height: 634px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_fcaaa3db0f84 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .imageview_e9f9d2fe2841 {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_8109681ee1bc {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_5914da23759d {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_dde1597d598a {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_042b4874adf0 {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_fdb15e88e4e2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_d00f8214a177 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_a380dabbb043 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_7cbdb44f9f04 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_9283dd34643f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e0a328411c29 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_d0f16fedabec {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de322ca3c461 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5514a168c16a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3d11138e28c8 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_71b142d31cd1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3e682d2b11dc {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_6e563ce64ce1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9ed8e040d9fc {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_8fa094b76cea {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_953d225c78b2 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_d636e6eb5276 {
   width: max-content;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e01f7b0cb087 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   background: #e88b7a;
   box-shadow: inset 0 0 0 1px #e88b7aff;
 }

 .container_31ac79235418 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7d3b8109183c {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_52235bb084c8 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_daa718dcf214 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4d4fd797ceae {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_bfd15ab77392 {
   width: 384px;
   height: 384px;
   border-top: 8px solid #9eaebb0d;
   border-right: 8px solid #9eaebb0d;
   border-bottom: 8px solid #9eaebb0d;
   border-left: 8px solid #9eaebb0d;
   position: absolute !important;
   left: 719px;
   top: -192px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_96bae6683d39 {
   width: 8px;
   height: 256px;
   position: absolute !important;
   left: 0px;
   top: 1295px;
   background: #e88b7a1a;
 }

 .imageview_d453307c544b {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_74eb582faa26 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_82d32a973448 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_649da2c7fbf5 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_dc6b461bc445 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_d7154a3dd21a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_a885635ca169 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ab42e7ce96d6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_ead52c7b457c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e8d3aeb8b87c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_d8bd578f4cda {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0e7dd17bac3b {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_06b2fc64e7fe {
   height: 40px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2e9327783285 {
   width: 1px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   background: #eeebe533;
 }

 .text_1e7f09f1799e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f8f29ece7582 {
   padding: 2px 8px 2px 8px;
   width: 89.27px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_19385bab7473 {
   width: 351.05px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ce13f8c3b90d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_06bead9d3f31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_af651efa404f {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_ea40f109e6ac {
   width: 85.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e66c5915be93 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_23eaa00f9bb1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9d86c7c9b34e {
   position: relative !important;
   overflow: visible;
   width: 46.05px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_94920d2b13db {
   padding: 0 10px 0 10px;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 1px solid #eeebe599;
   border-right: 1px solid #eeebe599;
   border-bottom: 1px solid #eeebe599;
   border-left: 1px solid #eeebe599;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c88d80557377 {
   width: 199.44px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_73df5ad90a24 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7d7a9306ae37 {
   padding: 16px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e60697ace290 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 76px;
   z-index: 1;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .text_1aaa83645c42 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_f2f8083e2415 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_7f6b8dc9999e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_55a445e7a3a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c87583523d08 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_71539f8567ab {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_71539f8567ab {
   overflow: visible;
 }

 .container_ec703dbf8a56 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b924344bc738 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2b938f9ec5df {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f04c0fbb2ea4 {
   width: 420.77px;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aca35535fc4a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_85b0ffbe594c {
   padding: 2px 8px 2px 8px;
   width: 83.32px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e8ded0;
 }

 .container_e5de049408f8 {
   width: 815px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9d5d24ccd5e0 {
   position: relative !important;
   overflow: visible;
   width: 863px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .text_42248e37d80f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aff39ee48c5b {
   position: relative !important;
   overflow: visible;
   width: 106.26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_80d79a302fb1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_27a61317eae8 {
   position: relative !important;
   overflow: visible;
   width: 32.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_58e2e8d8afe3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ffe11efacbfe {
   width: 815px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: -285.25px;
   top: 0px;
   background: #5e6d7e;
 }

 .container_24df77bfa175 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff33;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_2139d99489aa {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbcfb891b033 {
   padding: 0 24px 0 24px;
   width: 863px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_938dc13bc008 {
   width: 100%;
   min-width: 0;
   height: 190px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(270deg, #5e6d7eff 100%, #68707eff 92.86%, #73727eff 85.71%, #7d757eff 78.57%, #87777eff 71.43%, #90797eff 64.29%, #9a7c7eff 57.14%, #a47e7eff 50%, #ae807eff 42.86%, #b7827dff 35.71%, #c1847dff 28.57%, #cb867cff 21.43%, #d5887cff 14.29%, #de897bff 7.14%, #e88b7aff 0%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_5ad4ba962347 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 137.75px;
   top: 2px;
   background: #9eaebb1a;
 }

 .imageview_0035967fa831 {
   width: 45.09px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_4853f272bba7 {
   width: 91px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4853f272bba7 {
   overflow: visible;
 }

 .container_41646b1e4b06 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_be7387989927 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4432c2fdb81c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_68916ea135df {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_308935345f7c {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_03608f03929d {
   padding: 24px 24px 0 24px;
   width: 199.75px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7046b39a08fe {
   position: absolute !important;
   overflow: visible;
   width: 203.75px;
   height: 124px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_d8581941218b {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 137.75px;
   top: 2px;
   background: #e88b7a1a;
 }

 .imageview_6acf0bc74328 {
   width: 44.72px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_55c0a5b7b488 {
   width: 92px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_55c0a5b7b488 {
   overflow: visible;
 }

 .container_310b07f91402 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_0984c23769cd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e58204b48cf3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2dcccf446de5 {
   height: 72px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12aa1b2572fb {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5600718070af {
   padding: 24px 24px 0 24px;
   width: 199.75px;
   height: 120px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f6fbab05648 {
   position: absolute !important;
   overflow: visible;
   width: 203.75px;
   height: 124px;
   z-index: 1;
   left: 219.75px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_7c8e660654bf {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 137.75px;
   top: 2px;
   background: #9eaebb1a;
 }

 .imageview_eb31f251b5ea {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_35921852b4f7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7ec9d5f2957d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5ace10540014 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_b330f2b553c8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2032c794f93a {
   width: 73.72px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b1dfcc8d563 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4880ad25aa28 {
   padding: 24px 24px 0 24px;
   width: 199.75px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b97e2396141f {
   position: absolute !important;
   overflow: visible;
   width: 203.75px;
   height: 124px;
   z-index: 1;
   left: 439.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_292454425509 {
   width: 64px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 137.75px;
   top: 2px;
   background: #d4c8b84d;
 }

 .imageview_55ba77324c5c {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_eebb1dcd1127 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_01a411903601 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bc067f8b7303 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_ec73cca88346 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_b35e77f908b4 {
   width: 60.7px;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f735874bcb32 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0a1bc354b772 {
   padding: 24px 24px 0 24px;
   width: 199.75px;
   height: 100px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3572dd0e620a {
   position: absolute !important;
   overflow: visible;
   width: 203.75px;
   height: 124px;
   z-index: 1;
   left: 659.25px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_4ba62ba886ce {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 124px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_38c48714ca4e {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_28b3bbe81398 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f37151ae0415 {
   position: relative !important;
   overflow: visible;
   width: 61.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_4746967513c4 {
   padding: 12px 38.46px 12px 38.46px;
   width: 170.59px;
   height: 45px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 5px;
   top: 5.5px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_f2378455c41f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1cbdacae0b26 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_38c36514e8c4 {
   position: relative !important;
   overflow: visible;
   width: 58.81px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b31b109d538d {
   padding: 12px 39.9px 12px 39.89px;
   width: 170.6px;
   height: 45px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 175.59px;
   top: 5.5px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_a7ad0358c605 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c7c75da7f2c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: -1px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b492ef158b8 {
   position: relative !important;
   overflow: visible;
   width: 66.5px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_754f46080b8f {
   padding: 12px 36.05px 12px 36.05px;
   width: 170.6px;
   height: 45px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 346.2px;
   top: 5.5px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_46e3453c9e59 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6dca1877f16b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_034a0be8b858 {
   position: relative !important;
   overflow: visible;
   width: 75.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ff03d4077542 {
   padding: 12px 31.62px 12px 31.61px;
   width: 170.6px;
   height: 45px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 516.8px;
   top: 5.5px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_830808d49ba8 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_38880e416853 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f55ffbb49c8a {
   position: relative !important;
   overflow: visible;
   width: 57.55px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1ffe4e8ad748 {
   padding: 12px 40.52px 12px 40.52px;
   width: 170.6px;
   height: 45px;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 687.4px;
   top: 5.5px;
   justify-content: center;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_450ec718481c {
   position: relative !important;
   overflow: visible;
   width: 863px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .text_dcff739ff39c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_888945c134f0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ed49c47f59e8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_17cfd13c826c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d400d7c488a1 {
   width: 380.15px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_37e1b98fc38f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8447a9f3db62 {
   padding: 2px 8px 2px 8px;
   width: 83.32px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #eeebe5;
 }

 .container_00367c7a552f {
   width: 815px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_84c32e805dcc {
   position: relative !important;
   overflow: visible;
   width: 863px;
   height: 94px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_68c5929c56da {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_187cf75f07f4 {
   position: relative !important;
   overflow: visible;
   width: 106.26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_168bd590bd0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ace1550a6265 {
   position: relative !important;
   overflow: visible;
   width: 32.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c1922564e75c {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ffd3acfba09b {
   width: 815px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: -285.25px;
   top: 0px;
   background: #5e6d7e;
 }

 .container_e5cb83ccbf74 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff33;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_8407be73c2ff {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd1e96d97627 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9777d1fa0683 {
   padding: 0 12px 0 12px;
   width: 107.13px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe5ff;
   border-right: 1px solid #eeebe5ff;
   border-bottom: 1px solid #eeebe5ff;
   border-left: 1px solid #eeebe5ff;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5a059d381dd5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_18dfd0072068 {
   padding: 0 12px 0 12px;
   width: 117.72px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe5ff;
   border-right: 1px solid #eeebe5ff;
   border-bottom: 1px solid #eeebe5ff;
   border-left: 1px solid #eeebe5ff;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7a0c776d32ad {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_76fef80516b3 {
   padding: 0 24px 0 24px;
   width: 863px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d407020400b0 {
   width: 863px;
   height: 238px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(270deg, #5e6d7eff 100%, #68707eff 92.86%, #73727eff 85.71%, #7d757eff 78.57%, #87777eff 71.43%, #90797eff 64.29%, #9a7c7eff 57.14%, #a47e7eff 50%, #ae807eff 42.86%, #b7827dff 35.71%, #c1847dff 28.57%, #cb867cff 21.43%, #d5887cff 14.29%, #de897bff 7.14%, #e88b7aff 0%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_a10b9c4869ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_27c805ea02ec {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 58px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a69a2d2f23a2 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

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

 .text_ad95b71b55fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9f64d3291c4a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_1dd7f574e5b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e845386b1797 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_384202963f8c {
   width: 753px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c88a5b554e97 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4c8b833;
   box-shadow: inset 0 0 0 1px #e88b7aff;
 }

 .imageview_da93b4066dcf {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

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

 .text_82a1d6caf508 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_687517ffff60 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_3a61c42189b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_b058cb4d5248 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_56a7ebee39a2 {
   width: 753px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5dca684aa95a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4c8b833;
   box-shadow: inset 0 0 0 1px #5e6d7eff;
 }

 .imageview_983c33ea810d {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

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

 .text_06224735276d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3cf65a3478a6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_876203fb14fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c843cefcf4dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5c4d2942cfad {
   width: 753px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8318cf7b275b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4c8b833;
   box-shadow: inset 0 0 0 1px #7b8a99ff;
 }

 .imageview_6b28ab2d57e1 {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 14px;
   top: 14px;
 }

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

 .text_055c5586a595 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0154d427203c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_678fe3c37161 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_266290b9091c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_97a13a0e4189 {
   width: 753px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 46px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b788385b9b9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4c8b833;
   box-shadow: inset 0 0 0 1px #e88b7aff;
 }

 .container_3c50683b9000 {
   width: 100%;
   min-width: 0;
   height: 304px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_79eede0ec2ac {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12eb049f527f {
   width: 863px;
   height: 414px;
   z-index: 1;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 262px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_88fc5ec5ae5b {
   width: 20px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_721cc4cfedd3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a82f0ef96179 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 24px;
 }

 .container_8b00a427ec32 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 58px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_184fc8aa7eec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df10969384fc {
   position: relative !important;
   overflow: visible;
   width: 87.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_cad5cf5862ff {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fd880d09efe2 {
   padding: 2px 8px 2px 8px;
   width: 83.32px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_30d0927e8ef2 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_57dd50b85798 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fcf558fa5831 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_06dde37a8dae {
   padding: 12px 12px 0 16px;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #5e6d7eff;
   border-right: 1px solid #5e6d7eff;
   border-bottom: 1px solid #5e6d7eff;
   border-left: 1px solid #5e6d7eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b833;
 }

 .text_e7ac20cedd83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ffb802c7e1ae {
   position: relative !important;
   overflow: visible;
   width: 126.86px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e01d38874297 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a05432878a5d {
   padding: 2px 8px 2px 8px;
   width: 76.9px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1f0d638aaf84 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_52876cd9dc1e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ae33d1174405 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e9a0839d4bcf {
   padding: 12px 12px 0 16px;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #5e6d7eff;
   border-right: 1px solid #5e6d7eff;
   border-bottom: 1px solid #5e6d7eff;
   border-left: 1px solid #5e6d7eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b833;
 }

 .text_04968e0b9772 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d5401af290e8 {
   position: relative !important;
   overflow: visible;
   width: 88.46px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_485024d3c45e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e43116d69a13 {
   padding: 2px 8px 2px 8px;
   width: 76.9px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fe1d9648a571 {
   width: 100%;
   min-width: 0;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_29f0aae1b611 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_d0cac049cb37 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7c335b39505e {
   padding: 12px 12px 0 16px;
   width: 100%;
   min-width: 0;
   height: 66px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #5e6d7eff;
   border-right: 1px solid #5e6d7eff;
   border-bottom: 1px solid #5e6d7eff;
   border-left: 1px solid #5e6d7eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b833;
 }

 .container_63ebb5ffc3f7 {
   width: 100%;
   min-width: 0;
   height: 222px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d68bacb2a8ae {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eceb581b5fb0 {
   width: 863px;
   height: 332px;
   z-index: 1;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 700px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_29be58d628cf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .text_aae0d5598d85 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 57.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ee2ea58d97ef {
   position: relative !important;
   overflow: visible;
   width: 863px;
   height: 82px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_af12febc4c85 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_69b42675e9b1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_16305389a021 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d3c1a4f47f0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ef72355de025 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_568c34c8cf91 {
   width: 110.2px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a89493c7dece {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1684ce1f40e0 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_77de3994c2c2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a302860ea5e2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_65da77035e03 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59e5c1f28b8f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0ab1ae34f95e {
   width: 92.91px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff620fc501a2 {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8c48e9b8a7a5 {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a4e31b46f0b2 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 343.21px;
   top: 10px;
 }

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

 .text_5a395f3991c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 374.21px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_616e89e8e9ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   box-shadow: inset 0 0 0 1px #eeebe5ff;
 }

 .container_3ae70b48d5f0 {
   padding: 0 24px 0 24px;
   width: 863px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_875f130e8e46 {
   width: 863px;
   height: 282px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1056px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d6514269e352 {
   position: relative !important;
   overflow: visible;
   width: 863px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_08f2ee8e31ca {
   width: 100%;
   min-width: 0;
   height: 1434px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5e8f4997fe9a {
   padding: 32px 24px 0 24px;
   width: 911px;
   height: 1992px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 76px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7fb889933e05 {
   position: absolute !important;
   width: 911px;
   height: 2068px;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e8ded0;
 }

 .imageview_3e79c0052ffc {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_23d50acf5474 {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_54d714fb4444 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_0d9d07e86473 {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_ed1882f7ee10 {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_370e7fe641eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_cc99fbd086cc {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_1caca7f348f3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_5bb43693d6f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_b79262d1bbfd {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_2b1540f36bc1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_3b0422b8e72c {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09bfbf3e03d0 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_be349e4e21ab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ecffb6e03ebc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_1c01a5551b10 {
   width: 331.58px;
   height: 128px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_642fb3feb916 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7f05b1b2206f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_6adda4795de5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f3b1804faf4b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_1bbcebf71e15 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5af9aa2225d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_b55645c98183 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_23741cbd1e49 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_bea499244073 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eaabf77143aa {
   width: 179.75px;
   height: 128px;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e34b767de732 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c65c292fade7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_735dccaa76e4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_f4ce602381a8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_26dd5a932c4a {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_ecb80ba432b8 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c26d4164fea9 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_038e83674abc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4802b643c667 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_cc21fbbe74ab {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3a12b2839fde {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_c226ef2d9fb5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
 }

 .container_807b8c1c2578 {
   width: 255.66px;
   height: 128px;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1d524781332 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
 }

 .text_b5c694d5b43b {
   width: max-content;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9ef03f131abe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_e22b6cfdc57c {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_939eddce7aa2 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a9c5638a7bb {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 2152px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_4ee2e6a33ad3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2511px;
   flex-shrink: 0;
   background: #eeebe5;
 }

 .container_396f4fdebb94 {
   width: 911px;
   height: 634px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_e77a933c4311 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_4f14a7ebaca4 {
   width: 128px;
   height: 128px;
   transform: rotate(28.454379800712196deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 73.39px;
   top: 135.74px;
 }

 .container_82df8983e6ee {
   width: 83.53px;
   height: 83.53px;
   transform: rotate(-79.52000088424788deg);
   transform-origin: 0 0;
   border-top: 2.09px solid #3a3a3aff;
   border-right: 2.09px solid #3a3a3aff;
   border-bottom: 2.09px solid #3a3a3aff;
   border-left: 2.09px solid #3a3a3aff;
   position: absolute !important;
   left: 295px;
   top: 499.47px;
 }

 .container_658d1332af1f {
   width: 49.35px;
   height: 49.35px;
   transform: rotate(35.05487372094821deg);
   transform-origin: 0 0;
   border-top: 2.47px solid #3a3a3aff;
   border-right: 2.47px solid #3a3a3aff;
   border-bottom: 2.47px solid #3a3a3aff;
   border-left: 2.47px solid #3a3a3aff;
   position: absolute !important;
   left: 657.22px;
   top: 421.13px;
 }

 .container_b52e769c6454 {
   width: 64px;
   height: 64px;
   transform: rotate(58.37867413080454deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 270.22px;
   top: 298.49px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_beabb46c550a {
   width: 64px;
   height: 64px;
   transform: rotate(167.4240226668817deg);
   transform-origin: 0 0;
   border-top: 2px solid #8b8b8bff;
   border-right: 2px solid #8b8b8bff;
   border-bottom: 2px solid #8b8b8bff;
   border-left: 2px solid #8b8b8bff;
   position: absolute !important;
   left: 613.54px;
   top: 267.59px;
 }

 .container_c94b357f0cf4 {
   width: 41.58px;
   height: 36.38px;
   transform: rotate(35.56799801771834deg);
   transform-origin: 0 0;
   border-top: 1.04px solid #000000ff;
   border-right: 1.04px solid #000000ff;
   border-bottom: 1.04px solid #000000ff;
   border-left: 1.04px solid #000000ff;
   position: absolute !important;
   left: 241.42px;
   top: 431.11px;
   opacity: 0.15000000596046448;
 }

 .container_8fcd8f31353f {
   width: 96px;
   height: 48px;
   transform: rotate(-157.33962651039596deg);
   transform-origin: 0 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   position: absolute !important;
   left: 867.53px;
   top: 381.64px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_9f4bfedadd7b {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e88b7a;
   opacity: 0.20000000298023224;
 }

 .container_2acb2ae8b5a0 {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_f53c16528424 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(-60.720000437736104deg);
   transform-origin: 0 0;
   left: 292.1px;
   top: 466.93px;
 }

 .container_3174bd4d5d1a {
   width: 48px;
   height: 80px;
   transform: rotate(-172.29445840290376deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 677.67px;
   top: 411.17px;
 }

 .container_40c6733e5071 {
   width: 85.87px;
   height: 85.87px;
   z-index: 1;
   transform: rotate(22.022148713878405deg);
   transform-origin: 0 0;
   border-top: 1.07px solid #3a3a3aff;
   border-right: 1.07px solid #3a3a3aff;
   border-bottom: 1.07px solid #3a3a3aff;
   border-left: 1.07px solid #3a3a3aff;
   position: absolute !important;
   left: 543.63px;
   top: 142.6px;
   border-radius: 18008762px 0 0 0;
 }

 .container_7bfa477cb607 {
   width: 87.3px;
   height: 87.3px;
   z-index: 1;
   border-top: 2.73px solid #8b8b8bff;
   border-right: 2.73px solid #8b8b8bff;
   border-bottom: 2.73px solid #8b8b8bff;
   border-left: 2.73px solid #8b8b8bff;
   position: absolute !important;
   left: 52.35px;
   top: 241.35px;
   border-radius: 22885108px 22885108px 22885108px 22885108px;
   opacity: 0.24726399779319763;
 }

 .container_010ea5a86ff5 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_a920b391c2d3 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_8557d8a3f9c1 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_b2d66cd03bb7 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_4ac2c5df07ef {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 1;
   transform: rotate(-96.28799194660742deg);
   transform-origin: 0 0;
   left: 49.62px;
   top: 240.78px;
 }

 .container_bd498484d5f0 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_4dcb35121d31 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_67dded85f7ca {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_1b420597e563 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_5c1a7767290d {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_660ae66a1688 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_59bc2e174bef {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_a3b78a4e41f7 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_b612b3f6d1b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_4b1a04045544 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_1092ef9c6c98 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_635dae0bbb18 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_e443bc1e895b {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de584cd47321 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c3e03100d424 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b9acd62efc52 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2dd07c8396fd {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9517b6d31030 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d8f6e5e13af6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_371292154db8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1029806f08ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_eb93f9e3e922 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_73e50a20f597 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_59f8cc5e978b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59df8ccbafd8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_eed22b047ade {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7b0d0654803 {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a6ed77e80a4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_658e53def110 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_36431252e7b5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_3f6a1326c9e5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca5cec55f31f {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_366c0d6900c8 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a31979d5fef8 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_c753fd69248f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_23d1b545eb3a {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_65b99b469bf6 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_66b0b243aa6c {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_e79e8c4601ac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_36426facba0b {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ab68852ee3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c18bf28acd61 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9c0d1f62b2db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_01fb00d2bc9d {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_035a2f67f2d8 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4470648af37c {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_973c1b3f93a5 {
   width: 100%;
   min-width: 0;
   height: 2954.44px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_b49fa4ec0e2e {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_af0c6fd340d1 {
   width: 672px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_af0c6fd340d1 {
   overflow: visible;
 }

 .container_b568a5b9a122 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 3;
   left: 95.5px;
   top: 76px;
 }

 .container_8ebf0362762c {
   width: 85.3px;
   height: 85.3px;
   z-index: 3;
   transform: rotate(79.5199857726834deg);
   transform-origin: 0 0;
   border-top: 3.2px solid #9eaebbff;
   border-right: 3.2px solid #9eaebbff;
   border-bottom: 3.2px solid #9eaebbff;
   border-left: 3.2px solid #9eaebbff;
   position: absolute !important;
   left: 289.93px;
   top: -33.7px;
 }

 .container_74bb8afcc584 {
   width: 71.29px;
   height: 71.29px;
   z-index: 3;
   position: absolute !important;
   left: 583.6px;
   top: -33.85px;
   background: #e88b7a40;
   border-radius: 21358214px 21358214px 21358214px 21358214px;
 }

 .container_f20422ee0536 {
   width: 8px;
   height: 134.39px;
   z-index: 4;
   position: absolute !important;
   left: 287.66px;
   top: -11.19px;
   background: #5e6d7e4d;
   opacity: 0.4958449900150299;
 }

 .container_5d02ac3553f0 {
   width: 40px;
   height: 40px;
   z-index: 3;
   transform: rotate(-60.720000437736104deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 528.11px;
   top: 11.66px;
 }

 .text_a0b2e5fee215 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 240.67px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_6acd5043db9c {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_3a611e994cca {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_deba4ea6e70e {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2e49b09cf954 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 3px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1b68260a0c81 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2b0d7499de1c {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 169.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_831368026c40 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e24d88c201f8 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 336px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_c3fb436b0997 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eae767f55f1a {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 502.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_469f10b1423f {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 52px;
   z-index: 3;
   left: 95.5px;
   top: 0px;
   background: #d4c8b8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8c92ed379c99 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_3d931df0b846 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_ee62d01be1f9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c53b5a879b49 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_2d2dc8246ed3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_41baa2be56d8 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_4d9f1c18b862 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_667bb59145e3 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_55f5f64b2805 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_79f2aa7d2a91 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79f2aa7d2a91 {
   overflow: visible;
 }

 .container_dee93660a7f6 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_25159ecbbddd {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ced9b088da0b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f8b94e0c1402 {
   position: absolute !important;
   overflow: visible;
   width: 98.53px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_24ce97bde1a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_eaf7615c15d1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_4b47ee2b176c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f8ac896cf3f {
   position: absolute !important;
   overflow: visible;
   width: 120.99px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_810c7dc3f7ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b6cae31e95cd {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3e50e25ae22d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a02bca29708 {
   position: absolute !important;
   overflow: visible;
   width: 90.84px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_fc54df89dd22 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c7f6c88692e3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d7277edf8a9f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6db9b303345d {
   position: absolute !important;
   overflow: visible;
   width: 97.52px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_47da73953939 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_4cfbfec1fcdc {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b16ec71b97ae {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9dec3416b7fd {
   position: absolute !important;
   overflow: visible;
   width: 107.13px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_18e8aa398e1a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_5b524790c549 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_12e4ebbe3ac0 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_b3090f78d294 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bcb1e6576886 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_bd31602d8f9a {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_aa1f4cbb342b {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_aa1f4cbb342b img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_fd5805b11e73 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_e2f595de8a33 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_ef62f4199b2a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e13814f7b628 {
   position: relative !important;
   overflow: visible;
   width: 68.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_050678b72d62 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_9c7f1348da28 {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9c7f1348da28 {
   overflow: visible;
 }

 .container_3c5a4b6e8a94 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_a9834150df52 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_f397c9731e66 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 197px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_c96060c2ca5f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9a33ceef80a1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_498acffc06ab {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca52ff65aed4 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 515.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2203ce5399c9 {
   width: 415.5px;
   height: 515.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac1b788891cf {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_8ce26bf1fa8e {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_481c0911bd83 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6f8d319b1a31 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_a0ba2ee6d2db {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 989.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_59f25b72eff4 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1053.47px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_6d1e7cd16cfd {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_765712300aa6 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_d7f72acbe7b4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_cc7c6f33d77f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_42e322c78cd5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cba5a06f6664 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_7c6365c7405a {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_49e7262ff249 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_ecc37065e2d4 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_ae5a51cba704 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ae5a51cba704 {
   overflow: visible;
 }

 .container_6dbca5661de4 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d212fa90fec3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b6b8ba723707 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_81030e808ffa {
   position: absolute !important;
   overflow: visible;
   width: 80.63px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_056d7de050b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_55f8d551a2c4 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d73327f82ccc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bfdcbe5ab143 {
   position: absolute !important;
   overflow: visible;
   width: 83.38px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1cd932ecea22 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6f4415a80054 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8454bb25ffc7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_180f328660c1 {
   position: absolute !important;
   overflow: visible;
   width: 128.23px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a357b69340dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_4b62435eb17d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_bf5972390950 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_063a8afaec97 {
   position: absolute !important;
   overflow: visible;
   width: 109.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a049118931f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c0660814763c {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_2ca2d989cfdd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_14571abbe077 {
   position: absolute !important;
   overflow: visible;
   width: 99.48px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1368b77993fe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_3e700047ba6c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c16bb93b4068 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_5d2cfec0851e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_022a5254f92e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_c0bfb9b4d037 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a96017333415 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a96017333415 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_17435c0ba608 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_a4da7350790c {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_bca7c6331c9b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_25237ea292c3 {
   position: relative !important;
   overflow: visible;
   width: 67.64px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_f0d1d2ee49ba {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_35cbdebbb514 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_35cbdebbb514 {
   overflow: visible;
 }

 .container_e90a5b114ed0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_31164397f1f3 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_4bdda70c8a30 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_986ffbe56b70 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ca1d9c25347 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_201361fc5ba7 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c23c905ec19 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c7516b04abe {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03c37d04e279 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_e718434906d5 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_bf4367ae5d8f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1eb13a5cbd79 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_d39cea6d1e4d {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 989.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_083d69bf20c8 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1053.47px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_5ecdf470ff9b {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_d89f5684713c {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_7036add2ec47 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_65ff083cf113 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_f1453dc44ad9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_38b8ee367fd6 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_19806ea5d874 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_c377653f28e2 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_93f792e019da {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_35120681c54b {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_35120681c54b {
   overflow: visible;
 }

 .container_7c7477be0133 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_143bb4e4fcd2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b3c829cb377d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c6b7ff8307a0 {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_d44dd107b4e5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e9451954b402 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a99d76e0d40e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_acbe78f19871 {
   position: absolute !important;
   overflow: visible;
   width: 104.67px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bc5b871d0381 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e45b791dc14d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_33ff95cfa586 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ad1dc79268e8 {
   position: absolute !important;
   overflow: visible;
   width: 88.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1610af3abdd1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a398139560a6 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0fb15840998a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7624a41fcc2a {
   position: absolute !important;
   overflow: visible;
   width: 96.51px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ce0d9f5d396b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_af3f624b8648 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_79c53ceac2cc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d152ea1373b8 {
   position: absolute !important;
   overflow: visible;
   width: 122.39px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ddce3d8cc04a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_3da7cf3ff4d7 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c79e25fc36f1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_51666361c1ee {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_074d87849ae8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_1f72625efb24 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_09bd6e26d0da {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_09bd6e26d0da img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_3e883c61d035 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_c793a64991a3 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_551d5506d8fb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c2f6f40b0b22 {
   position: relative !important;
   overflow: visible;
   width: 65.35px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_d3400637d272 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_101c138fa39f {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_101c138fa39f {
   overflow: visible;
 }

 .container_878b454cd1a1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6e474c26f8e2 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_d1e0bd1971e9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ace7f8e8d55a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a87949208a90 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_80b9b7cb608a {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_981984045bf1 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_35b62b4704e5 {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f00e5d9d1fbf {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_951adf0d3547 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_c54631bbc980 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c62bf9f04521 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_c790ed8043d4 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_3cf306babf2b {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 0px;
   top: 1077.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_75d089e7a3fd {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_7727430b2ac4 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_482f09109e27 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5eb3e5a74869 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_f444fac7225f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d50ba53967bd {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_c79b339dca2d {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_fa0e1205b35f {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_969ea57dbf77 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_69c1c0ed38ff {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_69c1c0ed38ff {
   overflow: visible;
 }

 .container_eeb5d0650663 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_62acca40de7a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0608d3fec8f2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_337064db2125 {
   position: absolute !important;
   overflow: visible;
   width: 107.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bd1a4428d912 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f1f972e1d0ed {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3cdd081af5b3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5e97ad3a5a44 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bd0c2653f5f9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_0cb3cd2f2ce1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e965a37fff73 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_823d46aa5336 {
   position: absolute !important;
   overflow: visible;
   width: 104.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_725ec23afea8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_cdf4c053333a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_08e99daa7207 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3729c8f985e7 {
   position: absolute !important;
   overflow: visible;
   width: 130.05px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f086331d4cc3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_667d0e48ae24 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b390ee7b7e6c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f71984dbb8df {
   position: absolute !important;
   overflow: visible;
   width: 109.86px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_7f2c569f4b43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_8ec950be5c24 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c7784896c9c9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_e3667ca1a45f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_366002fa2259 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_0c1b29872838 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d527ffbb9f7a {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d527ffbb9f7a img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_0d7c9613f809 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_3f8b0a60fde4 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_a88620fea4ce {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cd0eb47ec27d {
   position: relative !important;
   overflow: visible;
   width: 52.55px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_12141ff20621 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_e1427c9bce75 {
   width: 342px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e1427c9bce75 {
   overflow: visible;
 }

 .container_f07febdf411b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_f2ad28e46420 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_8d41d7870160 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_274e322e6672 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f1cfe28e7296 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_7e8a9caf6143 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8700c54e2ca1 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c18a61379796 {
   width: 415.5px;
   height: 476.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4dc332b62994 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_f682f5dbb040 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_282df0c275e8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6391e9b4bdf {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_ddd47a475527 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_42e0cb9d7710 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 443.5px;
   top: 1077.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_ee72c9fe12a5 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 2111.44px;
   z-index: 3;
   left: 0px;
   top: 108px;
 }

 .container_672fd37eb875 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2219.44px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_2438c121e283 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 2383.44px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1da350f6893e {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_6cc8698621bf {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_aca6a37d84c0 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_2de3014dcfb7 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_f96c54f667fa {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_44be1a73eb23 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_364fd0a720e1 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_652fc3eb5d2d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_3d5578c4b82a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_c3fd43993cd7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3fbeb1915e0b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_42c10199f6b5 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e2238d80fba {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0e48fb586264 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_717acb422988 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_f59a02834535 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d4ba9ea6287 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_35dedf3857e8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_136e189a99ee {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_5ca5bb9bc1dc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5765d1d66669 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ae2027254ea2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_16e5855b81bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_5ee54ac0b5dd {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9e254c98315a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_94060b285523 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2e3c42ebae1a {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d797d1b11093 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_91dae0a9844b {
   width: 911px;
   height: 2954px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .imageview_c268b29f62cd {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_d7e87899c371 {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_5c4a5405198b {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_dcd17ead2095 {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_aec105111885 {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_c7865ae2fad1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_dd13235a2552 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_7a538e87c88d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_a6ddee95ca3a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_dc83f4714786 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_784306a4a60a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_8c0f9307d187 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_45cc365f152f {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_734818a9dcb6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_97846645a66f {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_f40175a38a1e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f365b6f3b971 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_64608364e922 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_abae413a8723 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_98e1ff68a4b5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4c402b7573e2 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_e6348774ea6a {
   width: max-content;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c18245460ee7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_d1a041427f0a {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3b5c9c32cf5b {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
 }

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

 .container_bd1fcb92e3f0 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_eeaee0c652d6 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ce70de14c644 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .text_3ca6aaa03777 {
   width: max-content;
   position: absolute !important;
   left: 288.99px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_60d114689893 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .text_1141951df125 {
   width: max-content;
   position: absolute !important;
   left: 297.34px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ee7bfda5d533 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
 }

 .container_f5ea7a2dc0f4 {
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_51e326e064d6 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_c770fb31c9dd {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 61.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6f5c9949a57e {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 86px;
   flex-shrink: 0;
 }

 .text_ace283e2bc60 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_1f7321f92dff {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ac10a2737a5 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_79a4c2d77389 {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5032f96a930a {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_e26d22536f2b {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_651e02ed397c {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_97680dd3ca3b {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 413.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_21360f3d0d91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
 }

 .text_adbb429ba4ce {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_739eae139247 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_65047040ab48 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_6c7f89f0dd47 {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_7216e28a5d89 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_7194901c1573 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cac67567fde5 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_d430829951ac {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_994c9f016b29 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd6e3d5a0d4e {
   width: 863px;
   height: 344px;
   flex-shrink: 0;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_8fdea99433a8 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4311a9c4311e {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 62px;
   flex-shrink: 0;
 }

 .text_7dbe13547750 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_01bd07be85fb {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a5febf629605 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_633bd9573f56 {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c39c14d06c53 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_0e16e3eb3aae {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c81d3f6c0f92 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_589f46b96d01 {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4457dba97443 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_4cac8f0d5bb9 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_71331565574d {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_e4716bf92682 {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 413.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_533ab81ac21c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
 }

 .text_e8552ec6a691 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_38ce6a886649 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aaf317f4f363 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_e29178dd8b1f {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a442b12805d {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_38ce9b4f9a53 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c8f890eab565 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #eeebe5;
 }

 .container_560989044bf0 {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 413.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3960ebd1a42d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
 }

 .container_b969038ca8c5 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b597e9625070 {
   width: 863px;
   height: 320px;
   flex-shrink: 0;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_67e7e5ffab7b {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .text_67c222179573 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 61.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7918ba2613e4 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 86px;
   flex-shrink: 0;
 }

 .imageview_8377de54f911 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

 .imageview_8377de54f911 img {
   position: absolute;
   width: 20.0px !important;
   height: 20.0px !important;
   max-width: none !important;
   left: -2.0px;
   top: -1.0px;
 }

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

 .imageview_394d3833aef6 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_9ec32d753fdc {
   width: max-content;
   position: absolute !important;
   left: 28px;
   top: 3.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_4ce0238ec46e {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_4edef79bad79 {
   padding: 16px 16px 16px 16px;
   width: 811px;
   height: 56px;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5736e4220206 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #ffffff00;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_8ecfd2328de6 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_09dc94b6105e {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e463f06df3d2 {
   padding: 16px 16px 16px 16px;
   width: 811px;
   height: 52px;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 68px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8c5bbd6759f8 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   background: #ffffff00;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_60eb77934c76 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_39f6af3581f8 {
   height: 14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a9cd30756b76 {
   padding: 16px 16px 16px 16px;
   width: 811px;
   height: 52px;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 132px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7ed8e326300e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 184px;
   flex-shrink: 0;
 }

 .text_bf7a41577296 {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_8dee003d004b {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7d287428f74f {
   width: fit-content;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_514ff2d03b62 {
   padding: 4px 12px 4px 12px;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eeebe5;
 }

 .container_3c05d5c3f5aa {
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_02c43b0bc50a {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_6e6757a548e4 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_61190110ec0a {
   width: fit-content;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_4a1d442d166e {
   padding: 4px 12px 4px 12px;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eeebe5;
 }

 .container_efd7bb98975f {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cdb3e8c175c {
   width: fit-content;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_8dc0389133e3 {
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3997678c1719 {
   width: fit-content;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .container_e80f87fba1f3 {
   padding: 4px 12px 4px 12px;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eeebe5;
 }

 .container_ac38411a37b3 {
   width: 397.5px;
   height: 58px;
   position: absolute !important;
   left: 413.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a79b6f1e5da9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58px;
   flex-shrink: 0;
 }

 .container_6c045756b3c0 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0218ba29e105 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_665ee45ac86a {
   width: 863px;
   height: 494px;
   flex-shrink: 0;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2be3deeee40a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .text_7daf90a000cb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_eba2cb7dae7e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a87b80d012eb {
   position: absolute !important;
   overflow: visible;
   width: 143.78px;
   height: 20px;
   left: 95.17px;
   top: 0px;
 }

 .text_67e694c3526b {
   width: max-content;
   position: absolute !important;
   left: 246.95px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_d186379cc04a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ac7e02f8b533 {
   position: absolute !important;
   overflow: visible;
   width: 91.74px;
   height: 20px;
   left: 279.55px;
   top: 0px;
 }

 .container_c67ea9ddf64d {
   position: relative !important;
   overflow: visible;
   width: 371.3px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_f2ddbc3e7ce3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ca0e5fb3b943 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 312.88px;
   top: 16px;
 }

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

 .text_f6d504853f63 {
   width: max-content;
   position: absolute !important;
   left: 346.88px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_23b576bf978f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   background: #5e6d7e;
   opacity: 0.5;
 }

 .imageview_a3f3a06ee51e {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
 }

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

 .text_23c4af5506ad {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59cbb56e33fc {
   position: relative !important;
   overflow: visible;
   width: 256.1px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_f37f09cb0feb {
   padding: 0 291.45px 0 291.45px;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_480d1b055487 {
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_25eb47dbe3c7 {
   width: 863px;
   height: 1350px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd65b4f2ed97 {
   width: max-content;
   position: absolute !important;
   left: 24px;
   top: 24px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c413528b3530 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 62px;
   flex-shrink: 0;
 }

 .text_8f76bb93a3c7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_971fd91be433 {
   position: relative !important;
   overflow: visible;
   width: 100.73px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_d03b0a1a4243 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_87b09f5c0e06 {
   position: relative !important;
   overflow: visible;
   width: 47.54px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_741accf40f33 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_96cc7960b331 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4385b6956f4c {
   position: relative !important;
   overflow: visible;
   width: 116.55px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_429137a9839b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b7af4eaa98e7 {
   position: relative !important;
   overflow: visible;
   width: 45.68px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_3a7e287f356e {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_6426c04e9879 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b482e7f768b8 {
   position: relative !important;
   overflow: visible;
   width: 158.38px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_b05e65d5753c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_de243c3dbc23 {
   position: relative !important;
   overflow: visible;
   width: 35.42px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_2757139bebb0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f64ac31928f0 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bbadd20efba5 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #8b8b8b;
 }

 .text_4f778b86c6c8 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2515f0a344d2 {
   position: relative !important;
   overflow: visible;
   width: 54.09px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_f1a7091c0f9d {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fab57debf890 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa372f09e4ab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8106d0f8d757 {
   position: relative !important;
   overflow: visible;
   width: 57.83px;
   height: 20px;
   flex-shrink: 0;
 }

 .text_cb9b046bb679 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aa48328f8812 {
   position: relative !important;
   overflow: visible;
   width: 35.8px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_5d1c3873daaa {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_817ea39da637 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #8b8b8b;
 }

 .text_ee5aead5e61a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_61f706ff8a75 {
   position: relative !important;
   overflow: visible;
   width: 42.3px;
   height: 32px;
   flex-shrink: 0;
 }

 .text_fe8b6826f77e {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_ddea220b5390 {
   position: relative !important;
   overflow: visible;
   width: 79.37px;
   height: 32px;
   flex-shrink: 0;
 }

 .container_3fbc814ea1ad {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f812126968f0 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e2c569a270ff {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f822aa33a70c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_a6ca2cee30b9 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_1f050e36f3ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .text_811bd58786a0 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3dcfeee78c5f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .text_10370babb8d3 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_92d17fe58406 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .text_f4a24b6c2c9c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_88d0256ccb12 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .text_7cdad79402eb {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_4ca3eb0d0bc2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_b6d8521cc5dd {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_59a2c1a38d61 {
   width: 162.77px;
   height: 120px;
   position: absolute !important;
   left: 32px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c03a2e9b250 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
 }

 .container_2f51ea137506 {
   padding: 16px 16px 0 20px;
   width: 100%;
   min-width: 0;
   height: 152px;
   flex-shrink: 0;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .container_0f4e438a498e {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe3b2dee02d7 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d96a245eeea {
   width: 863px;
   height: 536px;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 1382px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b32b29dc4f1e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1918px;
   flex-shrink: 0;
 }

 .container_5aaf945caa54 {
   padding: 0 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 2070px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb637c65af85 {
   padding: 64px 0 0 0;
   width: 911px;
   height: 2198px;
   position: absolute !important;
   left: 0px;
   top: 84px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_2733ed2f4e67 {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_cf6250d03068 {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_a7101da58743 {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_dad8021943ef {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_eeadb2ae361b {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_2e7d6dd8e51f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_88ba8a1f78a3 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_1d9164a92c22 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_f90d47068504 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_6f901a0a7531 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_dee0aa66fa15 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_81f4f765b529 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f689a06e4320 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba0581aed560 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e08f1422431e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_768bff729c32 {
   width: 331.58px;
   height: 128px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_de2b106271ef {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_94c15f23f230 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_d039189b85dc {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e8a8f52e5801 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_770d0e2c3f14 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea5f850c5add {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_20bca34e4a3d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_716c5126032d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_5deceb3f7d4c {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0145274e7564 {
   width: 179.75px;
   height: 128px;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f10e1765fa6 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1578cdac8c16 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_393aec4fb64d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_f3f11d776bb1 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4f376dec8f9f {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_b3319a0ea158 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_74a7f575f370 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_5069c1e1e5f2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ebf85d153838 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_d655de614ed9 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_13d4db3db756 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_f4fc689f7d88 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
 }

 .container_cea77c48dbcd {
   width: 255.66px;
   height: 128px;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e9f696daaa91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
 }

 .text_5b8351d450f2 {
   width: max-content;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_95166d48e6fe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_57544b998aa4 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_e4ffa1f6bdf0 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4339348819e8 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 2282px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_cbc934185443 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2641px;
   flex-shrink: 0;
   background: #eeebe5;
 }

 .container_0b7d7cc284f0 {
   width: 911px;
   height: 634px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_77805f458f60 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_b87dab228485 {
   width: 128px;
   height: 128px;
   transform: rotate(-139.76640875901256deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 119.05px;
   top: 312.7px;
 }

 .container_09789ca32049 {
   width: 83.82px;
   height: 83.82px;
   transform: rotate(-85.87998809119365deg);
   transform-origin: 0 0;
   border-top: 2.1px solid #3a3a3aff;
   border-right: 2.1px solid #3a3a3aff;
   border-bottom: 2.1px solid #3a3a3aff;
   border-left: 2.1px solid #3a3a3aff;
   position: absolute !important;
   left: 298.85px;
   top: 504.79px;
 }

 .container_4dd443e318cc {
   width: 47.41px;
   height: 47.41px;
   transform: rotate(27.77883060432817deg);
   transform-origin: 0 0;
   border-top: 2.37px solid #3a3a3aff;
   border-right: 2.37px solid #3a3a3aff;
   border-bottom: 2.37px solid #3a3a3aff;
   border-left: 2.37px solid #3a3a3aff;
   position: absolute !important;
   left: 653.33px;
   top: 423.48px;
 }

 .container_9e1faf4df688 {
   width: 64px;
   height: 64px;
   transform: rotate(1.209076944316651deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 228.43px;
   top: 316.2px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_fea7b60962c9 {
   width: 64px;
   height: 64px;
   transform: rotate(-112.94399409579539deg);
   transform-origin: 0 0;
   border-top: 2px solid #8b8b8bff;
   border-right: 2px solid #8b8b8bff;
   border-bottom: 2px solid #8b8b8bff;
   border-left: 2px solid #8b8b8bff;
   position: absolute !important;
   left: 558.34px;
   top: 285.27px;
 }

 .container_2539434b7a7d {
   width: 40.24px;
   height: 35.21px;
   transform: rotate(5.292014606179844deg);
   transform-origin: 0 0;
   border-top: 1.01px solid #000000ff;
   border-right: 1.01px solid #000000ff;
   border-bottom: 1.01px solid #000000ff;
   border-left: 1.01px solid #000000ff;
   position: absolute !important;
   left: 229.34px;
   top: 438.62px;
   opacity: 0.15000000596046448;
 }

 .container_afa52987e727 {
   width: 96px;
   height: 48px;
   transform: rotate(-179.53803782726908deg);
   transform-origin: 0 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   position: absolute !important;
   left: 882.75px;
   top: 365.39px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_fbe4485365a5 {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e88b7a;
   opacity: 0.20000000298023224;
 }

 .container_81adac551285 {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_0496f9a477c2 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(128.82001452268526deg);
   transform-origin: 0 0;
   left: 380.66px;
   top: 449.79px;
 }

 .container_502d9d91d907 {
   width: 48px;
   height: 80px;
   z-index: 1;
   transform: rotate(22.026467738203156deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 652px;
   top: 334.76px;
 }

 .container_0e2b52999cec {
   width: 80.13px;
   height: 80.13px;
   z-index: 1;
   transform: rotate(0.47117928546442833deg);
   transform-origin: 0 0;
   border-top: 1px solid #3a3a3aff;
   border-right: 1px solid #3a3a3aff;
   border-bottom: 1px solid #3a3a3aff;
   border-left: 1px solid #3a3a3aff;
   position: absolute !important;
   left: 527.6px;
   top: 158.11px;
   border-radius: 16803606px 0 0 0;
 }

 .container_e685f07f9006 {
   width: 64.7px;
   height: 64.7px;
   z-index: 1;
   border-top: 2.02px solid #8b8b8bff;
   border-right: 2.02px solid #8b8b8bff;
   border-bottom: 2.02px solid #8b8b8bff;
   border-left: 2.02px solid #8b8b8bff;
   position: absolute !important;
   left: 63.65px;
   top: 252.65px;
   border-radius: 16961078px 16961078px 16961078px 16961078px;
   opacity: 0.15201599895954132;
 }

 .container_f02c327e23c7 {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_0b7626ecdde2 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_73920e875f3d {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_7481500d7642 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_d7ace331ea38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2ba4cbbca89b {
   padding: 0 0 0 0;
   width: 28px;
   height: 28px;
   z-index: 1;
   transform: rotate(123.52797978377319deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 81.4px;
   top: 221.39px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed67490d8c21 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_23fc0f8ead5d {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_9bf99edf8d37 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_0a52f59d36f0 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_71aea50e20da {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_1d52ff158d73 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_ac865e85e5de {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_0f7d89c8f665 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_08818ae3a726 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_0a7c6d372603 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_21981d23df69 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_93d8b279dde4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c1d4fa6b74d0 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0770ad094561 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f5bed2b12296 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8dc28b5cb138 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_fd9f827e21c5 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2e0639c4733d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c8f6cda7a04e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2226f8155656 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca0990e0046c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f7c3427a1331 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ba204dcf5d43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8cb7941b5aaa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e7c77535c9fc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8a0373976e0c {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0e1bf6c83ac {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d1967e6914ee {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_dbaa920fa8ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_03d9979b4446 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_4d548003c288 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c0c70b4d97b3 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_751f554d5730 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cdfdcf934feb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_fc78e7fc30da {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c6271c650e5a {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c950bba1e91f {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9e3da43576fa {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_ae264ff51138 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_193ecdfac0b5 {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1402face677d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_0b8409c3251f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_81687be1e9e7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_77f9407b1274 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_b4a9404ebf46 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9846ef7bbeb6 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_6ad04b6ec050 {
   width: 100%;
   min-width: 0;
   height: 7927.31px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_60f1f5eb77e3 {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c266769ed493 {
   width: 672px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c266769ed493 {
   overflow: visible;
 }

 .container_05a27073a718 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 3;
   left: 95.5px;
   top: 76px;
 }

 .container_530c4be11b03 {
   width: 85.73px;
   height: 85.73px;
   z-index: 3;
   transform: rotate(85.88000767724101deg);
   transform-origin: 0 0;
   border-top: 3.21px solid #9eaebbff;
   border-right: 3.21px solid #9eaebbff;
   border-bottom: 3.21px solid #9eaebbff;
   border-left: 3.21px solid #9eaebbff;
   position: absolute !important;
   left: 295.42px;
   top: -29.83px;
 }

 .container_d235b21bd1b6 {
   width: 56.46px;
   height: 56.46px;
   z-index: 3;
   position: absolute !important;
   left: 591.02px;
   top: -8.78px;
   background: #e88b7a40;
   border-radius: 16915110px 16915110px 16915110px 16915110px;
 }

 .container_7563b0f66c16 {
   width: 8px;
   height: 97.67px;
   z-index: 4;
   position: absolute !important;
   left: 287.66px;
   top: 7.17px;
   background: #5e6d7e4d;
   opacity: 0.30422499775886536;
 }

 .container_f88615c52542 {
   width: 40px;
   height: 40px;
   z-index: 3;
   transform: rotate(128.82001452268526deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 583.46px;
   top: 0.96px;
 }

 .text_9b6e7d37fe44 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 240.67px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_d54f621da236 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_c40da0166068 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b3fc72e0fb25 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ee9d7c89b7bf {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 3px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0d77d9f5ff10 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab5c1f1f19a8 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 169.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_6bf664fa135f {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_637ecebb6a54 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 336px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_59e40371330f {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eabc505934c3 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 502.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9274949ef8fa {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 52px;
   z-index: 3;
   left: 95.5px;
   top: 0px;
   background: #d4c8b8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_a8a342f7bb44 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8a342f7bb44 {
   overflow: visible;
 }

 .container_bba0ed26b2a8 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_91a789623f2b {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_4b1204794395 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_f3bf8919124b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_2faf650fbdcb {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_110d605a2dd1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2b6133cd8313 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_06eb3a4a1761 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_57f8ce9177fb {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_caee6a342b82 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_46acf9bc1557 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_4a66c2659772 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_f1cefc22a105 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_e5b7b80daf88 {
   position: absolute !important;
   overflow: visible;
   width: 117.36px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_545c2269f5e7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2388e069f303 {
   position: absolute !important;
   overflow: visible;
   width: 54.67px;
   height: 28px;
   z-index: 3;
   left: 125.36px;
   top: 13px;
 }

 .text_6770cccc11e0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_cff9975bc413 {
   position: absolute !important;
   overflow: visible;
   width: 123.68px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_67b223d2e276 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6a531a50e7af {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_05e48a0094e0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59f745fffbbc {
   position: absolute !important;
   overflow: visible;
   width: 166.57px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_7448015e2af1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_0f5c6e4cf686 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_573a3b8bfed7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3e8f25158fae {
   position: absolute !important;
   overflow: visible;
   width: 124.11px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ff397bf1450d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a70433d56dcb {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fb9cab7db775 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d177582cb7bc {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_29c38ab66077 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_66cf675b691f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_83ec8f0cd891 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_791fc6e7487c {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_83660e9c976b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ba2f047c1ef2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_40b00e8e7129 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e859d1194cbc {
   position: absolute !important;
   overflow: visible;
   width: 116.59px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_d1d61d559009 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_43083c82785c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_46fbcf2339bd {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_d61c99354293 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_be3cac90ab01 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_41f10be67e9f {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 267px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a52bb464b851 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a52bb464b851 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_cfb92e1188cf {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_9a1d27c16e59 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_e57bb12fb8ee {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0d6a8678977c {
   position: relative !important;
   overflow: visible;
   width: 68.27px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_79cd453f5138 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_d34edf58cd8a {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d34edf58cd8a {
   overflow: visible;
 }

 .container_87b88927ba58 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_ad27832e5472 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_c11b54e44773 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c4ea55851c96 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ee000c89b408 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e5da6aa5c7ba {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6feff3f876dd {
   position: absolute !important;
   overflow: visible;
   width: 145.87px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_3030f1fbf353 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_37068b7beeaf {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0c9cc9c358f1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f1de6381fcdd {
   position: absolute !important;
   overflow: visible;
   width: 159.8px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_43f030517e83 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f306f0b81a02 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e832edf818da {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ec289daf29ef {
   position: absolute !important;
   overflow: visible;
   width: 112.92px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_db32fa537155 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f0e7fd31e071 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6a04ff36cbf1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_83646b5d1ba1 {
   position: absolute !important;
   overflow: visible;
   width: 111.48px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_1d5559820c48 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_d7a4e25435e0 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c7e9b5bf210c {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 124px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 209px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_bc960fc3dd8b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 333px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_e93f7ba74a9f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_15da5758bc8a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_326c6cd31a3f {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_afa377c0e936 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 651.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0c2defaede0 {
   width: 415.5px;
   height: 651.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 525px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6bd58f8f899 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_5443b851a6f8 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.96px;
   top: 10px;
 }

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

 .text_2f9431a3640a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d406c24a3a21 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_2fb5f0fc68ea {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1200.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_bbf2387eaae1 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1264.47px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_dc16cc2a6e67 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_a7c83ce57195 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_31c8cd356625 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_b9cd30fa2af4 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_7af57d54a894 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d3ce5274fd78 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_eba5608afd23 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_50419716dd17 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_8ac3bacec6b2 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0a1fb7377aa6 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_8c914305cfe8 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_9e680767bd5f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_a310916b9697 {
   position: absolute !important;
   overflow: visible;
   width: 117.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_0491c077bb3e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_865c9fdbc0a2 {
   position: absolute !important;
   overflow: visible;
   width: 54.49px;
   height: 28px;
   z-index: 3;
   left: 125.34px;
   top: 13px;
 }

 .text_26c1514c5fe0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_72da008812fb {
   position: absolute !important;
   overflow: visible;
   width: 125.42px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_4300fad41620 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d23bfedc5ee4 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_503b173a8b91 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b14130946f8 {
   position: absolute !important;
   overflow: visible;
   width: 82.7px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_03c1092908b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1e83a59d58a9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b9178208933b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d9632ad0f948 {
   position: absolute !important;
   overflow: visible;
   width: 110.46px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_2ed3311e8ddb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_aa65ce519378 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a419696f0be9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f91eeacfff18 {
   position: absolute !important;
   overflow: visible;
   width: 111.41px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_82aaa97ac7f5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_174984fb34c5 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e81ac019f5c6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ec635003018c {
   position: absolute !important;
   overflow: visible;
   width: 151.75px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_127cfe5ec503 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6a7f38330f6e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_55cea9ada647 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6308788cf99f {
   position: absolute !important;
   overflow: visible;
   width: 102.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_de0bb66750c6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_b416c6684924 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d1204a467fb0 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_cebcd9f5647b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dbb5250d059d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_136378e3b0f7 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 286.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_64bef2b75e65 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_64bef2b75e65 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_76ef8242f42b {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_f4f7a52fbf23 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_5b31cb9a14c8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9f48d47eff9 {
   position: relative !important;
   overflow: visible;
   width: 57.34px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_a164c5ce10fe {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_e774a84c67ac {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e774a84c67ac {
   overflow: visible;
 }

 .container_ad3f43f41b8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_bf5715a8a5ec {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_ddb4b3c1bee4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6d68a67b4ad9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1f227d764bb7 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_351ac16aac58 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ffa20af64f2d {
   position: absolute !important;
   overflow: visible;
   width: 138.71px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_efd87b40e8e2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_81f5798e9145 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_40beafeb9c49 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_4b2418084a74 {
   position: absolute !important;
   overflow: visible;
   width: 96.87px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_0a9aaa3e4209 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e53452dd2891 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5538dca5e3d4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ccbdb7819e44 {
   position: absolute !important;
   overflow: visible;
   width: 97.69px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_8a894f20389c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c11afa8e2c7f {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3d4832d5b322 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_68a3c34310f8 {
   position: absolute !important;
   overflow: visible;
   width: 132.77px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_e445e89ebb43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_8bb623535317 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f782e34d21c3 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 124px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 189.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_519f1deb10e1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 313.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_fe3d2f0a254c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6dbe4f4ae740 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_a3307c221ab3 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11ca7e8e0e4a {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 631.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_71bc3685c83b {
   width: 415.5px;
   height: 631.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 544.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dac46a6333c9 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_0b21dcfa6835 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.91px;
   top: 10px;
 }

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

 .text_ca08c8dbbac7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.91px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c09ea9f48788 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_e898adc2b1c2 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1200.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_a321c3e7df2d {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1264.47px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_a6371d86df9e {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_6c3ad059d40f {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_80e73fec71a9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_8261cf7a3ea9 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_011206d06dc6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d57bde8eb3f5 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_dc215dd6f451 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_afc63c85d434 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_537d00b6c801 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_91feed98b2c1 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_30d12f3f44e5 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_e6030a3f62cb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_0e899aed039e {
   position: absolute !important;
   overflow: visible;
   width: 118.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_dd0d41a8080c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_407866dd9abe {
   position: absolute !important;
   overflow: visible;
   width: 54.47px;
   height: 28px;
   z-index: 3;
   left: 126.34px;
   top: 13px;
 }

 .text_ef6a77984cd8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_73181925c257 {
   position: absolute !important;
   overflow: visible;
   width: 127.38px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_d4102104599c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ef42319a643a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3c91376c5bb0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe170d0a81f7 {
   position: absolute !important;
   overflow: visible;
   width: 166.85px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_4d1c39ef7c79 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_36a6b030a96d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_23afb19dcfa0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6efabbed6723 {
   position: absolute !important;
   overflow: visible;
   width: 121px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_fcd0f22e432c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_13634e5f5e51 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d9745da417d1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_882cd0fc8034 {
   position: absolute !important;
   overflow: visible;
   width: 198.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_271790fa385d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a679263ee59f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_619b3c32817e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_263b04865f30 {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_2bd07a5e1dc1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_aadc5bb1c1e9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_02ce22500547 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f317da92cf56 {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_6186367bd82a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ad028821df7c {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_53eb46a4f546 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_459890fc0c5a {
   position: absolute !important;
   overflow: visible;
   width: 116.72px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_ebd7e639f3bd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_bd29f8f664df {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_564aee9a8b61 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_25f19262e78a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c174ced0bdf7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_8e2e644ce3ab {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 295px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4b5d7c62d047 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_4b5d7c62d047 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_a901b9b64777 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_3167e8c4dee8 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_3189356f39e2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_de101f521f4d {
   position: relative !important;
   overflow: visible;
   width: 74.52px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_13ad3b69db3b {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_64b556e16630 {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64b556e16630 {
   overflow: visible;
 }

 .container_18abf7070901 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6465793818b2 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_8bc08e613f56 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_884b28ade54e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_fe0fe20d2620 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_985a2c19116e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c9efa246490a {
   position: absolute !important;
   overflow: visible;
   width: 211.27px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_0e997f68333f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b48deb3f3b5b {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_336043998854 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_15224fa494a8 {
   position: absolute !important;
   overflow: visible;
   width: 125.27px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_6ac40b4f5f59 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a10caf43e36f {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fe1dffce1e65 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_70976b4f7dab {
   position: absolute !important;
   overflow: visible;
   width: 173.5px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_6d050cbf89e5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_16ea7cd52f62 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_2236acc9a271 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a2a05cbfe72d {
   position: absolute !important;
   overflow: visible;
   width: 112.92px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_6d8eb6f2f12b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c0d04048b05c {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_79f6c54cfef8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_aa1a3aa52996 {
   position: absolute !important;
   overflow: visible;
   width: 111.48px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_a3bfc8a85709 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_711fbe584d13 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f29dedbc08ec {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_5113380f4763 {
   position: absolute !important;
   overflow: visible;
   width: 91.71px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_968a35da674c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_303121615a75 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a53f88212d39 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 164px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 209px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_c0bbe241e3ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 373px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_4ddd35066b2d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b82761680b49 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_ec9d2981c711 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd5012f85cce {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 691.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9330ec83522a {
   width: 415.5px;
   height: 691.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 553px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_579f3b11a798 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_d91c6b965cdc {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.82px;
   top: 10px;
 }

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

 .text_88dd1ae256f9 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.82px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_02ce3027a8f8 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_c5cd34d203fd {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1268.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_3ebf1bff9965 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1332.47px;
   z-index: 3;
   left: 0px;
   top: 1288.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_23faa91b8902 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2620.94px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_155636773603 {
   width: 100%;
   min-width: 0;
   height: 2688.94px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cba481b3de36 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cba481b3de36 {
   overflow: visible;
 }

 .container_f953749e7107 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_7e034ea6e1e8 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_ba215e8775b0 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_6dd82b027781 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d6e7a50420b0 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_2a0c8c597cf2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eeebc0bc4a99 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_2fd7ecac9b53 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_ce5dbfb41078 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_1c06c239e59c {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_820dd248fb93 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_820dd248fb93 {
   overflow: visible;
 }

 .container_9be299ece80b {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_fd9c1c7f0d32 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0f911c836107 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9218e6ad13ad {
   position: absolute !important;
   overflow: visible;
   width: 98.53px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_9e945681ba5d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b09625862b61 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_2462acda1f7e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_864d2afdafc4 {
   position: absolute !important;
   overflow: visible;
   width: 120.99px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_9d320e621abf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1792282d1c7b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_643d9bb310ca {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d4fd6cf52eb9 {
   position: absolute !important;
   overflow: visible;
   width: 90.84px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_136d51e3d975 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ae358f7110a1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ad5ea6821103 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6a19c63cdd0b {
   position: absolute !important;
   overflow: visible;
   width: 97.52px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_db5fed91be07 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_23beae415ea9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_06d9d343d0e7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7865b7ea25ba {
   position: absolute !important;
   overflow: visible;
   width: 107.13px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_5dbb650babc2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_0e12f5fa1029 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_96f674f66362 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_54c0efecca84 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a85fe160f038 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_03ca1e1dae6b {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_25a43c887abb {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_25a43c887abb img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_42ee722ff92a {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_67b54914761e {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_79cbdc4f5d75 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4148db880265 {
   position: relative !important;
   overflow: visible;
   width: 68.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_174389927e41 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_58d62cd50c94 {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_58d62cd50c94 {
   overflow: visible;
 }

 .container_3e99d3d82278 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_0cd333ca5686 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_7bc112535cb0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 197px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_5a74c6fd8b9d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d0c97ce71642 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_f2af62b01b05 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8303065e7f7a {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 515.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c180bba53be4 {
   width: 415.5px;
   height: 515.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7fecd892a4c4 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_368e8bdda598 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_2c1e740e89a0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2527b60ea021 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_1ed16413e5e6 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 989.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_a5e2ed71171b {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1053.47px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_06693afbe5db {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_5f94fc1de193 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_606d13ccd9a8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b1410a0168ee {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_8cc326b1dac4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4336ad9d77c3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_22e0c81b4312 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_09cd679435fa {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_1d372fefbfba {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_58692d749ee7 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_58692d749ee7 {
   overflow: visible;
 }

 .container_7bec69a1d23f {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_33718009b1c8 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5a6baa429e2b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_351a8513a160 {
   position: absolute !important;
   overflow: visible;
   width: 80.63px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bc05cd8d7ac8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_3ce687c78f4f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c21c2cc0ceda {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_874801def750 {
   position: absolute !important;
   overflow: visible;
   width: 83.38px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c0fb0349f877 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_75f57f94e4a3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5e4ad1ef598f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8e95fc51d6b8 {
   position: absolute !important;
   overflow: visible;
   width: 128.23px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3ae2d04f0254 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e7dd1ac918aa {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_33765de5ae7d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_27e617682dac {
   position: absolute !important;
   overflow: visible;
   width: 109.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_88aa41dab67f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c7f5d36e2bd9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_9bb56438e55f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b6120550b88b {
   position: absolute !important;
   overflow: visible;
   width: 99.48px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_57219b91e02a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_1a57a2588315 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_83550917f305 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_16e246599402 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_89b2e78eec9d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_44acac581469 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_822b8db6907f {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_822b8db6907f img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_2c9e2a26b5a3 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_af881e0508c3 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_fb50f014219d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_179af0ef382b {
   position: relative !important;
   overflow: visible;
   width: 67.64px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6ecffea59b3b {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_db9b9c52c239 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db9b9c52c239 {
   overflow: visible;
 }

 .container_009a40834ba0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_0430f1cbe38a {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_c5c7e8751e7b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_0c395095a32f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_960a0624ce94 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_219d76a0591c {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_40dbb3a6cc4c {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c30f38b6fc1e {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8df646c6ed8f {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_ab28fddad425 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_58162e50546c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0e011a9b9174 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_85c8db130b6e {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 989.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_9f07e730b602 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1053.47px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_041c69817185 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_e94865dd932c {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_f13a5b94c4f5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_047a51832ac6 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_52a55d492203 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_66c897f8fa4a {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_5bed33bfe227 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_fadda9efcc83 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_80cc04c69a83 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_3827a5d60a14 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3827a5d60a14 {
   overflow: visible;
 }

 .container_5ee61b00e248 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_daa5bfbd8fc0 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_84f548452ac6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_738ae709c1fc {
   position: absolute !important;
   overflow: visible;
   width: 108.32px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3a1380635886 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2c58d888bef5 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6785a99ac305 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_637ba6d3273e {
   position: absolute !important;
   overflow: visible;
   width: 104.67px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a975dcd81b9b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_869e8ff9e162 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_139d5d08a2b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_26c91475fbd4 {
   position: absolute !important;
   overflow: visible;
   width: 88.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_255d195390b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_04569c75ba36 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_76e4c4a6ab08 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_999e74debfa8 {
   position: absolute !important;
   overflow: visible;
   width: 96.51px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a27464a93c79 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_4eb2f78bfa44 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_82d3ac04d694 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8f3112245ae1 {
   position: absolute !important;
   overflow: visible;
   width: 122.39px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a2f97ca15c7b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_2af22c23231c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a0d741ac76bf {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_ec344f7a3571 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c2343f9439e0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_f4ce6524099c {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_32e585583679 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_32e585583679 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_bb457459c84c {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_b472302b366f {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_6c1f92855530 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_192b62c5e2a3 {
   position: relative !important;
   overflow: visible;
   width: 65.35px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_ee29628e7470 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_78569014d662 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_78569014d662 {
   overflow: visible;
 }

 .container_8074c55542f6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_5c80ad395c69 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_ca3cc30cb993 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_c1f009544d5b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_90ee875ad558 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_4d7071f4c323 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2962bc480ed {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac64b9413aa6 {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e997c7b09ede {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_1433127457ed {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_4fe239d613c7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_512f801c0c25 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_e7281e085bb4 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_fde2ff5ef61c {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 0px;
   top: 1077.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_a022c7735f4a {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_47a1c1bb2318 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_f2784aef0ccd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_73c8ca44a91c {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_8a50d9450dbd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ea486fdaf733 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_1cdec3dd4d3e {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_ce52b948c4b4 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_7a902012f417 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_26dfe081504a {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_26dfe081504a {
   overflow: visible;
 }

 .container_d8dbf3eb69fd {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c23ac009922d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0a229941cdef {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_248b7e4f2f71 {
   position: absolute !important;
   overflow: visible;
   width: 107.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_656e77e43d30 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_586755580868 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f549ebac6e47 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_458d4cb3a3a1 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1259d3d92b79 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b6cdff5a98d8 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_17fd88326cf3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ad1733c69272 {
   position: absolute !important;
   overflow: visible;
   width: 104.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f88ded6c4b77 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_7f6e65cb3831 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a0e039ecc2b2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5c77b3e1eef4 {
   position: absolute !important;
   overflow: visible;
   width: 130.05px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3e0651215855 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_9d62e054763d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_9acba9dcef8c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a08ec94a9d7f {
   position: absolute !important;
   overflow: visible;
   width: 109.86px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f26d04a61ced {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_19b94b9a40fd {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d1fe8df20da8 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_929641a93b69 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7ef08220b49f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_c3aa35503a92 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a9313f69b775 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a9313f69b775 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_75c339a76a1d {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_27694bbbf079 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_bb85194b54e2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8c61bd0732e3 {
   position: relative !important;
   overflow: visible;
   width: 52.55px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_fda3878eca03 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_4e7d4e7eb7f6 {
   width: 342px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e7d4e7eb7f6 {
   overflow: visible;
 }

 .container_ce75e5a51afa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_cbafd91a8daa {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_8730102e40a7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bad4b8a709db {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7e5b78966f55 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_b888f4c886bf {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e85b072593fc {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a7670814ddb {
   width: 415.5px;
   height: 476.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec4b26ed39a9 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_07a102e62cc9 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_88da7b2a0ba1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_adb719d8ad74 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_770df8eb5d49 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_1c02efe93c19 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 443.5px;
   top: 1077.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_f8f1842b43a5 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_504334cf3feb {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_9f1f8d6ee53a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_57e77ce1bf6f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_36be7ed160b7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_564bee17da58 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_485873495479 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_aa6ea1e75268 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_d2a4bf6fee6b {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_49607b0a87ee {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_49607b0a87ee {
   overflow: visible;
 }

 .container_829024392a5b {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6c59dd68cc6f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6028a916b6d3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ac5159cca268 {
   position: absolute !important;
   overflow: visible;
   width: 105.27px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_6a276da5ab6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5dd56b8fd7d2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b61243f89a64 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ae784274c690 {
   position: absolute !important;
   overflow: visible;
   width: 104.34px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_f56cda6914f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_602439b68ca2 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8d43c4b2062a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_104545142052 {
   position: absolute !important;
   overflow: visible;
   width: 90.68px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_0935410b8ffb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2ccf7cbda4f6 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d1a4b6d6505e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1e80e765635a {
   position: absolute !important;
   overflow: visible;
   width: 123.52px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_8eac0e486527 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_cff400ed191e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_64c3cb99e897 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e8c9f557c9d4 {
   position: absolute !important;
   overflow: visible;
   width: 130.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_44f5a78f1cbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_7d5cab548a38 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_45874468b986 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_08863efd58df {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_69219122dbab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_d6698661a1b7 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_11d4dc5ba690 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_11d4dc5ba690 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_a1389ece1809 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_68b716187666 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_9142fd0de364 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9c7fe8deee13 {
   position: relative !important;
   overflow: visible;
   width: 57.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_70e69e872d53 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_81725ccce405 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_81725ccce405 {
   overflow: visible;
 }

 .container_4a75b022e7a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_715a1b99e894 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_70498587c68d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_a00d674f517d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_da6c2b089045 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_7de914e34dbd {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_acc083341cd7 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_907dc28cc900 {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7f34ab5dd928 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_7f135088b4fd {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_08012c929533 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ec0d712ac23 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_9c93d554ca68 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_7f7d72ca634f {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 0px;
   top: 2135.44px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_19481733f4f4 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_77662f81ea7a {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_de7fc0baf2ff {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6a239d0d4048 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_43ea88c76b6f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_21e29b989976 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_ee8180d0ea01 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_11bcc9c40821 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_add17d56d94e {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_3834735b0bd4 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3834735b0bd4 {
   overflow: visible;
 }

 .container_24be6c8bf1eb {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a8070701b42e {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b77ef521f611 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_db2ab89645da {
   position: absolute !important;
   overflow: visible;
   width: 107.89px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_e8af35200451 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_bc85e4cfa063 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f00feebfeaa1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a3d55abb4ee0 {
   position: absolute !important;
   overflow: visible;
   width: 140.55px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_026e9532f050 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f8312f3f1619 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6e2298579889 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bbd74d73e4da {
   position: absolute !important;
   overflow: visible;
   width: 120.91px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_6669c7b5d05b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_275a7b92efc4 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7fabb476bafe {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4836da8e05ba {
   position: absolute !important;
   overflow: visible;
   width: 109.36px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_660927ac0397 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_8788eea9c75f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1666e0816afb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76bf57b874a8 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_36f9f343754a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_1224ec6a2785 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_aa9296cc6afb {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_7023827d665e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_03f8d4cc9e25 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_b8b620b67099 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6d8d191e8654 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_6d8d191e8654 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_26e07498e00e {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_c33431978708 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_9b156db859f7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_006193fbbb2e {
   position: relative !important;
   overflow: visible;
   width: 57.34px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_597890ea05eb {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_9976891d027a {
   width: 342px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9976891d027a {
   overflow: visible;
 }

 .container_210b42d71fd5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_72a1e984b743 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_3cefdf6e4e8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b8d1c9ae4c11 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_707122c39915 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_fb0eba44468a {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6660e1778c95 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0e0492b2ffd {
   width: 415.5px;
   height: 476.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d06fc193fc02 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_c25a0933e743 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_6eacb2f703e2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1f3fd58acc23 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_f0dbd1974ebd {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_09576555b8e2 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 3;
   left: 443.5px;
   top: 2135.44px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e04fbad8b68e {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_5a296d4196e7 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_b31e57fbee8d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a8dca3554f3b {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_bebfe058c3f5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5ff84f410d19 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 144px;
 }

 .container_fe75be0b6f94 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_a4fdc6dd18a6 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_ee6f8d967ad9 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_06e66d0a40bb {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_06e66d0a40bb {
   overflow: visible;
 }

 .container_7b3955d88fd2 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a4872cc9ef17 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b40575d9f641 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a6337d5d64d7 {
   position: absolute !important;
   overflow: visible;
   width: 115.36px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_47525a8300a7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_ee4af40d2bd9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_64069862b615 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe7f28da211d {
   position: absolute !important;
   overflow: visible;
   width: 85.05px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_587e4fca90b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1ae24f27587f {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7ab74eab8a24 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e0c72dffa2f {
   position: absolute !important;
   overflow: visible;
   width: 127.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_5eef7ca79da3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_844fe7af205d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_65169fe65c75 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_11245a6e8a0e {
   position: absolute !important;
   overflow: visible;
   width: 99.26px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_25560fd0432c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d0245c8d936b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_76068a3b4b5e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea8d93fb9eba {
   position: absolute !important;
   overflow: visible;
   width: 90.42px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_45bc17b865d5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_a4156dc52055 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b05893fd7a6b {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_cd5f09397841 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_64d2be586bdb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_529d5a0fca62 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 287.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_34f0eacaee5e {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_34f0eacaee5e img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_db406047a79c {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_25d6716eb471 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_136ddd94df36 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_54229b596f6b {
   position: relative !important;
   overflow: visible;
   width: 57.55px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_73dc8534fc0a {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_951b4a65e916 {
   width: 342px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_951b4a65e916 {
   overflow: visible;
 }

 .container_76c54fccbd19 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_5d4029a5ee43 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_5d1b42798c9d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_3f778b51b42d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6a258b1d270c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_18fa48fcd66b {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bfb32e83fd8 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_22a01a5b4aa4 {
   width: 415.5px;
   height: 476.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 505.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14de25f6cadd {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_ab740132c319 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_944cca5d3624 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8153d776c627 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_da84303015f0 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1005.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_0b8a015d187f {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1069.97px;
   z-index: 3;
   left: 0px;
   top: 3193.41px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_645ebf408871 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_c8f91a9b3b21 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_6ce666498ac7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ea6efd832bc6 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_5b7ae6e94fe5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_91353dd43658 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 180px;
 }

 .container_857c6a031d1f {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_c386f839fd05 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_c168fe96f0f7 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_7f233bfa69bf {
   padding: 2px 8px 2px 8px;
   width: 62.23px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_822f996949e9 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 204px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_02abb464a081 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_02abb464a081 {
   overflow: visible;
 }

 .container_3a0c81d08386 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2c250e03c7b1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b2234e245d74 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_400cb6eb06b3 {
   position: absolute !important;
   overflow: visible;
   width: 96.73px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_297f626f838a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_f2e100526a0a {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_bb4860e85e30 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4941b5cafc88 {
   position: absolute !important;
   overflow: visible;
   width: 71.37px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_5085c5cbf607 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_afca72f71564 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_dca956c67cc7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_233a9fca1502 {
   position: absolute !important;
   overflow: visible;
   width: 95.41px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_060acbf20ffe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b80da56b94fc {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_12a5dc63e01b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_98650eb54a40 {
   position: absolute !important;
   overflow: visible;
   width: 104.42px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_8645ddec2bdd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2066a1a83403 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c9855b209dd6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4bc8cbb4c171 {
   position: absolute !important;
   overflow: visible;
   width: 91.76px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1c11d757b813 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_33a1967ded3e {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6da004ce5aae {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_01da53185fa9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b6ca9b93446d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_dd5205fcc746 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 230px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fad66550a2d9 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_fad66550a2d9 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_3f6717e4fcba {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_db1307992d5d {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_3856d174fa43 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c1868deb672 {
   position: relative !important;
   overflow: visible;
   width: 57.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_02220fd5b39d {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_192f70c57273 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_192f70c57273 {
   overflow: visible;
 }

 .container_c1b499d5c600 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_62f4ecb16842 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_4290490a4ab8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_dcd86b42eeca {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6354f64c5315 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_c2c63b326ab2 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e42dcf404293 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab68d50b97ef {
   width: 415.5px;
   height: 495.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 486px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f860ba715fcd {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_57013db2de9c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_75d4da9485cf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_58310cdbd816 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_f86bd65c4ab5 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1005.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_d186acd492e7 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1069.97px;
   z-index: 3;
   left: 443.5px;
   top: 3193.41px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_64dde2711e0f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4263.38px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_e751da617bd1 {
   width: 100%;
   min-width: 0;
   height: 4331.38px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c38f4d6677c6 {
   width: 863px;
   height: 7084.31px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 108px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4fe14ad0a571 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 7192.31px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_6e570099885c {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 7356.31px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c9d07caae3e2 {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_02f599424fae {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_034f237490cb {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_53da078caeb7 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_0b326c582e02 {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_66b849e86cc7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_e1a1bb581204 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_85d236362917 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_f7d307dfade3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_d18a99e3de88 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_9a8e2c32771b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_9ff570809592 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5456632b933b {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3eb4212511da {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1cb8ddae8625 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_acd0b36fe6fb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9b57767a9550 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ae32a35cf8c7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c63e7948f8c1 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_55b7a82662c2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2eb181b32458 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_9c047b44390f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b73e25be5aac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_3d39b1796fc2 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_639930971887 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_7994a5a78d98 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c8c2324683ff {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_04e52ed3ae4c {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_b971fde519f4 {
   width: 911px;
   height: 7927px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_d8c5c33b54a0 {
   width: 128px;
   height: 128px;
   transform: rotate(-34.61761671749327deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 10.82px;
   top: 206.19px;
 }

 .container_e591d0c46d38 {
   width: 83.03px;
   height: 83.03px;
   transform: rotate(68.08000751651419deg);
   transform-origin: 0 0;
   border-top: 2.08px solid #3a3a3aff;
   border-right: 2.08px solid #3a3a3aff;
   border-bottom: 2.08px solid #3a3a3aff;
   border-left: 2.08px solid #3a3a3aff;
   position: absolute !important;
   left: 366.68px;
   top: 411.99px;
 }

 .container_6d944bac21a0 {
   width: 51.56px;
   height: 51.56px;
   transform: rotate(43.36516327631412deg);
   transform-origin: 0 0;
   border-top: 2.58px solid #3a3a3aff;
   border-right: 2.58px solid #3a3a3aff;
   border-bottom: 2.58px solid #3a3a3aff;
   border-left: 2.58px solid #3a3a3aff;
   position: absolute !important;
   left: 662.21px;
   top: 419.05px;
 }

 .container_d4553e95da9e {
   width: 64px;
   height: 64px;
   transform: rotate(95.99461380755932deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 294.92px;
   top: 309.85px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_6abe94453d2b {
   width: 64px;
   height: 64px;
   transform: rotate(62.30400945625793deg);
   transform-origin: 0 0;
   border-top: 2px solid #8b8b8bff;
   border-right: 2px solid #8b8b8bff;
   border-bottom: 2px solid #8b8b8bff;
   border-left: 2px solid #8b8b8bff;
   position: absolute !important;
   left: 588.8px;
   top: 200.12px;
 }

 .container_f4990b767472 {
   width: 42.08px;
   height: 36.82px;
   transform: rotate(46.72798811820828deg);
   transform-origin: 0 0;
   border-top: 1.05px solid #000000ff;
   border-right: 1.05px solid #000000ff;
   border-bottom: 1.05px solid #000000ff;
   border-left: 1.05px solid #000000ff;
   position: absolute !important;
   left: 246.73px;
   top: 430.06px;
   opacity: 0.15000000596046448;
 }

 .container_c8b73402c544 {
   width: 96px;
   height: 48px;
   transform: rotate(-140.44259724712717deg);
   transform-origin: 0 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   position: absolute !important;
   left: 852.33px;
   top: 390.07px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_ed8508f5df6d {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e88b7a;
   opacity: 0.20000000298023224;
 }

 .container_32e2eb9e8696 {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_13f3b350f24a {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(77.87999146774246deg);
   transform-origin: 0 0;
   left: 360.23px;
   top: 416.66px;
 }

 .container_437dcda2fa00 {
   width: 48px;
   height: 80px;
   transform: rotate(85.71677305954172deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 697.35px;
   top: 348.61px;
 }

 .container_d8243b8dfceb {
   width: 88.91px;
   height: 88.91px;
   z-index: 1;
   transform: rotate(33.42598423967447deg);
   transform-origin: 0 0;
   border-top: 1.11px solid #3a3a3aff;
   border-right: 1.11px solid #3a3a3aff;
   border-bottom: 1.11px solid #3a3a3aff;
   border-left: 1.11px solid #3a3a3aff;
   position: absolute !important;
   left: 554.72px;
   top: 136.91px;
   border-radius: 18646514px 0 0 0;
 }

 .container_41f8cd995325 {
   width: 89.53px;
   height: 89.53px;
   z-index: 1;
   border-top: 2.8px solid #8b8b8bff;
   border-right: 2.8px solid #8b8b8bff;
   border-bottom: 2.8px solid #8b8b8bff;
   border-left: 2.8px solid #8b8b8bff;
   position: absolute !important;
   left: 51.24px;
   top: 240.24px;
   border-radius: 23469122px 23469122px 23469122px 23469122px;
   opacity: 0.29012998938560486;
 }

 .container_d7b337b3a304 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_b6bbee0f9a55 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_f5211cbb55e8 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_dfe5b51a64f4 {
   width: 12px;
   height: 12px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_aa27e2b3738b {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 2;
   transform: rotate(31.15198571709794deg);
   transform-origin: 0 0;
   left: 57.26px;
   top: 206.1px;
 }

 .container_7ed54d946a78 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_2c19ae9d6554 {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_8eae2cb948bc {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_b112f41b778d {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_7ebffd546ff7 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_ccef6dc27a9b {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_cdd54c60b884 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_bb15603165f5 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ed4fa61e9f5f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_bf8868c140b3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ba89efbd042f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3f68a6015644 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_c2d9b994b266 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17fa0deef005 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_67bee41e2885 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_64db387f7ef5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_41f6388bf101 {
   width: 331.58px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d21dfb6233e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e08e7b3f12ee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_f7f191fb30f8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9f5a4fb1ce4b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_3ec5523e2d44 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_22730908ed0b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_a5e1f93328d7 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_282728fda200 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_962f98fccf53 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1d068838e0e {
   width: 179.75px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_419503316a1e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5dce9b727935 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2669dffce354 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
   opacity: 0.6000000238418579;
 }

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

 .text_0e196e4d51d6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4db0de26bada {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_e5c5973e8d2d {
   width: 255.66px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_feb25b7f3f0d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
   opacity: 0.6000000238418579;
 }

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

 .text_ef6c2225781c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7ef65c50fb85 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_d54b0e3a9a6a {
   width: 255.66px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_798700def560 {
   width: 255.66px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_dbf43e207f23 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_02be582da642 {
   width: 255.66px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d3fc11e9b62 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_a40907cf277c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2eb28a1d229b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_6378d45d3be5 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_2a0cfd052a5d {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dac56a3c47ff {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_0f172c4ad631 {
   width: 100%;
   min-width: 0;
   height: 2970.94px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_848f58d68210 {
   width: 911px;
   height: 634px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d8dd32515765 {
   width: 672px;
   height: 56px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d8dd32515765 {
   overflow: visible;
 }

 .container_820e7eabd762 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 4;
   left: 95.5px;
   top: 76px;
 }

 .container_29c748bb7d5c {
   width: 84.54px;
   height: 84.54px;
   z-index: 4;
   transform: rotate(-68.07999515290686deg);
   transform-origin: 0 0;
   border-top: 3.17px solid #9eaebbff;
   border-right: 3.17px solid #9eaebbff;
   border-bottom: 3.17px solid #9eaebbff;
   border-left: 3.17px solid #9eaebbff;
   position: absolute !important;
   left: 200.76px;
   top: 39.43px;
 }

 .container_ea3ae0336644 {
   width: 72.75px;
   height: 72.75px;
   z-index: 4;
   position: absolute !important;
   left: 582.87px;
   top: -36.32px;
   background: #e88b7a40;
   border-radius: 21796100px 21796100px 21796100px 21796100px;
 }

 .container_590f5bbd8d6b {
   width: 8px;
   height: 127.3px;
   z-index: 5;
   position: absolute !important;
   left: 287.66px;
   top: -7.65px;
   background: #5e6d7e4d;
   opacity: 0.4028480052947998;
 }

 .container_b5450e3b6d63 {
   width: 40px;
   height: 40px;
   z-index: 4;
   transform: rotate(77.87999146774246deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 570.69px;
   top: -19.75px;
 }

 .text_e8aa772e1bd0 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 240.67px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_1e98e4aed70f {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 6;
   left: 0px;
   top: 0px;
 }

 .container_0a8179d22638 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_049214580400 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f76a2cb13bd7 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 3px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_80fe327b080e {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_356d2896458c {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 169.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_160a64b8d160 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5398a89a34f8 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 336px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_5fcc708b9236 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_09a4049893d6 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 502.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_30abdcba863f {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 52px;
   z-index: 4;
   left: 95.5px;
   top: 0px;
   background: #d4c8b8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1f17c255c2bf {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_f03d6df123eb {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_9feafa705582 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_669a256cc836 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 110px;
 }

 .text_3428f1d829fc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_34dfa3dc1a6e {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 4;
   left: 24px;
   top: 144px;
 }

 .container_6c9b0195c63d {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_200dd5ef411b {
   width: 367.5px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_e44f18bca57d {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 4;
   left: 2px;
   top: 2px;
 }

 .text_4b0bce018368 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4b0bce018368 {
   overflow: visible;
 }

 .container_8e0d667d9808 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b7ea08c9625e {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6a8ff1335882 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_21ef3072ee95 {
   position: absolute !important;
   overflow: visible;
   width: 105.27px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_666b82da6d4b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_6ccc08ea1481 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1cfdf7ef6eaa {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9a370f4a8a05 {
   position: absolute !important;
   overflow: visible;
   width: 104.34px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_de376514a05c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_e17c1bbd026c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_58ccbe91b286 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0f87ea329c82 {
   position: absolute !important;
   overflow: visible;
   width: 90.68px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_b6054643ccc4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_3129698ad674 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8d3a1ce061ac {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6006d1486dd0 {
   position: absolute !important;
   overflow: visible;
   width: 123.52px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_23bf85ee98da {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_c094a62f9e1c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c806c9b7c6f8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2a70cad8e690 {
   position: absolute !important;
   overflow: visible;
   width: 130.31px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_66108efefae3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_781f0b23b1fa {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ef53cc32ec9e {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_91a7247027e1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6476aed567e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_5d87c2848a12 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2116a25bde46 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_2116a25bde46 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_2a33fa40dd95 {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_dccc1c8139ab {
   width: fit-content;
   z-index: 5;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_ff57247b6c7b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cae5ce52ac73 {
   position: relative !important;
   overflow: visible;
   width: 57.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_23ab065a3455 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_dcaa3ed4dc5d {
   width: 342px;
   height: 98px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dcaa3ed4dc5d {
   overflow: visible;
 }

 .container_2b3d324ffb74 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_832f53163e36 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 5;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_1a6e8f30bc9f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_c45c5e64fd0b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fc60023b3b01 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_762d3b083147 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7e5af803c6b {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac4608287a8c {
   width: 415.5px;
   height: 495.97px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 450px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b2251edccf8 {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_9b43f2f00b6e {
   width: 16px;
   height: 16px;
   z-index: 5;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_3ac0dfda8068 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b20ab3dba1a8 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 5;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_cd452d5dede1 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 4;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_7897a91792a0 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_b96dec938a83 {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_d92cbe3dd2f9 {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_970ec8eb8c02 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_188bea6272a4 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 110px;
 }

 .text_202f7b427203 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_67362e1c58eb {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 4;
   left: 24px;
   top: 144px;
 }

 .container_13260e16ce20 {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_acc8f5b1da7a {
   width: 367.5px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_97ff9596235a {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 4;
   left: 2px;
   top: 2px;
 }

 .text_eabf93c10793 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eabf93c10793 {
   overflow: visible;
 }

 .container_c0332bba8fca {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_18c5eeb7b7ec {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_319a092b31bf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dbd213c40f21 {
   position: absolute !important;
   overflow: visible;
   width: 107.89px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_5266800d425c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_436cc93f2fff {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8d0539b5dc44 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6ed3613b9492 {
   position: absolute !important;
   overflow: visible;
   width: 140.55px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_23cdceab9281 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_4c93ded4b029 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3d1a3f80d3bd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2e942595ce8c {
   position: absolute !important;
   overflow: visible;
   width: 120.91px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_4f43fbd1f191 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_b0d1174eb7a2 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_29bac13de5cc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a8bd2046b87e {
   position: absolute !important;
   overflow: visible;
   width: 109.36px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_b3b10e26374d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_22d5efbd7efe {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_4d37b02f648a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b5c0c6f77548 {
   position: absolute !important;
   overflow: visible;
   width: 98px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_80668ddab886 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_5470c61b5605 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0837cd96ba78 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_a6a60e9ff540 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c4ee7bc23d38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_4d45d8779d12 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 251.5px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_813e867ae81f {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_813e867ae81f img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_1f2072db3b2f {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_06e993025340 {
   width: fit-content;
   z-index: 5;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_1f0de3337a0e {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_42d5b431ea07 {
   position: relative !important;
   overflow: visible;
   width: 57.34px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_68c71c0a439a {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_8e13dde5d122 {
   width: 342px;
   height: 78px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8e13dde5d122 {
   overflow: visible;
 }

 .container_137b09da105c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_23daa093dcc6 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 5;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_4a64bc3b0b3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_c8efe59aa62b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_01745e220805 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_b46f1ad60d06 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79d114e5c188 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_14b853c84b9c {
   width: 415.5px;
   height: 476.47px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 469.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bce174f32d4c {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_2bc72944d33d {
   width: 16px;
   height: 16px;
   z-index: 5;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_28b4a44c51bd {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3113df57d122 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 5;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_9f7ed44a57ba {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 4;
   left: 2px;
   top: 969.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_87565411eafb {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1033.97px;
   z-index: 4;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_bdbd9cd53062 {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_b63567c2e561 {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_8d20e634ab08 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_730b9094bc9e {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 110px;
 }

 .text_46a02f159a2d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_466dc2bc2dd0 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 4;
   left: 24px;
   top: 144px;
 }

 .container_a3275c62f8f1 {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_98faf0eb07f3 {
   width: 367.5px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_e19e04256bdb {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 168px;
   z-index: 4;
   left: 2px;
   top: 2px;
 }

 .text_93e8e32e44c5 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93e8e32e44c5 {
   overflow: visible;
 }

 .container_c3ff967e1e3d {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_249e2716a72c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fb406b5fd11f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a0e6f27bce16 {
   position: absolute !important;
   overflow: visible;
   width: 115.36px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_3444c43e379a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_d16434e2864b {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7aa2cdffc811 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e7e6bb34d12c {
   position: absolute !important;
   overflow: visible;
   width: 85.05px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_c8825d5863de {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_f74c7158ce35 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3378a5490db4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_34acdeed9afa {
   position: absolute !important;
   overflow: visible;
   width: 127.31px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_8a410507ebef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_a7d3cc99e2cd {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3419969af219 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a574bf285c4a {
   position: absolute !important;
   overflow: visible;
   width: 99.26px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_8c893ec277ce {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_3aab2d08c248 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b08e4dbd5285 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c4c371d53d81 {
   position: absolute !important;
   overflow: visible;
   width: 90.42px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_9b2e99db1735 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_9fe2973ccfcc {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cba2036651da {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_0f1a55259166 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_98b70d82e072 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_624e646d5b25 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 287.5px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 194px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_decb2c53d578 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_decb2c53d578 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_929300f5d67e {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_ba05e8063272 {
   width: fit-content;
   z-index: 5;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_f6aa026a8e94 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b62aabe5f084 {
   position: relative !important;
   overflow: visible;
   width: 57.55px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_52926b88acbd {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_4f52d7cc6275 {
   width: 342px;
   height: 78px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4f52d7cc6275 {
   overflow: visible;
 }

 .container_2d49dad9fbf5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_4be06f693fca {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 102px;
   z-index: 5;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_709a8bce0024 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 158px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_73368939b336 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_164528405f68 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_470da26cef06 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_91157fd97785 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 476.47px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_893e92379b1d {
   width: 415.5px;
   height: 476.47px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 505.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee3fe52bca4a {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_9e44c07ac04f {
   width: 16px;
   height: 16px;
   z-index: 5;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_12824f33c1ae {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4f0a9d28e228 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 5;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_738ee3b821a0 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 4;
   left: 2px;
   top: 1005.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_d0e0782e4b5e {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1069.97px;
   z-index: 4;
   left: 0px;
   top: 1057.97px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_4905b9aae674 {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_82f9a6e8c091 {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_ac694c78d591 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1d5246e0de7f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 146px;
 }

 .text_002116d2563d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_57c636a81356 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 4;
   left: 24px;
   top: 180px;
 }

 .container_fae3b4274155 {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_dbb4f1d8619c {
   width: 367.5px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_b7b276b67647 {
   width: fit-content;
   z-index: 4;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ccf7e8531772 {
   padding: 2px 8px 2px 8px;
   width: 62.23px;
   height: 22px;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_182a18486561 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 204px;
   z-index: 4;
   left: 2px;
   top: 2px;
 }

 .text_34bb35e8441c {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34bb35e8441c {
   overflow: visible;
 }

 .container_8166574b80f0 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e295f1305663 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_56c1b8387a60 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a06debbdd75c {
   position: absolute !important;
   overflow: visible;
   width: 96.73px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_fbcaf1f5fa35 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_34ad5b48ee90 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_89afb8fb09b7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe8d366c7e86 {
   position: absolute !important;
   overflow: visible;
   width: 71.37px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_e9fff15b9608 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_d7ff4874ffeb {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0e7556203338 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_04ff2890a904 {
   position: absolute !important;
   overflow: visible;
   width: 95.41px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_db13075ec9f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_05b9370bdcea {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_88c6029fa23e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1076cdfd3a53 {
   position: absolute !important;
   overflow: visible;
   width: 104.42px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_4409d8d3acb0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_b3974ab4f323 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_91f3986a59cf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9d81a97f36b8 {
   position: absolute !important;
   overflow: visible;
   width: 91.76px;
   height: 20px;
   z-index: 4;
   left: 24px;
   top: 0px;
 }

 .container_cfc61c733e10 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6b9c103ee473 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1710156925c5 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_23a33bf8a0e1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59cd1f006878 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_5cef42ae34ad {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 232px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 230px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_61d9a8ef797f {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_61d9a8ef797f img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_358e4f265fd7 {
   width: 64px;
   height: 64px;
   z-index: 4;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_ca5d5ec599fb {
   width: fit-content;
   z-index: 5;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_bb24c1411a47 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2feec9b3c159 {
   position: relative !important;
   overflow: visible;
   width: 57.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_6f8bc0ebd350 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_79416a42f849 {
   width: 342px;
   height: 98px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_79416a42f849 {
   overflow: visible;
 }

 .container_a31e8fa94ef2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_c070f273145f {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 5;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_406534285a5c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 177.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_e149ebbf46e0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c4631bd2574a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_e0c66d837175 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14590b260f0b {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 495.97px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_79646928f513 {
   width: 415.5px;
   height: 495.97px;
   z-index: 4;
   position: absolute !important;
   left: 2px;
   top: 486px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0d112e9709de {
   width: 32px;
   height: 32px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_3e31c045a9fd {
   width: 16px;
   height: 16px;
   z-index: 5;
   position: absolute !important;
   left: 129.96px;
   top: 10px;
 }

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

 .text_40ad7e6ce3ae {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 161.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8739aa7a56d4 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 5;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_ac5ea88fcf99 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 4;
   left: 2px;
   top: 1005.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_6282b6e75914 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1069.97px;
   z-index: 4;
   left: 443.5px;
   top: 1057.97px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_bef893bd1a9a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 2127.94px;
   z-index: 4;
   left: 0px;
   top: 108px;
 }

 .container_0d2ef99120a4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2235.94px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_2bd7bd2e461e {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 2399.94px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6c0f83207fbc {
   width: 33.33px;
   height: 33.33px;
   z-index: 4;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_812658c8ac17 {
   width: 26.67px;
   height: 26.67px;
   z-index: 5;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_2aa4e7945580 {
   width: 20px;
   height: 20px;
   z-index: 6;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_3bced46c514f {
   width: 13.33px;
   height: 13.33px;
   z-index: 7;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a7ad8bd3c9f2 {
   width: 8px;
   height: 8px;
   z-index: 8;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_0b44bb5fbedc {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_078e4ec40e1c {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_18751d264158 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_a9e6eb014b70 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_c3bf974aa3cb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_01cc03824993 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_5ba5589a007b {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfc67cea1efb {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b7b41a75db9e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_48b5bedb5887 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_3b7d3dda2197 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c8a56661c5ec {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_ef103c211970 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5050cb9d60e6 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_ec2839247f63 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_634ff0a81780 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_6a9a565f5790 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b41e04bccddb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_cd601c63b62f {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e5c0bd4a4b28 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_c1e8873b96fc {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1795223f08b5 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 4;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d68bbe8314ed {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 4;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_f4857452359e {
   width: 911px;
   height: 2971px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_4c282160f93e {
   width: 128px;
   height: 128px;
   transform: rotate(-5.788812960049077deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 26.51px;
   top: 165.28px;
 }

 .container_05af95ab3a7f {
   width: 84.09px;
   height: 84.09px;
   transform: rotate(-91.96000678314164deg);
   transform-origin: 0 0;
   border-top: 2.1px solid #3a3a3aff;
   border-right: 2.1px solid #3a3a3aff;
   border-bottom: 2.1px solid #3a3a3aff;
   border-left: 2.1px solid #3a3a3aff;
   position: absolute !important;
   left: 303.08px;
   top: 509.46px;
 }

 .container_c8d9103b62eb {
   width: 45.33px;
   height: 45.33px;
   transform: rotate(19.983387643473776deg);
   transform-origin: 0 0;
   border-top: 2.27px solid #3a3a3aff;
   border-right: 2.27px solid #3a3a3aff;
   border-bottom: 2.27px solid #3a3a3aff;
   border-left: 2.27px solid #3a3a3aff;
   position: absolute !important;
   left: 649.7px;
   top: 426.45px;
 }

 .container_4615a3466755 {
   width: 64px;
   height: 64px;
   transform: rotate(177.70775825786333deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 293px;
   top: 359.95px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_2ac389ac1e86 {
   width: 64px;
   height: 64px;
   transform: rotate(110.3520101623808deg);
   transform-origin: 0 0;
   border-top: 2px solid #8b8b8bff;
   border-right: 2px solid #8b8b8bff;
   border-bottom: 2px solid #8b8b8bff;
   border-left: 2px solid #8b8b8bff;
   position: absolute !important;
   left: 616.47px;
   top: 224.45px;
 }

 .container_1cbe670cd0da {
   width: 44.32px;
   height: 38.78px;
   transform: rotate(-97.23597379346799deg);
   transform-origin: 0 0;
   border-top: 1.11px solid #000000ff;
   border-right: 1.11px solid #000000ff;
   border-bottom: 1.11px solid #000000ff;
   border-left: 1.11px solid #000000ff;
   position: absolute !important;
   left: 231.3px;
   top: 482.43px;
   opacity: 0.15000000596046448;
 }

 .container_d18ad97dc049 {
   width: 96px;
   height: 48px;
   transform: rotate(39.557402752872854deg);
   transform-origin: 0 0;
   border-top: 1px solid #8b8b8bff;
   border-right: 1px solid #8b8b8bff;
   border-bottom: 1px solid #8b8b8bff;
   border-left: 1px solid #8b8b8bff;
   position: absolute !important;
   left: 797.67px;
   top: 291.93px;
   border-radius: 16777200px 16777200px 0 0;
 }

 .container_a16b5db5f2c4 {
   width: 64px;
   height: 2px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   background: #e88b7a;
   opacity: 0.20000000298023224;
 }

 .container_95b5d8242eeb {
   width: 2px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 32px;
   top: 0px;
   background: #9eaebb;
   opacity: 0.20000000298023224;
 }

 .container_ff64c0b4c5e6 {
   position: absolute !important;
   overflow: visible;
   width: 64px;
   height: 64px;
   z-index: 1;
   transform: rotate(-42.05996996930098deg);
   transform-origin: 0 0;
   left: 290.47px;
   top: 452.34px;
 }

 .container_b6ee78dd82ff {
   width: 48px;
   height: 80px;
   transform: rotate(160.69413269708846deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 695.12px;
   top: 399.1px;
 }

 .container_0f4b786b954f {
   width: 88.93px;
   height: 88.93px;
   z-index: 1;
   transform: rotate(33.48439996230052deg);
   transform-origin: 0 0;
   border-top: 1.11px solid #3a3a3aff;
   border-right: 1.11px solid #3a3a3aff;
   border-bottom: 1.11px solid #3a3a3aff;
   border-left: 1.11px solid #3a3a3aff;
   position: absolute !important;
   left: 554.78px;
   top: 136.88px;
   border-radius: 18649786px 0 0 0;
 }

 .container_dd50782a99b2 {
   width: 65.34px;
   height: 65.34px;
   z-index: 1;
   border-top: 2.04px solid #8b8b8bff;
   border-right: 2.04px solid #8b8b8bff;
   border-bottom: 2.04px solid #8b8b8bff;
   border-left: 2.04px solid #8b8b8bff;
   position: absolute !important;
   left: 63.33px;
   top: 252.33px;
   border-radius: 17127340px 17127340px 17127340px 17127340px;
   opacity: 0.15380200743675232;
 }

 .container_3c33a282ee1c {
   width: 12px;
   height: 12px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_0d86eca35786 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 0px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_df73c71174d7 {
   width: 12px;
   height: 12px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_e9cf3d9aa9c9 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 16px;
   top: 16px;
   background: #e88b7a;
   opacity: 0.15000000596046448;
 }

 .container_950b3d01dbda {
   position: absolute !important;
   overflow: visible;
   width: 28px;
   height: 28px;
   z-index: 1;
   transform: rotate(55.176019611703836deg);
   transform-origin: 0 0;
   left: 65.5px;
   top: 205.84px;
 }

 .container_e11611ca8f73 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_9b23f3aa351d {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_8e7f08e09616 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_b7769c1ef713 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_e06ffbef99b4 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a0051e5a094a {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_b9ed3f48f99c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_6f73322c6e40 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_67aba7b6fbcb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_64063b495b79 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bfd4113a5347 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_acf3a621c954 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_f002b625b145 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_88256144b865 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d04fcda4fae6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_182f200eb0e9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_78dd58b150a6 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ea586d6153d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f92af1873998 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_dca9fefdf7fd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_21552a06cf07 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_0fd8ce01ce72 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd00ee3ffbcb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_14ea57124649 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f08d604ca850 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1aad3bdce08c {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe0c0325b136 {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_cea26d38c3c9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_34caee61e0da {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_0ef40646dd26 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_6b0072378e9f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9519d45d6b70 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_7781f6a6dd79 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ccd760bcde6b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_3c5f29bb506a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_346e85dcd2ce {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_cfac2c4bf925 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a139d2ead463 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_4aa949eeade2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_e2aef3567eab {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_38445966e5ef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_52a20dc5526d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a75a094cf3cf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4758f1d96386 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_86a90820e525 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_37ba37b14039 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_4be2b2900890 {
   width: 100%;
   min-width: 0;
   height: 4732.91px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_233a37dbc8bb {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e27138824665 {
   width: 672px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e27138824665 {
   overflow: visible;
 }

 .container_6029e93d03fb {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   z-index: 3;
   left: 95.5px;
   top: 76px;
 }

 .container_1e14f0f3560c {
   width: 86.13px;
   height: 86.13px;
   z-index: 3;
   transform: rotate(91.96000763641575deg);
   transform-origin: 0 0;
   border-top: 3.23px solid #9eaebbff;
   border-right: 3.23px solid #9eaebbff;
   border-bottom: 3.23px solid #9eaebbff;
   border-left: 3.23px solid #9eaebbff;
   position: absolute !important;
   left: 300.26px;
   top: -25.57px;
 }

 .container_f8f344b96fda {
   width: 56.88px;
   height: 56.88px;
   z-index: 3;
   position: absolute !important;
   left: 590.81px;
   top: -9.48px;
   background: #e88b7a40;
   border-radius: 17039764px 17039764px 17039764px 17039764px;
 }

 .container_1df55fd28416 {
   width: 8px;
   height: 127.26px;
   z-index: 4;
   position: absolute !important;
   left: 287.66px;
   top: -7.63px;
   background: #5e6d7e4d;
   opacity: 0.40254300832748413;
 }

 .container_9ac390f3cdcc {
   width: 40px;
   height: 40px;
   z-index: 3;
   transform: rotate(-42.05996996930098deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 527.09px;
   top: 2.55px;
 }

 .text_16b0d007fce2 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 240.67px;
   top: 0.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .container_f757f67406a4 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 60px;
   z-index: 5;
   left: 0px;
   top: 0px;
 }

 .container_964d3384dc6c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_ba0c6cb39846 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7c031e95980e {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 3px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d560d9d5829b {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0a53580fb048 {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 169.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0e12a36d507d {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_688a42ad453c {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 336px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .text_707109f90516 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_345b59f25f6f {
   padding: 12px 8px 12px 8px;
   width: 166.5px;
   height: 45px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 502.5px;
   top: 3.5px;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_84ac90851815 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 52px;
   z-index: 3;
   left: 95.5px;
   top: 0px;
   background: #d4c8b8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_063682cdc06a {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_54941481cc56 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_315cb7af3f93 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_917de26ddfa3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_f02531666601 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1684ce4606e7 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 148px;
 }

 .container_c03e320edafd {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_6e7903992136 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_f43da01ef5cf {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 172px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_907461be5504 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_95a0910dcefe {
   position: absolute !important;
   overflow: visible;
   width: 117.53px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_bfcc49857f3f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a1ebbfb10106 {
   position: absolute !important;
   overflow: visible;
   width: 54.58px;
   height: 28px;
   z-index: 3;
   left: 125.53px;
   top: 13px;
 }

 .text_27388a1c4e9e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_da89160d538c {
   position: absolute !important;
   overflow: visible;
   width: 118.12px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_6e1f6239364d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_080af775150d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_abd8d65944f4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d53cd93c72ff {
   position: absolute !important;
   overflow: visible;
   width: 166.69px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_4988164eda61 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_31e5ec08e1b9 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_dc7694226c96 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b4f3492acd7a {
   position: absolute !important;
   overflow: visible;
   width: 96.57px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_64b3886da0f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_09f28ca8c357 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6de4b389336c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_796820827c6b {
   position: absolute !important;
   overflow: visible;
   width: 123.66px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3ba3d5751116 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_be732835f531 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e794dc0954fd {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_56ffb2a696c8 {
   position: absolute !important;
   overflow: visible;
   width: 107.13px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_bfaf8449cdc6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_35ce526f8075 {
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7459748b4578 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_211ef57108c9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b0fa9735745 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_fec11b177953 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 342.5px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 198px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c009fdd4ebfb {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c009fdd4ebfb img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_705b423be67d {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_35051d2adf2b {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_e811e54b7a47 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1a1f133b0f76 {
   position: relative !important;
   overflow: visible;
   width: 68.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_3565fece8954 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_25a939bbd7a7 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25a939bbd7a7 {
   overflow: visible;
 }

 .container_f16542b69ec8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_3aa90bb0afda {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_400267c342ad {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_87a33fac76dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b29f1cde2b77 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d50d48a2f7ce {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f234e608479b {
   position: absolute !important;
   overflow: visible;
   width: 88.14px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_3f5f3da3ee65 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d5f3ef70da57 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_89712c29b798 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6ba7b2bc1ee3 {
   position: absolute !important;
   overflow: visible;
   width: 135.8px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_89fd73b32e1d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d901e6106155 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8159c237126d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_da85f97720a6 {
   position: absolute !important;
   overflow: visible;
   width: 108.31px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_d0070a6cad95 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_ecc9004337c1 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17a63653db5d {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 104px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 189.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_cecf842a42ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 293.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_7fafc1d1de12 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8c8ebd89193c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_5825dcaf3535 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0126654e4502 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 611.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5a5423beb071 {
   width: 415.5px;
   height: 611.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 564.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4f36cd844da {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_3d72e9665d60 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.91px;
   top: 10px;
 }

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

 .text_e9b66dce1d89 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.91px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_899b3b36546a {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_97e97fb30d3f {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1200.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_2a89903d7205 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1264.47px;
   z-index: 3;
   left: 0px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_03e7fd22265b {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_7c6851d66a81 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_bb48daabe7b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_9d6e9fb2d993 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_1fc1008f8986 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8f7bf9017623 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_2be920e596f6 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_a867d16d8caa {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_6296572e7b93 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_2ff8019aba4c {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_88fe88ec2830 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_49f299e3de83 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_c04a8a8cfe9a {
   position: absolute !important;
   overflow: visible;
   width: 117.36px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_6e4b9791e898 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1f898801088a {
   position: absolute !important;
   overflow: visible;
   width: 54.67px;
   height: 28px;
   z-index: 3;
   left: 125.36px;
   top: 13px;
 }

 .text_93b7fab7ccab {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_971da6716646 {
   position: absolute !important;
   overflow: visible;
   width: 123.68px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_cfbf670fdcb4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a46acfa15805 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5dc77dbab4b5 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_97db78655fa7 {
   position: absolute !important;
   overflow: visible;
   width: 166.57px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_a14f4fe70bfe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1e836e804508 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fe31e9851631 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_76fb78ce2761 {
   position: absolute !important;
   overflow: visible;
   width: 124.11px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_e6935b4c106f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_669f89411093 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_515e60dc4159 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c4d6dfe8b66 {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_28edef5bf874 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_75f8e9d7f278 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6452a7da9262 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_34685138ef04 {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_eb753b180b3f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5ca55d6a45b0 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_75cdeb12ff86 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2af5ce4a98e3 {
   position: absolute !important;
   overflow: visible;
   width: 116.59px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c9f0905926c9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_67bf9130a18f {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ac7599e24ff7 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_c7ccfe032843 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bf89a2169d9b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_bba8e15cdf72 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 267px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_91241cd6bdd2 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_91241cd6bdd2 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_55f5fd22f21b {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_786b810ec694 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_6ba38fc7a1f8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c5dfef50c462 {
   position: relative !important;
   overflow: visible;
   width: 68.27px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_249abd148d90 {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_240ef2f98f01 {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_240ef2f98f01 {
   overflow: visible;
 }

 .container_b379490b0ceb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_458e580e7bb8 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_4e1c9810e37c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_eed46543183d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_7cf29da76326 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1f7bfebe23df {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_966ed43fd076 {
   position: absolute !important;
   overflow: visible;
   width: 145.87px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_7f8fc6ee105c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e95972becdb4 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e0b88a212784 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0bec00d18ed3 {
   position: absolute !important;
   overflow: visible;
   width: 159.8px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_47b3a969eec5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2ce0c54578a1 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ad09cdcd4ba1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_5f88ede39ed6 {
   position: absolute !important;
   overflow: visible;
   width: 112.92px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_4d712024c03b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_88f2810947d9 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3605260deaf6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f9882ca863a4 {
   position: absolute !important;
   overflow: visible;
   width: 111.48px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_49a047ae1b46 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_2ee66a735581 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08e2fe0bd024 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 124px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 209px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_0b659b01cf98 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 333px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_d5c415894a54 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_35cc9c1fa692 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_5cd3e67a1b93 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0b863c6b595 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 651.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_65b60e33288c {
   width: 415.5px;
   height: 651.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 525px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_789eeea0fc9f {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_0c2140cc3242 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.96px;
   top: 10px;
 }

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

 .text_b169535908da {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.96px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ec8d9de9de48 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_2c94c58248bf {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1200.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_7a9a9cc63975 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1264.47px;
   z-index: 3;
   left: 443.5px;
   top: 0px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_b2c390e3debc {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 32px;
 }

 .container_dd2ee986841c {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 64px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_da524a258a2b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_aea4f8fe35bb {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 110px;
 }

 .text_f45d2b569b48 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_71070b9c403a {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 148px;
 }

 .container_dcde4ede3f72 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_8d3dda2378b1 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .container_cffe2d0ef3ce {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 172px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_32fcc2a13690 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_7320fa941208 {
   position: absolute !important;
   overflow: visible;
   width: 111.26px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_57cc8cc638fc {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_962a037fb142 {
   position: absolute !important;
   overflow: visible;
   width: 51.2px;
   height: 28px;
   z-index: 3;
   left: 119.26px;
   top: 13px;
 }

 .text_843c6f2a6e79 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c9b4f43e6b91 {
   position: absolute !important;
   overflow: visible;
   width: 119.51px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_265174c10742 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2be79763d3e1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b1de1dea0ba2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b6b8fc89f526 {
   position: absolute !important;
   overflow: visible;
   width: 142.28px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_4a2207d2d10f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_3aadb592d7f1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a3352406c441 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5e76bfd9d73a {
   position: absolute !important;
   overflow: visible;
   width: 74.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_9286c71c2dae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e80dfc7edb44 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3590f16ff8b4 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b21cd703bfc2 {
   position: absolute !important;
   overflow: visible;
   width: 83.07px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_0c3a08321a7a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c13ea2feb5ef {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_98714edf26ad {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_191a1af9026d {
   position: absolute !important;
   overflow: visible;
   width: 130.31px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_89a86db0d464 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_00a96a4dc46d {
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8cfe23868923 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_f16f52f02599 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e7f0c0ac4f71 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_2c175d84d02b {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 343px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 198px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2e93630c075a {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2e93630c075a img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_443e2d6dd38f {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_1def768968de {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_49e2ee0b75a1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6945c34d9b08 {
   position: relative !important;
   overflow: visible;
   width: 81.3px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_5d29c7a449ea {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_bbe59854d2e2 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bbe59854d2e2 {
   overflow: visible;
 }

 .container_f124a38fd682 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_72cdf2d75427 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_5e80e0564edf {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_53446b4bd18c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a838d4830f28 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_463686355071 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8bf684a403ea {
   position: absolute !important;
   overflow: visible;
   width: 138.71px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_94cf732f7e20 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_108564881179 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1d9c6d975e9a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f20dd92f6823 {
   position: absolute !important;
   overflow: visible;
   width: 96.87px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_ee5a5d0e4d9f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_ddd8609b1e0a {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0c8547f3966 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 189.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_be795c13885c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 273.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_10d6263ae5ef {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6d60c40282f7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_67e32b74f2b8 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0794781cb40 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 591.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f77b9ae68cd {
   width: 415.5px;
   height: 591.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 565px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47e847763296 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_d525026e87fc {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 102.15px;
   top: 10px;
 }

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

 .text_6d9dab6dc0b7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 135.15px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e4cf25ec188b {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_1b84b049f854 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1180.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_f0360ef7e8a6 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1244.97px;
   z-index: 3;
   left: 0px;
   top: 1288.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_c1e5e059cbc8 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_8e10e7d9fcd3 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_89bd8edb6703 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c022ec291a03 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_d2f6e175085a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_733ed7a60e5f {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_3e5aa2a8ef69 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_3a84bea07537 {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_352b05b4f7d8 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8dc1a2aa11f6 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_8fac0842400c {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_e89eb79a438a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_b17140d56222 {
   position: absolute !important;
   overflow: visible;
   width: 117.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_26c5534a2b0c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d116fd29d958 {
   position: absolute !important;
   overflow: visible;
   width: 54.49px;
   height: 28px;
   z-index: 3;
   left: 125.34px;
   top: 13px;
 }

 .text_ba9b34730ee1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ba64924e5604 {
   position: absolute !important;
   overflow: visible;
   width: 125.42px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_ed5a1a207234 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_79f6d77b6f2c {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_71af15a4a737 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c2ea5d7c5bf {
   position: absolute !important;
   overflow: visible;
   width: 82.7px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_935634d813f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a87488b66be1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7ea1b0b626ac {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c7cde6df9408 {
   position: absolute !important;
   overflow: visible;
   width: 110.46px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_2445c2c1c615 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_85fe5503c0e3 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_135b783e9919 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8629fd68cbc4 {
   position: absolute !important;
   overflow: visible;
   width: 111.41px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_23de1e1e9793 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_a74b3e4ef16d {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_9c13cc3bfb97 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_78c8627b993f {
   position: absolute !important;
   overflow: visible;
   width: 151.75px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_b18f53880183 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1c14a780fbf7 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d601edbaf565 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c63f3507844c {
   position: absolute !important;
   overflow: visible;
   width: 102.3px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_1b15ceb498d7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_84da59392c21 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_29104d993545 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_a0b2d036e100 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aacb8bef993b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_a69f599c795f {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 267px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d6dfe6d11f41 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_d6dfe6d11f41 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_597e70086b31 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_1b274be897f0 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_8406b8e9b875 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_aaeedcc2a5ab {
   position: relative !important;
   overflow: visible;
   width: 57.34px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_e1e9bcab0f2c {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_b20eef6e3175 {
   width: 342px;
   height: 98px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b20eef6e3175 {
   overflow: visible;
 }

 .container_30f67ff1060d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 97.5px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_43ecd3fa990d {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 121.5px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_cbc10d771023 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_5838a3ba7696 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_7470628d904d {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3a8b6ae18289 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_4f4e67c8dc3c {
   position: absolute !important;
   overflow: visible;
   width: 138.71px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_3dd71510ce13 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_90f12608c7e7 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0f8c55179e7a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_1e3dfd6fb3f7 {
   position: absolute !important;
   overflow: visible;
   width: 96.87px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_683b1f4296e3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_e4625acf030e {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_52fd2098ceed {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_1bcee0d1abb1 {
   position: absolute !important;
   overflow: visible;
   width: 97.69px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_77a81ceddfb4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b81aa6233922 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6fe5ec2ec233 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c49f7a58c13e {
   position: absolute !important;
   overflow: visible;
   width: 132.77px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_761e1c60d018 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_bbdb80780567 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_94176bd5aef8 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 124px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 189.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_feae286c5945 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 313.5px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_df707cc3641e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c1f7f51139aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_5f48ebde07c6 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_52107d399cd1 {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 631.97px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_530552a73de8 {
   width: 415.5px;
   height: 631.97px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 525px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79f7af6ee395 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_85d9393f2cd7 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.91px;
   top: 10px;
 }

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

 .text_c0d6d786ad8e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.91px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a4b8e88f33f9 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_3fcf4d5e4d71 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1180.97px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_d29513e24896 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1244.97px;
   z-index: 3;
   left: 443.5px;
   top: 1288.47px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_dc9e120cb62d {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 32px;
   top: 68px;
 }

 .container_88994fa165da {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 100px;
   background: #9eaebb4d;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_7d2dfdfba86a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_545db7029fe0 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 32px;
   z-index: 3;
   left: 24px;
   top: 146px;
 }

 .text_813bcd3a5bec {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_717450bbdf76 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 24px;
   z-index: 3;
   left: 24px;
   top: 184px;
 }

 .container_4a3c8ceeb705 {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 367.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_804709bf8b9e {
   width: 367.5px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 24px;
   top: 60px;
 }

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

 .text_f6f70c6032ad {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c21f87e7c273 {
   padding: 2px 8px 2px 8px;
   width: 94.29px;
   height: 22px;
   z-index: 3;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .container_c6889417cbca {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 208px;
   z-index: 3;
   left: 2px;
   top: 2px;
 }

 .text_7307e437385f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_a61d91d8692a {
   position: absolute !important;
   overflow: visible;
   width: 118.34px;
   height: 40px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .text_a33812f8ff9a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_aab76fc646fe {
   position: absolute !important;
   overflow: visible;
   width: 54.47px;
   height: 28px;
   z-index: 3;
   left: 126.34px;
   top: 13px;
 }

 .text_88d1c1fb2a6c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_5aeed57e102a {
   position: absolute !important;
   overflow: visible;
   width: 127.38px;
   height: 22px;
   z-index: 3;
   left: 0px;
   top: 49px;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_46a39b6cc554 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 71px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_394d86c90a73 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_d70c20d351e1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e002650cd72 {
   position: absolute !important;
   overflow: visible;
   width: 166.85px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_85f5dececbd3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_85acaaffd1b5 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0981b3c342ca {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_01a1c05ea1fe {
   position: absolute !important;
   overflow: visible;
   width: 121px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_c4cbf1686518 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_51c0da88deb1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_91d73273736f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_91f95548288b {
   position: absolute !important;
   overflow: visible;
   width: 198.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_b135120f1722 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_9142c5fd67a1 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_dbecc5a22db2 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_68cf90861ce3 {
   position: absolute !important;
   overflow: visible;
   width: 128.88px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_2a33d0a66580 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_8af74ebcbdd0 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_222a5ea4f512 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_57de81b06188 {
   position: absolute !important;
   overflow: visible;
   width: 127.2px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_3607fbc0cac8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5ccf8db81a79 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_f75b38949804 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0840b6e30049 {
   position: absolute !important;
   overflow: visible;
   width: 116.72px;
   height: 20px;
   z-index: 3;
   left: 24px;
   top: 0px;
 }

 .container_7d0fad46b453 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_a619d60f7427 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_703d1375a114 {
   width: 16px;
   height: 16px;
   z-index: 3;
   position: absolute !important;
   left: 128.91px;
   top: 8px;
 }

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

 .text_ff0777edd423 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 159.91px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a55dcea346db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e66;
 }

 .container_0e282f3f46f1 {
   padding: 0 24px 0 24px;
   width: 415.5px;
   height: 295px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 234px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b313263c1bf5 {
   width: 100%;
   min-width: 0;
   height: 208.47px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b313263c1bf5 img {
   position: absolute;
   width: 367.5px !important;
   height: 208.5px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_d3de24bacf69 {
   width: 64px;
   height: 64px;
   z-index: 3;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 311.5px;
   top: 0px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .text_e2febe3b3167 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_71791f947097 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_274c33e46388 {
   position: relative !important;
   overflow: visible;
   width: 74.52px;
   height: 20px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_fea3f27349eb {
   padding: 12px 12px 12px 12px;
   width: 367.5px;
   height: 44px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #d4c8b84d;
 }

 .text_8f3c35ffcfed {
   width: 342px;
   height: 117px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 19.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f3c35ffcfed {
   overflow: visible;
 }

 .container_a7855978ad27 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 117px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_c2f3e1037e27 {
   padding: 12px 12px 0 14px;
   width: 367.5px;
   height: 141px;
   z-index: 4;
   border-top: 1px solid #e88b7a4d;
   border-right: 1px solid #e88b7a4d;
   border-bottom: 1px solid #e88b7a4d;
   border-left: 1px solid #e88b7a4d;
   position: absolute !important;
   left: 0px;
   top: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .text_2b231df4c220 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a179732d60ba {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_c2a27e7bf077 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_6d97834a152c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_91940370be43 {
   position: absolute !important;
   overflow: visible;
   width: 211.27px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_2a534e4d4be0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_5b41090eabdc {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_22ead7c1316b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0380570f1491 {
   position: absolute !important;
   overflow: visible;
   width: 125.27px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_36311d581c7d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_453db735b85b {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_5cc75d2a4d8a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_9cd1d3f385b7 {
   position: absolute !important;
   overflow: visible;
   width: 173.5px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_1c798fdb03f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_b4a16704113d {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_0774cbf61d9e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3a061da712f5 {
   position: absolute !important;
   overflow: visible;
   width: 112.92px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_62bb555405e8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_2772f6f555f1 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_8ac3d9857a16 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_2f969b1c1953 {
   position: absolute !important;
   overflow: visible;
   width: 111.48px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_1abd694bda3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_77cf2635d450 {
   width: 12px;
   height: 12px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_c92d5b3b240f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_7c28338b4ac2 {
   position: absolute !important;
   overflow: visible;
   width: 91.71px;
   height: 16px;
   z-index: 3;
   left: 20px;
   top: 0px;
 }

 .container_75334c6870ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_875c0753bfe8 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4a7889e6fc1 {
   padding: 12px 12px 0 12px;
   width: 367.5px;
   height: 164px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 209px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #d4c8b84d;
 }

 .container_feca198945ed {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 373px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_a2a02696c964 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 129.66px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_16ae9a7c4fed {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #e88b7a80;
 }

 .container_6c567b686274 {
   width: 367.5px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03b9de884f4f {
   padding: 18px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 691.47px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_78603264174f {
   width: 415.5px;
   height: 691.47px;
   z-index: 3;
   position: absolute !important;
   left: 2px;
   top: 553px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7379a4a19019 {
   width: 32px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 30px;
   background: #9eaebb1a;
 }

 .imageview_ecbb97df693c {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 100.82px;
   top: 10px;
 }

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

 .text_0d328d80e348 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 132.82px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85bf6126cee5 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 36px;
   z-index: 4;
   left: 24px;
   top: 2px;
   background: #5e6d7e;
 }

 .container_1ca1435bb506 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 62px;
   z-index: 3;
   left: 2px;
   top: 1268.47px;
   box-shadow: inset 0 0 0 1px #8b8b8b33;
 }

 .container_c1e9fcc281e3 {
   position: absolute !important;
   overflow: visible;
   width: 419.5px;
   height: 1332.47px;
   z-index: 3;
   left: 0px;
   top: 2557.44px;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #e88b7a99;
 }

 .container_87fa7e47d23a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 3889.91px;
   z-index: 3;
   left: 0px;
   top: 108px;
 }

 .container_077a483bd62a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3997.91px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_b2e624c9efd6 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 4161.91px;
   z-index: 3;
   position: absolute !important;
   left: 11px;
   top: 84px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_46f046d3c8cc {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_954768bcfc77 {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_4379740360a7 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_c2920fa87935 {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a7a2dba52bd8 {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_7c695d628df4 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_7166dbd44bc6 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_d72639770584 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_95e992151399 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_4b21ffd01656 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_e31b3a9ee674 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_c9d347917187 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d95ef1ffd99 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cafb12b7de9e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_476785355cb3 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_504f6ec707c1 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d5e465008039 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_71a5d204c483 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5232a74c0c40 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_f57d54f66a1a {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_51220f66be18 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_5ec7cd71b543 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9e42c19ef4d6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_42d8786525f7 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5b481144646b {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_905515bccb6d {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ebfabb17c7ca {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dfc05f8900df {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_7d2f19829f53 {
   width: 911px;
   height: 4733px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_f5beca03b332 {
   width: 128px;
   height: 128px;
   transform: rotate(11.260794208204777deg);
   transform-origin: 0 0;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 46.98px;
   top: 147.23px;
 }

 .container_328a5b8bd65b {
   width: 98.03px;
   height: 98.03px;
   position: absolute !important;
   left: 765.99px;
   top: 374.26px;
   background: #e88b7a1a;
   border-radius: 17131702px 17131702px 17131702px 17131702px;
 }

 .container_82c67a5bb917 {
   width: 64px;
   height: 204.19px;
   position: absolute !important;
   left: 619.25px;
   top: 310.9px;
   background: #5e6d7e0d;
   opacity: 0.06558919697999954;
 }

 .container_377168a8b56b {
   width: 12px;
   height: 173.05px;
   position: absolute !important;
   left: 837.04px;
   top: 73.48px;
   background: #e88b7a26;
 }

 .container_1afaf5d0102b {
   width: 80.7px;
   height: 80.7px;
   transform: rotate(-15.640017829766808deg);
   transform-origin: 0 0;
   border-top: 2.02px solid #5e6d7e26;
   border-right: 2.02px solid #5e6d7e26;
   border-bottom: 2.02px solid #5e6d7e26;
   border-left: 2.02px solid #5e6d7e26;
   position: absolute !important;
   left: 293.93px;
   top: 438.02px;
 }

 .container_fcb88c9c1b1a {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 78.46px;
   top: 213.89px;
   background: #9eaebb1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_a46c3f318786 {
   width: 8px;
   height: 144.12px;
   transform: rotate(1.1192486639374233deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 600.74px;
   top: 286.53px;
   background: #e88b7a33;
 }

 .container_961aed58d59a {
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_d9d795dc6b64 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_65c0574a2433 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_d5cb5b9cffa6 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_c6be23e86135 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_1fa4134768b5 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_52fb3acd6bd6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_ecf8a1f918e6 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_d09c12e54d44 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_860f286ce471 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_06545d34149d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_cc1ec4e51a38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_24872101c564 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b5b3f0f40e3 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ef6b111e4587 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e61005677898 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ca9f05b86950 {
   width: 331.58px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dbb29db4505f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d9894c423203 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_01930caf9f5d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cce4aa56e3fc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_035d6a0fa89b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0035a50e4b95 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_be4e4db3a2cf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0a2860df432f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_f62a92ba2da8 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5d5aea3a517 {
   width: 179.75px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d3fb43b028f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_49158dc9a7e5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_3c05c3c42aa5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_3f6cb7e2d25d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6fc395a588d {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9c375640bb45 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d0bc6d2aba21 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   opacity: 0.6000000238418579;
 }

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

 .text_20099cf66d3d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c9bac21a9ab4 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_e45e56828657 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a52ed80b5f89 {
   width: 255.66px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_2badad8f2b98 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6471ca459d0c {
   width: 255.66px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d28b46acfdf3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_64b88b434066 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d40bcc4d4e33 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4e74e2c1e5ab {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_ed9b2ba9a14c {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_960e41711f23 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_0b7d84787fd4 {
   width: 100%;
   min-width: 0;
   height: 2633px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_cd1f9720b575 {
   width: 911px;
   height: 634px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_54d61827da54 {
   width: 822px;
   height: 128px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ecc 100%, #00000000 50%, #5e6d7ecc 0%);
   mix-blend-mode: normal;
 }

 .container_8737e52344e5 {
   position: absolute !important;
   overflow: visible;
   width: 822px;
   height: 128px;
   z-index: 3;
   left: 88.8px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:7089.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_4535ca9e68e6 {
   width: 48px;
   height: 48px;
   z-index: 3;
   transform: rotate(23.460019638474712deg);
   transform-origin: 0 0;
   border-top: 2px solid #e88b7a66;
   border-right: 2px solid #e88b7a66;
   border-bottom: 2px solid #e88b7a66;
   border-left: 2px solid #e88b7a66;
   position: absolute !important;
   left: 43.54px;
   top: 8.43px;
 }

 .container_2f83a3c40c3a {
   width: 37.15px;
   height: 37.15px;
   z-index: 4;
   position: absolute !important;
   left: 828.42px;
   top: 77.42px;
   background: #9eaebb4d;
   border-radius: 19479840px 19479840px 19479840px 19479840px;
 }

 .container_6ff333fd7c22 {
   width: 4px;
   height: 82.14px;
   z-index: 4;
   position: absolute !important;
   left: 679.25px;
   top: 22.93px;
   background: #e8ded04d;
 }

 .container_936bfc1261b3 {
   height: 8px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   background: #e88b7a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_0d0a5482ff26 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 4;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_8cb1240f5247 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 4;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_470c0fcf8d45 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 4;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_2029670b8501 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 4;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_47d5c997af78 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 4;
   background: #e8ded080;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_c41df5ea2ccc {
   width: 112px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 399.5px;
   top: 112px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f3d53f7ff45 {
   position: absolute !important;
   width: 911px;
   height: 128px;
   z-index: 3;
   left: 0px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #3a3a3a;
 }

 .container_fc2785266577 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 4;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: -0.06px;
   top: 125.55px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_369d084e00d8 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 5;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 113.81px;
   top: 157.21px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_394a5ae3b808 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 6;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 227.69px;
   top: 196.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a0e1bcd3ee7 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 7;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 341.56px;
   top: 242.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d4367b041f50 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 8;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 455.44px;
   top: 294.87px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_43df5567abf8 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 9;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 569.31px;
   top: 352.17px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16c26b75c327 {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 10;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 683.19px;
   top: 414.33px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_84f6beec363c {
   padding: 133.28px 0 0 0.84px;
   width: 114px;
   height: 448.28px;
   z-index: 11;
   border-top: 0.84px solid #e8ded033;
   border-right: 0.84px solid #e8ded033;
   border-bottom: 0.84px solid #e8ded033;
   border-left: 0.84px solid #e8ded033;
   position: absolute !important;
   left: 797.06px;
   top: 481.73px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5162489a3839 {
   position: absolute !important;
   width: 911px;
   height: 634px;
   z-index: 4;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #5e6d7e;
 }

 .imageview_cc5e85381885 {
   width: 33.33px;
   height: 33.33px;
   z-index: 5;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_698f8e74a5fc {
   width: 26.67px;
   height: 26.67px;
   z-index: 6;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_11511efb81cc {
   width: 20px;
   height: 20px;
   z-index: 7;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_b3ce94895037 {
   width: 13.33px;
   height: 13.33px;
   z-index: 8;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a960cfde7345 {
   width: 8px;
   height: 8px;
   z-index: 9;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_7c797e32df79 {
   width: max-content;
   z-index: 7;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_82311f3f85fe {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_2d09acf33a4c {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_afa876cbd045 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_022bb62223d9 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_74a4272dd4d2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 5;
 }

 .container_9f286cf6e3e4 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4867f904486 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 5;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_18ae7eae30ba {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c0cfaae3b431 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_63dce2073af1 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a8d14da7804c {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_063add3efca6 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f061caf521b9 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_9e8160366b82 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f599a457c483 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 5;
 }

 .text_20974a2013d4 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_75dc0e991b1b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 5;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_2d8682241f7a {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2250edb48204 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 5;
 }

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

 .container_5b32a4943a05 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 5;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1c597b18f45d {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 5;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6fc60c11ef02 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 5;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_ca70802d0c0c {
   width: 911px;
   height: 2633px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_8be1ebc9589b {
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   background: #3a3a3a;
 }

 .text_c0325df4fc79 {
   width: max-content;
   position: absolute !important;
   left: 264.23px;
   top: 1.5px;
   line-height: 72px;
   font-family: 'Inter';
 }

 .container_e50c5065ae86 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 72px;
   left: 0px;
   top: 0px;
 }

 .container_17581a0c5867 {
   width: 128.02px;
   height: 4px;
   position: absolute !important;
   left: 367.49px;
   top: 88px;
   background: #e88b7a;
 }

 .text_21bcd2fef1ec {
   width: max-content;
   position: absolute !important;
   left: 19.21px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_dd91e0be27e4 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 28px;
   left: 95.5px;
   top: 116px;
 }

 .container_6c027114ed1b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 144px;
   flex-shrink: 0;
 }

 .container_111f74ad9af3 {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_6e38644be0c3 {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_bdd0badee053 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_f41aed9c3206 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8490.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_0b4f018cb69e {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_2ca59887c042 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3cdfcc672ea0 {
   position: relative !important;
   overflow: visible;
   width: 184.91px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1e32176e85df {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_487815ab82e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_62d813c43529 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_d15b47e2efd5 {
   width: 368px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d15b47e2efd5 {
   overflow: visible;
 }

 .container_c1b11707726d {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_50412e0c7b1a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_dffee8273191 {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_cfcbca9aeda6 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_fbeac25df5f5 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_a8b04160a557 {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_ba4cb178a7b3 {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_96182b831ba2 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_8c2ef6c9a55d {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8506.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_5a6c913ab29d {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_682eaa96b0bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c9f829a1c0d4 {
   position: relative !important;
   overflow: visible;
   width: 136.98px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_90cb7490f4d0 {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_39c5f738d890 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b6ba55300a47 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_5dffab82198c {
   width: 368px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5dffab82198c {
   overflow: visible;
 }

 .container_767f2f4fd4be {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_2d3518000637 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_c74c18c8355a {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_e09067cd74ae {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_e1139d8bfaff {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 447.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_f734e5095860 {
   width: 48px;
   height: 48px;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #d4976c;
   opacity: 0.800000011920929;
 }

 .container_ef1818ac4fb7 {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_d9601da9dda6 {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_6209fd6ff9bb {
   position: absolute !important;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_e25e40a4438b {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8522.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_c5c2a1acb3e6 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_277cca4f1756 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ba354d5b01ea {
   position: relative !important;
   overflow: visible;
   width: 195.44px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2e3dd4ccf749 {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a27d5b64b0f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7e4cb00ad8e7 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_0c77dea39d21 {
   width: 368px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0c77dea39d21 {
   overflow: visible;
 }

 .container_08fbf04d6a18 {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_634891ea74a4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_882c614dd311 {
   position: absolute !important;
   overflow: visible;
   width: 55.62px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_caf75d140633 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_6ff5997efdab {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 0px;
   top: 586px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_1b72c322db16 {
   width: 48px;
   height: 48px;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #e88b7a;
   opacity: 0.800000011920929;
 }

 .container_bee0d994e2b6 {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_83d3db5baa67 {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_496ad8c55c53 {
   position: absolute !important;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_94dd3ddb8cdd {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8539.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_86c7957e97ac {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ca24b77fd132 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_b5b75cfc4f1e {
   position: relative !important;
   overflow: visible;
   width: 130.54px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e3790b495e35 {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6931ed4f5689 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_dbae1d3e06a0 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_14048b16b0c4 {
   width: 368px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_14048b16b0c4 {
   overflow: visible;
 }

 .container_aea047b631db {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_7aef0de4c8ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f14da3389999 {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_46c6f1806336 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_6a57ebecf2bd {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 447.5px;
   top: 586px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_82ee09102862 {
   width: 48px;
   height: 48px;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #9eaebb;
   opacity: 0.800000011920929;
 }

 .container_13ffa156285a {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_a9d01920f471 {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_9f35749cf8be {
   position: absolute !important;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_a4fada490dea {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8556.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_ae8125c4971d {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_aa5222a5f8ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6776e0ceb50a {
   position: relative !important;
   overflow: visible;
   width: 108.63px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_51233d97f1f5 {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b48f01fc9d4a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_67610abd5ab3 {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_2366bb9152da {
   width: 368px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2366bb9152da {
   overflow: visible;
 }

 .container_7ff50b92185c {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_a3e59a52d949 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_dc7f4e47bcee {
   position: absolute !important;
   overflow: visible;
   width: 55.85px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_37cd73dc318c {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_d9c34fcb6646 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 0px;
   top: 1172px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_805dfd039e9b {
   width: 48px;
   height: 48px;
   transform: rotate(45deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 375.5px;
   top: 6.06px;
   background: #d4976c;
   opacity: 0.800000011920929;
 }

 .container_21ff7192ea3f {
   width: 4px;
   height: 554px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #3a3a3a;
 }

 .container_136a17148bcf {
   width: 8px;
   height: 554px;
   position: absolute !important;
   left: 4px;
   top: 0px;
   background: linear-gradient(270deg, #3a3a3a80 100%, #00000000 0%);
 }

 .container_87e30d183b9b {
   position: absolute !important;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(270deg, #5e6d7ee6 100%, #5e6d7e80 50%, #00000000 0%);
   mix-blend-mode: normal;
 }

 .container_4e7e83be5403 {
   position: absolute !important;
   overflow: visible;
   width: 416px;
   height: 554px;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/046fc9ff-71b6-41d5-8ea1-1484f57b5c10/1:8573.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_84793981e8ce {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_dcfad2d0ca02 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_0647d6865028 {
   position: relative !important;
   overflow: visible;
   width: 145.19px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e86f87903a48 {
   width: 367.5px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8b251781c0a9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_36541328624b {
   position: absolute !important;
   overflow: visible;
   width: 367.5px;
   height: 28px;
   z-index: 1;
   left: 24px;
   top: 52px;
 }

 .text_9fe0a8333b75 {
   width: 368px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9fe0a8333b75 {
   overflow: visible;
 }

 .container_aad5abdd34a9 {
   position: absolute !important;
   width: 367.5px;
   height: 40px;
   z-index: 1;
   left: 24px;
   top: 88px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_c037ff0072b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 12px;
   top: 5px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_36d72d8eb35c {
   position: absolute !important;
   overflow: visible;
   width: 55.62px;
   height: 24px;
   z-index: 1;
   left: 24px;
   top: 140px;
   background: #e88b7acc;
 }

 .container_2e8edd3c1131 {
   position: absolute !important;
   overflow: visible;
   width: 415.5px;
   height: 188px;
   z-index: 1;
   left: 0px;
   top: 366px;
 }

 .container_c34a42bfd3e7 {
   position: absolute !important;
   width: 415.5px;
   height: 554px;
   left: 447.5px;
   top: 1172px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f7f5f0;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_f583aad19a63 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1726px;
   flex-shrink: 0;
 }

 .container_479b24b13ae6 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 2062px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d9912778af2 {
   width: 911px;
   height: 2190px;
   position: absolute !important;
   left: 0px;
   top: 84px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_fe4249c3b7af {
   width: 33.33px;
   height: 33.33px;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_4c94250087d8 {
   width: 26.67px;
   height: 26.67px;
   z-index: 1;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_521d3e2d4a2c {
   width: 20px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_26c97907ee0c {
   width: 13.33px;
   height: 13.33px;
   z-index: 3;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_63ab26b0a368 {
   width: 8px;
   height: 8px;
   z-index: 4;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_de535e3314f6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_e9f83077e14e {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

 .text_9a81ec8edc81 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_b107195a3094 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
 }

 .text_4a248e165da5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_4c265ab81a08 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
 }

 .container_955ebfe32dd4 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fea25da880cc {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8b4a0920bf00 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d95069345a67 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_643bd9f1e074 {
   width: 331.58px;
   height: 128px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ff3df78b508 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5a7a593d16cf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_6e6eec7b2e2b {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_df94d9934e80 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_3aa50586e4de {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c970807903ed {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .text_7ab4742485d2 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9cc00695a458 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_a607314a1a03 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2703d0440d27 {
   width: 179.75px;
   height: 128px;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b8b04712a14 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_626ece38f429 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .imageview_005562e9877b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_e373c1eb1f6d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f547f39fda18 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_2abeb4a11b7c {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_eaba68cdaef1 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   opacity: 0.6000000238418579;
 }

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

 .text_d5f63ff7d716 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d194a52bff26 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
 }

 .container_63a5f1ab3a00 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3b6d0e9152f2 {
   width: 255.66px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_508b3c0e1dcf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
 }

 .container_5bb1308b6e7c {
   width: 255.66px;
   height: 128px;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_232c63db3917 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
 }

 .text_101cbf44cdce {
   width: max-content;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d69cbe9f6be9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
 }

 .container_3f62eb830280 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_3f6b516085ae {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d9353ce78d17 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 2274px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_73e183842cb8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2633px;
   flex-shrink: 0;
   background: #eeebe5;
 }

 .container_252845b724d3 {
   width: 911px;
   height: 663px;
   position: absolute !important;
   left: 0px;
   top: -920px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b9453b43671 {
   width: 128px;
   height: 128px;
   transform: rotate(-72.17281234103739deg);
   transform-origin: 0 0;
   border-top: 2px solid #9eaebb33;
   border-right: 2px solid #9eaebb33;
   border-bottom: 2px solid #9eaebb33;
   border-left: 2px solid #9eaebb33;
   position: absolute !important;
   left: 23.5px;
   top: 271.08px;
 }

 .container_d840bd4aedc7 {
   width: 96px;
   height: 96px;
   position: absolute !important;
   left: 767px;
   top: 401.25px;
   background: #e88b7a1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_489483d36097 {
   width: 64px;
   height: 192px;
   position: absolute !important;
   left: 619.25px;
   top: 331.5px;
   background: #5e6d7e0d;
   opacity: 0.05000339820981026;
 }

 .container_ce223383cdfe {
   width: 12px;
   height: 160px;
   position: absolute !important;
   left: 835px;
   top: 80px;
   background: #e88b7a26;
 }

 .container_d1bedbfd9523 {
   width: 85.32px;
   height: 85.32px;
   transform: rotate(-119.75998716406356deg);
   transform-origin: 0 0;
   border-top: 2.13px solid #5e6d7e26;
   border-right: 2.13px solid #5e6d7e26;
   border-bottom: 2.13px solid #5e6d7e26;
   border-left: 2.13px solid #5e6d7e26;
   position: absolute !important;
   left: 327.8px;
   top: 553.21px;
 }

 .container_670143ff479a {
   width: 48px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 221px;
   background: #9eaebb1a;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_01c00434bc50 {
   width: 8.02px;
   height: 176.51px;
   transform: rotate(2.76598865079684deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 603.59px;
   top: 289.48px;
   background: #e88b7a33;
 }

 .imageview_dab7421516ca {
   width: 440px;
   height: 677px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_5e9662fab92e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 12px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0ab3ef5ede81 {
   position: absolute !important;
   overflow: visible;
   width: 50.67px;
   height: 28px;
   z-index: 3;
   left: 16px;
   top: 632.75px;
   background: #3a3a3ab3;
 }

 .container_43dfd9892226 {
   position: absolute !important;
   width: 439.5px;
   height: 676.75px;
   z-index: 2;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #d4c8b8;
 }

 .container_51e4d3791302 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   background: #e88b7a;
 }

 .text_da9a8d1bc66a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_823b491dbe51 {
   position: relative !important;
   overflow: visible;
   width: 224.4px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_543faabf0694 {
   width: 343.5px;
   height: 32px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_766709145856 {
   width: 344px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_766709145856 {
   overflow: visible;
 }

 .container_f3cf5009925d {
   position: absolute !important;
   overflow: visible;
   width: 343.5px;
   height: 80px;
   z-index: 2;
   left: 0px;
   top: 48px;
 }

 .container_dafde8797bb1 {
   width: 64px;
   height: 4px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 144px;
   background: #e88b7a;
 }

 .text_7d34388af628 {
   width: 344px;
   height: 88px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7d34388af628 {
   overflow: visible;
 }

 .container_52995370edd7 {
   position: absolute !important;
   overflow: visible;
   width: 343.5px;
   height: 87.75px;
   z-index: 2;
   left: 0px;
   top: 172px;
 }

 .text_f10361c0c40d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_0d382bdef423 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 23.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ab5abb011063 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_aa9189647b35 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_dad5ddf6f667 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 23.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b22e24d787cd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2e769befac43 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 3.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .text_5903987d8def {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_568a569840e5 {
   position: absolute !important;
   overflow: visible;
   width: 62.99px;
   height: 28px;
   z-index: 2;
   left: 0px;
   top: 32px;
   background: #9eaebb33;
 }

 .text_f1e0f7e6af55 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_450f7bd5c71a {
   position: absolute !important;
   overflow: visible;
   width: 82.73px;
   height: 28px;
   z-index: 2;
   left: 70.99px;
   top: 32px;
   background: #9eaebb33;
 }

 .text_95054a4c2bfd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 4.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3739a01dd92a {
   position: absolute !important;
   overflow: visible;
   width: 72.58px;
   height: 28px;
   z-index: 2;
   left: 161.73px;
   top: 32px;
   background: #9eaebb33;
 }

 .container_7f725fc0e17d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_fd412cd42623 {
   width: 343.5px;
   height: 188px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 291.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7fb9bc961b98 {
   position: relative !important;
   overflow: visible;
   width: 343.5px;
   height: 479.75px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_57737c210bf7 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_23556d324e28 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bc15963567d7 {
   position: relative !important;
   overflow: visible;
   width: 114.97px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   opacity: 0.5;
   box-shadow: inset 0 0 0 1px #5e6d7eff;
 }

 .text_d5e13ea8e978 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_445d3430b5ce {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 59.69px;
   top: 10px;
 }

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

 .container_111e8f626c60 {
   position: relative !important;
   overflow: visible;
   width: 88.69px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7eff;
 }

 .container_e3597fa84679 {
   padding: 32px 0 0 0;
   width: 343.5px;
   height: 69px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #8b8b8b33;
   border-right: 1px solid #8b8b8b33;
   border-bottom: 1px solid #8b8b8b33;
   border-left: 1px solid #8b8b8b33;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3aa9db4800f5 {
   padding: 48px 48px 48px 48px;
   width: 439.5px;
   height: 676.75px;
   z-index: 2;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
 }

 .container_90e5cf67cb02 {
   position: absolute !important;
   overflow: visible;
   width: 879px;
   height: 676.75px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_cfd35f96e5ce {
   width: 8px;
   height: 677px;
   z-index: 3;
   position: absolute !important;
   left: 435.5px;
   top: -0.12px;
   background: #3a3a3a;
 }

 .imageview_ff6448233a20 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 827px;
   top: 16px;
 }

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

 .container_9c70293c2d44 {
   position: absolute !important;
   overflow: visible;
   width: 879px;
   height: 676.75px;
   z-index: 2;
   left: 16px;
   top: -6.87px;
   background: #f7f5f0;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_d6698a23c548 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 663px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #3a3a3af2;
 }

 .imageview_5077ecdaa818 {
   width: 33.33px;
   height: 33.33px;
   z-index: 3;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_1aa928b4d01f {
   width: 26.67px;
   height: 26.67px;
   z-index: 4;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_2c366d03127d {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_8a53213e11ad {
   width: 13.33px;
   height: 13.33px;
   z-index: 6;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_64884360acfb {
   width: 8px;
   height: 8px;
   z-index: 7;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_f8db27a5acea {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_d3215b566fb9 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_bf2afb818799 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_2e52a05c619f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_12c8eae7805f {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6f6027aad38e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_b6d22364cffc {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a9697d76fbe7 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5960e536b176 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fdf78271d68e {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_6f969026bea6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_55d9843cacde {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_cd8fc03a90b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9844996e0af9 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_b8289887c6a3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1b6f470a71e5 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

 .text_6a1aa443ea3b {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_595ffd8f88aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 3;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_05edde853432 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4d7c8da314e2 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .container_128a2faae945 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9da550a5ee7f {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0736cb1d5632 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 3;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_480dd05f4978 {
   width: 911px;
   height: 2633px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_497fefaa54b2 {
   width: 128px;
   height: 128px;
   transform: rotate(111.08159119758695deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 191.08px;
   top: 193.05px;
 }

 .container_52c194b3ff3c {
   width: 86.86px;
   height: 86.86px;
   transform: rotate(-154.27999876907447deg);
   transform-origin: 0 0;
   border-top: 2.17px solid #3a3a3aff;
   border-right: 2.17px solid #3a3a3aff;
   border-bottom: 2.17px solid #3a3a3aff;
   border-left: 2.17px solid #3a3a3aff;
   position: absolute !important;
   left: 363.94px;
   top: 552.97px;
 }

 .container_1a64ad9b93e6 {
   width: 47.46px;
   height: 47.46px;
   transform: rotate(27.971502642798875deg);
   transform-origin: 0 0;
   border-top: 2.37px solid #3a3a3aff;
   border-right: 2.37px solid #3a3a3aff;
   border-bottom: 2.37px solid #3a3a3aff;
   border-left: 2.37px solid #3a3a3aff;
   position: absolute !important;
   left: 653.42px;
   top: 445.16px;
 }

 .container_e969dcaefb62 {
   width: 64px;
   height: 64px;
   transform: rotate(-76.79304492738261deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 221.29px;
   top: 378.81px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_d036c1d102f3 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_a11ac8cdafda {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_682dd3d5315d {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_f8c950799f51 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_88c03ac24c9b {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_0a3d450a1636 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_d9a801883513 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_e33db4bccc38 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ec70199d7c65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_8777d4220af0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_921395dea0a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_46197bc6de11 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3b39d9061fd4 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3c06262d8ec {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_200e33e4c84f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fac82a7d9029 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_856a9e64dfd5 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6fd6921125e9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7bafe350c865 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6e194783ad65 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_680ec9cd4dbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ab712fd1dcb5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c74211283a2b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6ded506ef17b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3ac336a2f0ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_843683c0890b {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7eb000c86a19 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a0907abfb49 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0c92aed0335c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_79014878e84d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_5dca5625a210 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_75d4045d5618 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d038f6cb8808 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_56ac36b00fee {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_3ef4aa5a3074 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c92ee0a26e12 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_204237379cf1 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d4bceaae5fba {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_096ff94a0dd3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c514e99cf1ca {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aefa31e7ab97 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_94ef58f990e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4c404b38d939 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7900e8cdfc88 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_107f228b46c9 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e40c4fb145a {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_c50a70993726 {
   width: 100%;
   min-width: 0;
   height: 3482px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_f4c79af2b7e1 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_29cc69a69a8f {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 130.29px;
   top: 1005px;
 }

 .container_ba09611d37d0 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 166.29px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_0383a82440a0 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_b91281600c25 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ab1745df24b3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_e88075d982c9 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_35155c8deead {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_6223a6224e0d {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2788981db54a {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_449b3768dcdf {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_7a20d38932f5 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_929ccb377b66 {
   position: absolute !important;
   overflow: visible;
   width: 63.22px;
   height: 40px;
   z-index: 5;
   left: 779.78px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_372a6722ea1d {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_569c7aab0393 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_c43e61da9a75 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_aafc5a05d6d4 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_ccba7e2b29ed {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1b30c14a809d {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_2c4aab860df7 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ea5b59a4ff7f {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_84d173f9a03d {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_731230d38533 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_50fd8527a1e0 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 659.25px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dcb7be242713 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_b691fb3a81d7 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_de78406c2926 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6701a70ab0bb {
   position: absolute !important;
   overflow: visible;
   width: 94.29px;
   height: 22px;
   z-index: 4;
   left: 0px;
   top: 44.5px;
   background: #e88b7a;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .imageview_a7b19a19af00 {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 94.29px;
   top: 0px;
 }

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

 .text_4a990d084a8f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_7ad7397807d5 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_873d8ec09917 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_25fe6d338df2 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_d1f370c30dc4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_86d4deb09707 {
   position: absolute !important;
   overflow: visible;
   width: 155.77px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_3a07c230f6b0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_2f8dccc7aad8 {
   position: absolute !important;
   overflow: visible;
   width: 73.75px;
   height: 32px;
   z-index: 4;
   left: 171.77px;
   top: 237px;
 }

 .text_59ea01256a04 {
   width: fit-content;
   z-index: 4;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_9995e5e45737 {
   padding: 2px 8px 2px 8px;
   width: 74.15px;
   height: 22px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_7900e8084a39 {
   width: fit-content;
   z-index: 4;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fad3019c94b7 {
   padding: 2px 8px 2px 8px;
   width: 101.88px;
   height: 22px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #e88b7a80;
   border-right: 1px solid #e88b7a80;
   border-bottom: 1px solid #e88b7a80;
   border-left: 1px solid #e88b7a80;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b979c7950e2 {
   width: 863px;
   height: 22px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 285px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e654a6de689d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 307px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_f4c0fc2007f0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_af2ac8986406 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_03dd5786cf07 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_17766712706b {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_17766712706b {
   overflow: visible;
 }

 .container_fc8e5f7e6e18 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_9a0b4fc0aceb {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b5338ec9feb {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_8661a4ba3abf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e787c3871201 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_143b934272bb {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_6dd505fa877b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d54d7986c8d8 {
   position: absolute !important;
   overflow: visible;
   width: 207.09px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_8456fb98d463 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_76ea22455897 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_1cd6c9782ba4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2c24fbbb86e2 {
   position: absolute !important;
   overflow: visible;
   width: 227.48px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_c71885676b61 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_077af563d616 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_aeea1e59082d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_962c80b3f988 {
   position: absolute !important;
   overflow: visible;
   width: 160.18px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_a7b20f6a557e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_5a8a23e02f06 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_25ef4baa5faf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_93cb66a0ef0f {
   position: absolute !important;
   overflow: visible;
   width: 157.95px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_1e6e9713a5f8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_32ded0f65da1 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8039d8c26ccf {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b3d4d1ade36 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_cca1aed892ad {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_b4e708197879 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_f4a73a811932 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8983f70b5456 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_07c78d786138 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4b922e8ee895 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_7118a7e68337 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_24f054caec0c {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_4f89e41cd661 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_2d2d2d712f77 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c161f045044b {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_ec524519b24a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_02cc879b4240 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_feaf29050072 {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9cb847c5ba9a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_b02db980b91e {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 332.35px;
   top: 16px;
 }

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

 .text_08da73b43ed5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 364.35px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a0fce4a4d032 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_378553685890 {
   width: 863px;
   height: 998px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb63c0c4662b {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1923px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_ccd1d54fe72a {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 2911px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_0ebf463cd2e4 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_ce3b1abd285d {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_d44a27f48a7d {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_71c825018310 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_23327a75cbe6 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_fa746b91e8fd {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_61350cdd3aab {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_d3762b560112 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_7ac2a422d498 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_d9f09b65388e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_6ee1aa5651bb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_cedb5d83e3a7 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_74ac75d03797 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2a6150b9843c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1250fba50c9b {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_33e5023c3014 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7af7525846a6 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_e7f1be43a7f8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d53f7bb62b82 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_065f1412c07a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_70792e59fbd5 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_fb2d77001d75 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d6df0cebb8b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_76ce5e63bb4b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_094db4e0f36c {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_57db437fc1da {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b03584be1b8 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_411d153c69df {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_4347c09f9aa3 {
   width: 911px;
   height: 3482px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_53309d4d0b90 {
   width: 128px;
   height: 128px;
   transform: rotate(73.55522700226241deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 147.44px;
   top: 150.25px;
 }

 .container_d53e5b07795f {
   width: 84.54px;
   height: 84.54px;
   transform: rotate(-102.15997349734178deg);
   transform-origin: 0 0;
   border-top: 2.11px solid #3a3a3aff;
   border-right: 2.11px solid #3a3a3aff;
   border-bottom: 2.11px solid #3a3a3aff;
   border-left: 2.11px solid #3a3a3aff;
   position: absolute !important;
   left: 311.25px;
   top: 545.23px;
 }

 .container_eb428dd18375 {
   width: 42.21px;
   height: 42.21px;
   transform: rotate(8.293037864509994deg);
   transform-origin: 0 0;
   border-top: 2.11px solid #3a3a3aff;
   border-right: 2.11px solid #3a3a3aff;
   border-bottom: 2.11px solid #3a3a3aff;
   border-left: 2.11px solid #3a3a3aff;
   position: absolute !important;
   left: 645.41px;
   top: 453.32px;
 }

 .container_5f326973771f {
   width: 64px;
   height: 64px;
   transform: rotate(-179.8396225802018deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 291.66px;
   top: 375.61px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_56e92eb2f486 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_b1e3115048b0 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_0bad356cee29 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_3ae49e0ae5ae {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_c40124c56cf7 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_63fd938e86d4 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_201b66e12098 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_939290422b0f {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_92419c9c561b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_d63e58a7e126 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_619ee0bbabc2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_07bdd89709ba {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c43bbe20677a {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_76cfde4ff463 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4b37e02c6a5c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3572d96196a1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_31204b897a4a {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f81bf6be1a6a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b5e7823eceb3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_565f32d22b7b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c285e8134cb2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_310e90f5928b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_61e19c60d18e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_3ff34ed1b76b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a927f2aa401f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_cb754a3a11a2 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_22f6513bd496 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa37b6c762d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c7b608f5c7a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d924b58a1f43 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_893409d5e41e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e296eb941538 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_dc0d26059241 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ebf50fedbfa3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_8cf6b01af629 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b11a88a63d63 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a0d96d5bb268 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1b6129d778ef {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_1f2c614cc99d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d4c4556ca545 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1312cc84b635 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_504e5d13bc6d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a2b4142b0f4f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1e00ff5abc56 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_45efa03850ea {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4437c191e5a9 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_28344857f201 {
   width: 100%;
   min-width: 0;
   height: 3741px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_57ae4a9f3105 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f6aeffa25f7 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_084f72149325 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_9d1faecc8b46 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_06df3f70b898 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_29f0b519deef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_aec7754396ea {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d4dbeca61b1 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_2f80f18dbbe0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e677c6d69a8a {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_d0c7dfd20432 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_124d3e70e812 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_febcbd152423 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_93465b6579a2 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5e9268f19f32 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af6807fb4f75 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7b963fad821a {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b67a262abcd1 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_924919d0ed3e {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a3385b9bcfeb {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddd069ad8306 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2be389bb022d {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ef489e0da6f9 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_80b4f4b9619b {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d6eb6132aedd {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd9995a33336 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_47c3f904c388 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_08c9dc2f7e5c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_971a6bf52e6e {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4a89c00a487b {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_550065d9d67c {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_99dc0797fbb6 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_20bd94e06efb {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_cfcc6e4bf762 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7bd6eb70340e {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a0fb2c0ab2e {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1970e451d561 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_abb172b14dda {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_30bfe8d12d7d {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_548929dbe3a6 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_e5f7f65497fd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_a0949598eba4 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_5a9c35c63556 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_0d520631ecdf {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_66d622afdd5a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_78af6c794ac1 {
   position: absolute !important;
   overflow: visible;
   width: 195.56px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_9dff1fab324b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_455333310336 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_a584c0d61024 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7857b2f34811 {
   position: absolute !important;
   overflow: visible;
   width: 184.91px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_bf5baaecac7c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_4c0cea89472b {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1438d5474b16 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_598f0708ba96 {
   position: absolute !important;
   overflow: visible;
   width: 229.06px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_4f121023405a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_297cc90441d2 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_e9d5d6396a09 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3c4bfcf2715a {
   position: absolute !important;
   overflow: visible;
   width: 260.48px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_bdd124fe767c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_0a73014090a5 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7ebb024fd45c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_20d259f66d87 {
   position: absolute !important;
   overflow: visible;
   width: 226.96px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_5b37a5c5d3a5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ec4e935d049a {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f49576261570 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4122675c5f8c {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_0e56986ea752 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2056px;
 }

 .text_fcb871914898 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fcb871914898 {
   overflow: visible;
 }

 .container_facf7205eccf {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8105e7640cd4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_24a09105bd38 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_405fa0a79863 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_2008fbaecadb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_1a5583550908 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_57e5231b722c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_cc93da02c838 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c39b373e9bd1 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_30bba18a01e5 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_3c2c4060eb37 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_392d5937c6f8 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e44d5920d4da {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e44d5920d4da {
   overflow: visible;
 }

 .container_5c0f2d513b11 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f51e9986a0a8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7457f684a757 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_51a38b13cb8d {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_dfd6a2144a10 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_dc5da973470d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4319a3c59600 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_ba65da79cc73 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_79a7a0a48daf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_273ee1e0c9f1 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db8cc6e32e19 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_db8cc6e32e19 {
   overflow: visible;
 }

 .container_d3493a769e8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_fbfae5535e1a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_22c3aad919b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ca6067612468 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3dfa593d0676 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_5132917cf0c0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8483088db527 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_0578263911e6 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_a57cc721884b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_4881be1f367b {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_20c653af84fe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c2c7fec842ee {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2840px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_816c85ea2b92 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_8a341e1054c0 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ca41db390653 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_c685f420b58c {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_7e491455a252 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_43ef0bac737f {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_664d34ec4de1 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_ed43c552d0d3 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_3e4b41460abd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_7a0d4e0720c2 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_333864ad9b7d {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_76da71aa7198 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_c5edb5856692 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_70fa626d7e75 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_8a2062da6a2f {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ae918bf90e6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_e1f7db70d254 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1ad4f3d1e91e {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_8c9cf20e1beb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_b195a670c286 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_deb732f8f19a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d6cb61581118 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_820afb78e5b6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_941a92423347 {
   position: absolute !important;
   overflow: visible;
   width: 154.71px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_8e31023719fc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c1f13e540e22 {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 170.71px;
   top: 244px;
 }

 .container_e5902270ac4e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_2f0807585334 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_9e244b648684 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7a054a332df8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_2f580af379b1 {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f580af379b1 {
   overflow: visible;
 }

 .container_2253fa720a3d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_f8cad00bd5b7 {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8a6a734851f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_cbe357be28a8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_9e189503ba30 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_32a52fe53aea {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_a0d50f7199f5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_35fc7b74ba6f {
   position: absolute !important;
   overflow: visible;
   width: 122.88px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_4678f4906c30 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_4d291216cc92 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_0aa6f5df77c8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_adc22bbb2eaa {
   position: absolute !important;
   overflow: visible;
   width: 150.59px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_c77e0f3b8da0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_cb757440c1f9 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_0b9d68b9fe99 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e7dfc428fc38 {
   position: absolute !important;
   overflow: visible;
   width: 112.93px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_53feaafadf8e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_97ed3c9df123 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_3e23c52a8b77 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_98dd33f87e80 {
   position: absolute !important;
   overflow: visible;
   width: 121.58px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_72f35612faa6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_aba3f1eca218 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_f147f9b2e317 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c8cf804d2dbf {
   position: absolute !important;
   overflow: visible;
   width: 133.33px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_c528b6a5f804 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_c52aa5bd0114 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a55c4875443 {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0545d54ed1f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_20fb24368dc1 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_63d50b4d29e5 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_d9190bac3446 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_347062e2975b {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_e3fe26081921 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_dda31727f0b6 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_92308f850ae7 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_84fcbc305225 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_c10ea11ef325 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_4ef9c9737fc2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a28ed7ed853a {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_6f98af87a748 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_47fae7cae282 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_b084561aad0b {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c44965300765 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_8493d1ada1a5 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 332.5px;
   top: 16px;
 }

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

 .text_9ee5c573be90 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 364.5px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2a0bbb4708e5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_2b282fad2cd9 {
   width: 863px;
   height: 999px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd656134f85d {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1924px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_f3ca2f477216 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3170px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_faba9f40e95a {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_94525d4395ee {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_0cf6630761f6 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_7398a75c9cd4 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_79138607b96f {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_8709a674f7b1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_3de5de81df50 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_918a8b04752f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_8970f276ec2b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_7e9865e54390 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ec23ce81afeb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c310c06aa90f {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cb5286eaf53 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9515e9e66198 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_61b8ece6e48d {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_de38ab8170f4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fce7dbeee76e {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_6c1498877fc2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_38378332a4b0 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c173cd0b8d30 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5410f8557c0c {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_ae423be7a212 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c12c86c4004a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_f9828bd6fb16 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e0fd7e60b20d {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_ae8871bca92a {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5774693c08a2 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0417c3a29657 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_9fa1f29633d9 {
   width: 911px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_1b53b5588db9 {
   width: 128px;
   height: 128px;
   transform: rotate(48.873602372613306deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 107.54px;
   top: 139.45px;
 }

 .container_9b7c5936098a {
   width: 83.02px;
   height: 83.02px;
   transform: rotate(-67.87999091445673deg);
   transform-origin: 0 0;
   border-top: 2.08px solid #3a3a3aff;
   border-right: 2.08px solid #3a3a3aff;
   border-bottom: 2.08px solid #3a3a3aff;
   border-left: 2.08px solid #3a3a3aff;
   position: absolute !important;
   left: 289.58px;
   top: 517.82px;
 }

 .container_e051607583fa {
   width: 51.59px;
   height: 51.59px;
   transform: rotate(43.44449722292079deg);
   transform-origin: 0 0;
   border-top: 2.58px solid #3a3a3aff;
   border-right: 2.58px solid #3a3a3aff;
   border-bottom: 2.58px solid #3a3a3aff;
   border-left: 2.58px solid #3a3a3aff;
   position: absolute !important;
   left: 662.26px;
   top: 440.79px;
 }

 .container_7f5b5f9721d3 {
   width: 64px;
   height: 64px;
   transform: rotate(141.33021333480906deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 304.73px;
   top: 352.79px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_4382a57ccf8d {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_36f596f17c70 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_5c25a42f1e06 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_1d1027d80e3a {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_04cd2b13b65d {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_c4f2b5792b6b {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_14ad6aabc809 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_728fc85f6741 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ce5f57a6d1cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_ffa8c0cfef13 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ba469704e5eb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ba5ce5992f82 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1c363b0316c5 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a5d271a3eed {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_509c4ba38d4c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_17a3fb671886 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8e4d40883133 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a6dbceffa306 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_22e24c766b5b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4bfeec2ee982 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_422c851d5e91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5e8b47725281 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_769f2527fe3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e66c9dd3ab7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1fb5579d2da7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7cd524db5945 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b9c31378762 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_49cb3e86c485 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_766f14026ed8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_80b5c6ac86e2 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_24d7edd97cb9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4602679622f2 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_968d36fa0a75 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0e837e4d8763 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_8f097f6ad752 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e81b7840a153 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f4f2894e534d {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a35722b52d6a {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_7cef001637da {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_57d3c6b70113 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_15ba97dfb6cc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_68563c627c05 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_436ac359c913 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_74f1faf3378c {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_1070bbac6316 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_745417736e00 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_c7a644f04c93 {
   width: 100%;
   min-width: 0;
   height: 3618px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_667711560971 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90ad35c0629d {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 130.29px;
   top: 1005px;
 }

 .container_93216172975e {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 166.29px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_b4d188e196e3 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_06116c685fb1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_23d27fabe7d2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_9de2faaf6c5b {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1d9f4f57ed63 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_ef6d1d366c03 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_29328434d09f {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_127ffbbe0b31 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_719cb24c1f59 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6a79c85e5bd5 {
   position: absolute !important;
   overflow: visible;
   width: 63.22px;
   height: 40px;
   z-index: 5;
   left: 779.78px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_8e9220d96421 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_ccaa96275ceb {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_cd2b93beb70a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_e490a93eebfd {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_c786f2aca867 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d1b77886289b {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_440dfc79099c {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f46784ffd727 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_90c010b31483 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d3388ddbb44d {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_d027efedffbd {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 659.25px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c4d1566b9f2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_c0f135ead3e1 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_79cb5cf1d3a6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_acdc82ac06b0 {
   position: absolute !important;
   overflow: visible;
   width: 94.29px;
   height: 22px;
   z-index: 4;
   left: 0px;
   top: 44.5px;
   background: #e88b7a;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .imageview_3bad6c76525e {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 94.29px;
   top: 0px;
 }

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

 .text_8c5743719d4c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_4f52bd3617c2 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_3cf8970fa746 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_391311d9103b {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_107a85a79dd4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_81a05b165d32 {
   position: absolute !important;
   overflow: visible;
   width: 155.74px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_5c7b66b0d360 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e63c16442206 {
   position: absolute !important;
   overflow: visible;
   width: 73.21px;
   height: 32px;
   z-index: 4;
   left: 171.74px;
   top: 237px;
 }

 .text_0291d12f7967 {
   width: fit-content;
   z-index: 4;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_8e8baf568041 {
   padding: 2px 8px 2px 8px;
   width: 75.79px;
   height: 22px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_7af92f16ad00 {
   width: fit-content;
   z-index: 4;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_03f2c69b50ec {
   padding: 2px 8px 2px 8px;
   width: 101.98px;
   height: 22px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1px solid #e88b7a80;
   border-right: 1px solid #e88b7a80;
   border-bottom: 1px solid #e88b7a80;
   border-left: 1px solid #e88b7a80;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_519a77707756 {
   width: 863px;
   height: 22px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 285px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_111a31e3508b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 307px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_63007524990c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_d308f879edc6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f65a9a657ddd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_5abaa0656db4 {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5abaa0656db4 {
   overflow: visible;
 }

 .container_f28057b431b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_3a5a69610edd {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2db6e63ba7e6 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_0acb18c0f228 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f394d6361189 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_c7db31a3a708 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_ee6d56b53117 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f9d0fa09963d {
   position: absolute !important;
   overflow: visible;
   width: 196.83px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_d75477d86aa2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_ecb236497323 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_efc293aeb2ea {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7279bba8ab9c {
   position: absolute !important;
   overflow: visible;
   width: 137.05px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_98c6d53359b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_7b01fc35ff77 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_5adbbaa43331 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_197c40479f14 {
   position: absolute !important;
   overflow: visible;
   width: 138.2px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_9450113eb3f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_bb25fd6de4bc {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_4be5fc2fcd30 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_834e3d8de604 {
   position: absolute !important;
   overflow: visible;
   width: 188.89px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_d4596cabc5db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_b1205626f0f1 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c27c54979fd {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_44e43ce69205 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_b4e8ca96d00f {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_0e8d8925429e {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_300e74fe6ab7 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_97399dea547d {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_6c4973392027 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_ae81a5281902 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_d209ae60192f {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_307eaf54c248 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_e3525e8e8e9b {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_cd0644710704 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2f2bde99b9b0 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_887eb6f11970 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_5609f8108ed5 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_c798ec0d2ea2 {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_0ae1ec469c56 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_7d97cde98845 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 332.3px;
   top: 16px;
 }

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

 .text_1cff02c1c2eb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 364.3px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_aeb7621101e8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_69ce16f3e09c {
   width: 863px;
   height: 998px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_918b3a4921cf {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1923px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_d236279e4a7f {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3047px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_4c4d7b13d3cd {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_ab4d2bf4c24a {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_c7d2b4bfa127 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_485461ea30b7 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_a569dc1f7f80 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_fbee1cd090dc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_5d2df2eef81e {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_fc4a54df95e3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_1ecc1b00f803 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_47aa509a3c53 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_b81de9c8eff7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_387b6dd6c8d7 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_040d1d384b65 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5061b75ef42e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_abc24fc7dcd5 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2c8b93bf0c17 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ff0876bf4dc2 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_93ba9c9a76da {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_59cbb6739f6b {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_389eeb9eb6b6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5578ddb44bc6 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_7e2abe79ba83 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_42a91767c2b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_09eec32522ac {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8d0062b874ab {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_9d89e3bd4f6c {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_880eb0d6cae4 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d31bb981be9d {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_d5c8f29c0183 {
   width: 911px;
   height: 3618px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_66e413b82c3e {
   width: 128px;
   height: 128px;
   transform: rotate(53.078373908948805deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 114.62px;
   top: 140.14px;
 }

 .container_1bd608762cdb {
   width: 83.28px;
   height: 83.28px;
   transform: rotate(-73.71999552907145deg);
   transform-origin: 0 0;
   border-top: 2.08px solid #3a3a3aff;
   border-right: 2.08px solid #3a3a3aff;
   border-bottom: 2.08px solid #3a3a3aff;
   border-left: 2.08px solid #3a3a3aff;
   position: absolute !important;
   left: 292.02px;
   top: 523.3px;
 }

 .container_5749227a42bc {
   width: 50.71px;
   height: 50.71px;
   transform: rotate(40.15215661971576deg);
   transform-origin: 0 0;
   border-top: 2.54px solid #3a3a3aff;
   border-right: 2.54px solid #3a3a3aff;
   border-bottom: 2.54px solid #3a3a3aff;
   border-left: 2.54px solid #3a3a3aff;
   position: absolute !important;
   left: 660.22px;
   top: 441.52px;
 }

 .container_27489283e8ad {
   width: 64px;
   height: 64px;
   transform: rotate(154.25823276824943deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 302.47px;
   top: 361.29px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_8bf9d3cf5121 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_7c49b2ebf3d1 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_7f09249b0b2f {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_57c5af78bb08 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_ff6692e886a2 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_d62d5114c0b9 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_1cad2e5581d3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_e43982c8c573 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_167e1fd1b0a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_91c33cc44ecd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_deee0cbecc17 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_5e075f8efa5b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5607e9c56fc4 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_db41ba727dc9 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_20a3ebb5ff88 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bf6f7e6d41ed {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0970c7605293 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e4e9fbf4e1b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_05671fe9a27b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_91b87be87956 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_02d5331829ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a7f6d827dcf2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3d261baa0189 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_3beff9d4269f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_56208fcce41a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_bf018c74139e {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_edce497f0739 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f984746eed1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5869801bba3f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ec0d9ebd8eba {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_d8b1884a1060 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c508622fefe1 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1490370511a5 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_67d703dc482b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_f2109987ecc1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_656454640f52 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d9f659a2c198 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bb17d272367e {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_69ad2a0fe32f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_486a1e2a1c2d {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_81fd8476813b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2259689d85e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d58719ddf3e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c9f52e104225 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_64bc5d765d01 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a677bef8f2c {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_4384af398c38 {
   width: 100%;
   min-width: 0;
   height: 3741px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_e8c6473d2cb2 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c865c4ca544 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 130.29px;
   top: 1005px;
 }

 .container_1843b66b7c04 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 166.29px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_ef02daf53e05 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_d55c9baebb75 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8027d0a4caf4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_dcef73f0ba6c {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_57f3767fa43c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_6378519869b4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_243baef99a0d {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_cf34724b9103 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2de9daecae64 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_cbad7a6213b5 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_95ff3880c198 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6ef996539ddc {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_53670f683fb2 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d259c2787142 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fffb60df8d5e {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_d300a6b20928 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_19d09b7824d1 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c39db5c16a8b {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_89353d45e93c {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d0ddcd339627 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_8c1ee56a0d97 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_821ce9a96da3 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cc407dd6a3a6 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e74417ae3092 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9b216d8b99a0 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_6271d0faee91 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e344c33198c7 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b6356dfb36a {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9f40af723c9 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eb5f0c70e694 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_49cbdee91bb8 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1fe87a200d3a {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e403cb8261d7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_74bde11214b8 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_079c62d512e3 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_018ba23eb8f8 {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_a71180c7d55d {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_dd79be6efbad {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_6a685f5a5043 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_9e4fc370dd5e {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_54c5e9430ba1 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_aa2fc7560f7a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a7f8a021dab0 {
   position: absolute !important;
   overflow: visible;
   width: 196.69px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_e98d027ea209 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_183575b04c2d {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b82b4f59fb0c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c5b844a452a5 {
   position: absolute !important;
   overflow: visible;
   width: 173.55px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_baa34a307c78 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_5b14e6477adc {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_905cd9efe67e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_11b42ef3a0a5 {
   position: absolute !important;
   overflow: visible;
   width: 154.13px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_f43069ff05ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_226cf505064d {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_59749dcdf6f0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c7ea1a520de7 {
   position: absolute !important;
   overflow: visible;
   width: 163.54px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_2b9ed1997ddb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_e6ab6b86582c {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b296e183640f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0ab3babd3513 {
   position: absolute !important;
   overflow: visible;
   width: 189.4px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_3cca6cb34cb8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5d54b872cd16 {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_84411abf3fe4 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a24afb1e6a4d {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9e4d9f3fd7c1 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2056px;
 }

 .text_a7005fb4d411 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a7005fb4d411 {
   overflow: visible;
 }

 .container_503b5fa388de {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b60d2b512f1e {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b60d2b512f1e {
   overflow: visible;
 }

 .container_53f9dd72bc1f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_e8ec1b9e7c7b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_04f6b4ccf1ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_19ae4c296912 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_30c2c403f208 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_f931f4980996 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_39c08c298a8f {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_2b9ffea3b637 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_56301237701d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e5061c3b9523 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ef8d8db4152 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_101ffcb43926 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a11b1810c48e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4945c72f4144 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_d48bedc528b4 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b00f8f1b30b7 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_807a08bd469a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3e990679dfc6 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_8902ae98bfff {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_05e958b81c03 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_cfc4864efc4d {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d8c9406acda {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0d8c9406acda {
   overflow: visible;
 }

 .container_e985785c2f2c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_3276a9822bd7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_b5f64759e459 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_33d703d4c3b1 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2cbd89289c1c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_59544c0365f9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3ecf42edb3d6 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_81ba7a934c40 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_9a7b3222a233 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_7c5ad53467ef {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0cb1b18bd72 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_138953fafc99 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2840px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a60e33a452a0 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_e2f37fd53fba {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4d59f3a40584 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_8ac7191502fd {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_a7e47588c21a {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6a84e42d8291 {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_a2b5c3509281 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_76d1bc452585 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_8adec386a8b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_fd52474535ee {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_349f17d583d1 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_93ee297ac64d {
   width: 100%;
   min-width: 0;
   height: 199.75px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_b2bd8ecdacbe {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_69ce3883a78a {
   width: 100%;
   min-width: 0;
   height: 199.75px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_dc97ed9d8a1e {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3502207a9362 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_efcb99cefce8 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_15d6722690bb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 9px;
   top: 4px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_7e047bc891cd {
   position: absolute !important;
   overflow: visible;
   width: 94.29px;
   height: 22px;
   z-index: 4;
   left: 0px;
   top: 44.5px;
   background: #e88b7a;
   box-shadow: inset 0 0 0 1px #000000ff;
 }

 .imageview_b998c94c3eb5 {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 94.29px;
   top: 0px;
 }

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

 .text_aceac6095aaa {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_71cd44cc244d {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_8393a7750e52 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5557e262196f {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_b7b77b729bf5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_3fa4335bc74b {
   position: absolute !important;
   overflow: visible;
   width: 148.8px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_f844c5ff29ee {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_17cef380579f {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 164.8px;
   top: 244px;
 }

 .container_c7fac7a84b0c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_d2a42109b924 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_f2f461cd085c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_dae9a0e0d00b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_487ee7f78153 {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_487ee7f78153 {
   overflow: visible;
 }

 .container_8f9e822f8ba8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_7c6e4576f2c2 {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce90c28127d0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_212fc1be9ad3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f07cd598b677 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_73e600ee0eeb {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_ffa4cebb6fbe {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f1847f0ecb47 {
   position: absolute !important;
   overflow: visible;
   width: 119.95px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_326dd57e6442 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_646a5d1ceb2d {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_2451b3b25f9a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_331b06ea5a6d {
   position: absolute !important;
   overflow: visible;
   width: 88.52px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_2d4523743a02 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_9df59a6a7487 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_3df38ae0d8f4 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_487b187a72d5 {
   position: absolute !important;
   overflow: visible;
   width: 119.13px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_27780f025134 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_296a124ab303 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_de76ec4361d2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_cb464878eb8e {
   position: absolute !important;
   overflow: visible;
   width: 130.13px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_4164dec00bdf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_68bdcf447784 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_bfe8a6f520b2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c91b05d6aba5 {
   position: absolute !important;
   overflow: visible;
   width: 114.18px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_c1944d45d926 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_3c1cf08efab6 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a3de0e948e8d {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f0c001224d0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_9f5b8bf8bc9b {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_07a147e1f793 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_6385a0d0f644 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f50a8efa3d52 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_7652541ef1f0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_171a3ab96113 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_d692e2594a60 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_09c7a4da0d40 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_cdb588f565ce {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_a990a571c459 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e3fc33026419 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_f2fb386d757c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_1178a9dc25f7 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_58492b1a4500 {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d9f606f2f5af {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_d962dae12381 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 333.73px;
   top: 16px;
 }

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

 .text_cfd4bfc61428 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 365.73px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_20a2928f6e31 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_1b3d1189ba94 {
   width: 863px;
   height: 999px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_13ed4063f852 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1924px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_39f3894fa461 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3170px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_5b4f3a17f6e6 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_e94ceceaf004 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_0f35b6f48adb {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_66b39f0a0556 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_8322165d20df {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_cf995ec52910 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_80fad2071861 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_469d0ebdf935 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_ec25ccdedb4d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bc87fddaac2e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_aa1bef13bd93 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9652c5918925 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e42dc6e7c1e5 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_28519a6541a1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ce6fffa1b259 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_9837ae273cc4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_05cd7d94aba9 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f66e5851a073 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6fef78e2657c {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_7c4beaa70988 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_75488c99350c {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_016ea5bc75a6 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6bfa1d51421b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_01cda1161ffc {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7f585aee66d1 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_efb64335c0af {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5bf3539cf2fb {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9bb76804a6a7 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_49b75e9028b2 {
   width: 911px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_96cd77faaff1 {
   width: 128px;
   height: 128px;
   transform: rotate(40.96797937729157deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 94.19px;
   top: 139.46px;
 }

 .container_f574027ecdcf {
   width: 82.53px;
   height: 82.53px;
   transform: rotate(-56.89999427809049deg);
   transform-origin: 0 0;
   border-top: 2.06px solid #3a3a3aff;
   border-right: 2.06px solid #3a3a3aff;
   border-bottom: 2.06px solid #3a3a3aff;
   border-left: 2.06px solid #3a3a3aff;
   position: absolute !important;
   left: 286.56px;
   top: 507.03px;
 }

 .container_7f9b1a6cdff1 {
   width: 51.94px;
   height: 51.94px;
   transform: rotate(44.76595098228871deg);
   transform-origin: 0 0;
   border-top: 2.6px solid #3a3a3aff;
   border-right: 2.6px solid #3a3a3aff;
   border-bottom: 2.6px solid #3a3a3aff;
   border-left: 2.6px solid #3a3a3aff;
   position: absolute !important;
   left: 663.1px;
   top: 440.52px;
 }

 .container_14e0608d46de {
   width: 64px;
   height: 64px;
   transform: rotate(111.11500257798443deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 301.13px;
   top: 332.83px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_f228d9d29e9e {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_b58695500866 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_98dd9c3f1651 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_7de463b20d36 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_1d2ce2392752 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_e1455e83fa9a {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_d5ca2673d320 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_28f9da63d235 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_287c069b94e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_89d690617e5a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_979521b216df {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3942204a2bb2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a29cf0dc9c8a {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3c3c26cf583 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7f1fe4e00939 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_96b0b19acca0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0986f6bd458f {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_00f550e9fec9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d8ecdd7ef20d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_805ddfbd924d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bf1bef04423b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4627660a51f8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c80d7c1e6d6c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_026f135878df {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bef178b836b5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_faae43cba7d6 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_689ccf66c2bb {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d39979953ba3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_881ee7599ebf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2d8dfee837b2 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_9e6c6f2fba99 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1e0032640fb3 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_816c055e7d07 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7f67a2a305e5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_3296e860a131 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5607dfa60a30 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_826bc5d53ace {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2e666bedb3a8 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_05a0af014423 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ae45f518c216 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_db9fa86fd28d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2820c2e8b28c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_633f77acac44 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3a91d8d30972 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_5bff83ec9d67 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ceee96aaf46 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_e93a7dc41c08 {
   width: 100%;
   min-width: 0;
   height: 3715px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_b198b55c3a7e {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a7e2e3d30d5 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_0de6eef7db96 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_2352c52b4f22 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_f8f76610217d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5a8846de987a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_7bc2db461922 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e5069c4889bd {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_c58a07fdd855 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_afc816d390e3 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_d78b2363c32f {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bb6bb53a4808 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a5562b775341 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_6fe9e6ceeb95 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_13ad29a2e810 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3b58a86dda6 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_128dd9dfc8dd {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c277dda0f1ca {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_b8173622c70c {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_374d9751bd14 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a23f19b34832 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e7a76b2ef224 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_066b388b2924 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_ead3e33d0768 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_98a567289c5b {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0d6013b1276 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_06406fec4d8d {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1395a538f6a6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_034299df5ad4 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_82af28e69ca8 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_068845327b56 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cce0295f6b80 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_628452c4956f {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_9f5def2c81f5 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8039d91e3e9a {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_39aa4571bf0b {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e38ddc0d0328 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fdd1cc3d9aa8 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_420b5075166a {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_214efb4b2b3b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_4346a9e06ccc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c735e21523f2 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_1dc5898a759d {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_4c35ff6a5031 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_42082f50f9f3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1b1e0fae993b {
   position: absolute !important;
   overflow: visible;
   width: 192.12px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_2fcb36a8f9d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f480310f5a8e {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_3af7937447f9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ecaaf2e877f7 {
   position: absolute !important;
   overflow: visible;
   width: 184.47px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_52cd9c7d65e4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_05f8ee5019e1 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_141400854b58 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f73d1a2e05e5 {
   position: absolute !important;
   overflow: visible;
   width: 143.63px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_1f995e1de022 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_6893b5dca9c4 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_fa31af5b5e2a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a70e13b14f74 {
   position: absolute !important;
   overflow: visible;
   width: 160.66px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_3b7a31166462 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_b3b776299dcc {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_7c1af8b7ab1c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5c86d03c57ca {
   position: absolute !important;
   overflow: visible;
   width: 148.8px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_abcc72dd21a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_966264481cf5 {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_25f6a4f0d1f0 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b2a67e36c36 {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ae69e0ae5c62 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2030px;
 }

 .text_f6e4a55c985b {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f6e4a55c985b {
   overflow: visible;
 }

 .container_a08edc46f997 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa21492c677d {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_aa21492c677d {
   overflow: visible;
 }

 .container_9ff0ba683b1e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c0923eb76eeb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_d1f35ec13762 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_44c9d00e479d {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a72386862221 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_d6d8622b56d1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e516e1aaa694 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_7f0647c2eb53 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_3c97119fcea5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_35eda754ab87 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bec950e24543 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_702d002498b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_66ab9db9e06b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_9bdc72879f95 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_235a0a607d92 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_eb7d3a6aef90 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_2c37528ae3ba {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d68cbf238856 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_d544a55cf552 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_a566ddace5d4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_6af599ffb631 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_420cce87d91b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_875f11579923 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_06245caabcf0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_fac0ca2846aa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_686a93a3a5c1 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_92f1a4aa05c9 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_4c70400fc72f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_783511cf0440 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_93bee2d8b173 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_31e32ee88a44 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_e0ac74bb0533 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_30c42baa5827 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c33e2f4fbff6 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2814px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_060ca6f6d8d3 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_4363af442138 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_be78a0e27fda {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_98ed4208ca8f {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_44c52e2d03df {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_25879d010f2d {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_9c3119895f74 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_6d706a907fac {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_48e6b6d4b00d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_0dcd9afa0094 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_fde1d0ae7d05 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6b875a822624 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_836dff5a53d1 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_57a53d57e17f {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_7012d1698967 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ccdaa01e9af {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_ad21f7f752c1 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d2f26f1cdd8f {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_2b5a4062b3b3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_ac402c4ddc30 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_084a1c51f654 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_839e62ed30da {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_b135301c8c29 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_e6e53a028a6a {
   position: absolute !important;
   overflow: visible;
   width: 150.28px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_45085da05e85 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d518cdf5b5e {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 166.28px;
   top: 244px;
 }

 .container_3af9c3b094f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_4000d61a95e2 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_d02a1fed3efe {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7fc4a492440b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_fa1e7cb19916 {
   width: 863px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fa1e7cb19916 {
   overflow: visible;
 }

 .container_0c573ab64260 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_28a524399a1e {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8ad7619cb96 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_dbfb823125ac {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_3f02bd8bd205 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_180bb9b3cd41 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_02749c4431ac {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e9976296a6a4 {
   position: absolute !important;
   overflow: visible;
   width: 143.57px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_381a129cfa09 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_8d924b8ac18d {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_3ee33353e3e0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d047822054ed {
   position: absolute !important;
   overflow: visible;
   width: 105.54px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_241cc204d4a3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_88847af9a1d5 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_a568f2dfed54 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_18b2ce9bf946 {
   position: absolute !important;
   overflow: visible;
   width: 157.8px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_3989a210c1a6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_b63dda572d01 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_162238e07476 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c415c9642c9e {
   position: absolute !important;
   overflow: visible;
   width: 123.23px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_48acba60914c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_810a6a1e8775 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_e559831cccfb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6ec5112d16d6 {
   position: absolute !important;
   overflow: visible;
   width: 112.16px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_99198ce618a4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_99261c5fd7de {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa33c9ca44cc {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e452f9bbe66f {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_8b2e369359c7 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_0d2bb2cb70f6 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_34983d9e2c3b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8ec04e8f9d29 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_847e96034ef5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_037d548c4a56 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_85432d37ffd3 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_889182a4248d {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_e47d1d230696 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_ff69c8000662 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_42b3c9ca1e6e {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_8e5e1a7aeca8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_5bba3697d5c7 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_f07130e9c5bb {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_834f687a6f65 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_143ba6b6fc64 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 333.59px;
   top: 16px;
 }

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

 .text_072ac384ad8e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 365.59px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6ad007644d41 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_1fd1290c79ee {
   width: 863px;
   height: 973px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8280d1e05d75 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1898px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_861afc765a24 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3144px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_829ffa3d6128 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_3ed253401103 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_3ffdef1034b8 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_2ea9b6f362bb {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_61624202fc54 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_1be8cf664175 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_906512babada {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_10e26e8715ed {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_41b9cf9a354c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_90b016c11a36 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_ba745be2cf26 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_3948b9d1f84a {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_386e42b6e3c3 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4b909905c925 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e35737bd697c {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_6074ea4bbb37 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_73834abe2630 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_e651721c91a1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e7de9ce17887 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_1aa5a222e779 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1b7020398dcc {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5e41c96a55b5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_406e66ebba77 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_23b3676bbf73 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5b789410e779 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_f55dda6dbcb3 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6b3d2705acab {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c78293c9c812 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_15f9e162a9bc {
   width: 911px;
   height: 3715px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_0d8ac20bee72 {
   width: 128px;
   height: 128px;
   transform: rotate(42.998393734085795deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 97.62px;
   top: 139.3px;
 }

 .container_e34b0fadc080 {
   width: 82.65px;
   height: 82.65px;
   transform: rotate(-59.72001634915549deg);
   transform-origin: 0 0;
   border-top: 2.07px solid #3a3a3aff;
   border-right: 2.07px solid #3a3a3aff;
   border-bottom: 2.07px solid #3a3a3aff;
   border-left: 2.07px solid #3a3a3aff;
   position: absolute !important;
   left: 287.14px;
   top: 509.85px;
 }

 .container_0c3c2f66d9b0 {
   width: 52px;
   height: 52px;
   transform: rotate(44.998193702238176deg);
   transform-origin: 0 0;
   border-top: 2.6px solid #3a3a3aff;
   border-right: 2.6px solid #3a3a3aff;
   border-bottom: 2.6px solid #3a3a3aff;
   border-left: 2.6px solid #3a3a3aff;
   position: absolute !important;
   left: 663.25px;
   top: 440.48px;
 }

 .container_2934fca44cc0 {
   width: 64px;
   height: 64px;
   transform: rotate(119.4992453830808deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 303.36px;
   top: 338.13px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_b480445f6856 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_b1ec5d820b4a {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

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

 .imageview_3e9530074683 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

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

 .imageview_e9479012867f {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

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

 .imageview_cb69266aa7b0 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

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

 .imageview_f8fa88fd9433 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

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

 .text_fc7109da9227 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_b1bb70bae079 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_05b9bcb17e4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_c2b21d194c98 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_98ba0d0cf12c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a328c68abd23 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8b798e0ef757 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3dd4191b20d6 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a5c9532080cf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3743040b3dd3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_45e02ab01b39 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c028206b6bce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f3ae5b1f0efb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_1ba3f84806fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_51c974984d5d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c954673237a5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_feee5b20d81e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5003d1bf8e18 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b13125b78944 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_9c78314de583 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b212fe29198d {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9165cca6b6c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_184e46175844 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ff12210099ed {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_c39389cc2f2c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9383724ec2f3 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d7f005558190 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_86e0cfbb876c {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

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

 .text_f0317f0b33ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9ab969867025 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3d5957557132 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2f2a002d7350 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

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

 .container_4cd5319667f6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_88294bfcf601 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_161210e6d482 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c3120ddef312 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_afd97156689f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c0bf65d03229 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_fe131598fd3d {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ddee2323ff59 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_ce2c532f6b0e {
   width: 100%;
   min-width: 0;
   height: 3715px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_2ba6119235d8 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_21e167fc37ae {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_a21dd0567d33 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_e3bbd59a0172 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

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

 .text_ec5647fadddf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f440507d9191 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_12b04c917243 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_69eb570a488b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_e25b89125ea4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_a5bc53ae3e38 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_4557f41e3784 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_7616c9c7369d {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ee9197e34d38 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_1ecf1c0f711c {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6448a00d5a0c {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_39b692b6af1f {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_16f449034bd8 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_52715ef889c6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_646f33b0cbeb {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bdd462a0d26b {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a35b88f7780c {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_860cfcb4e911 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4d925e9fa8a1 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_ab191be28f7c {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e860f5742181 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d135d003950 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e0dfec6b2917 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_43286ec0236c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_e72b7f1a0e40 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a0fcf96743d0 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4e9b1e3488f {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_58119b5bdde4 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_635024192d61 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_e4d317f2b2a5 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c4a37abad3c5 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2409ee625814 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_52aa042b6dbe {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c6a32901caf {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5bd2fa2f2ad {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_1f58d9dfd7fa {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_91dda5c587b1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7cf8de00e1ec {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_82cc976b01ed {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_728483ae7cf2 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_b97b3229c184 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_246de7495fa0 {
   position: absolute !important;
   overflow: visible;
   width: 163.98px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_ad6dd1ba2443 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_625e9f0a1af3 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_1d023f060d1c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6a347308ae83 {
   position: absolute !important;
   overflow: visible;
   width: 159.42px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_44d51d64aa03 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_a8d5472c2364 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_ec3286023929 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a2dcbb3160dd {
   position: absolute !important;
   overflow: visible;
   width: 169.84px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_99ab14fa45ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_333ff2f64266 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_2d128f3aef90 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_63460d5294aa {
   position: absolute !important;
   overflow: visible;
   width: 158.39px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_9ff6d6a52c29 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_82e6226fa92c {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

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

 .text_4b8c8178bdcc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_75573de1e30b {
   position: absolute !important;
   overflow: visible;
   width: 141.97px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_e804cb79f231 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a2d5d51f4683 {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_90db732fbcfd {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1dd0df313b19 {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_93879834fa53 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2030px;
 }

 .text_3d0602d5fba9 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d0602d5fba9 {
   overflow: visible;
 }

 .container_0dbe75afd5d2 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a2c9d719bc7 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6a2c9d719bc7 {
   overflow: visible;
 }

 .container_cc4b99adcbd9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_92b681ecc74d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_93480dbac85a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_65501945972d {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8a630bc50f3f {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_246974f4e347 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_71dfc9b61b56 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_42a0956fca02 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_15347d5a339c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_d9ad385998ae {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6de92847e6dc {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6de92847e6dc {
   overflow: visible;
 }

 .container_28fb4289371a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_d58c625b9add {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_10dbb9684fd0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_df0a37d1e3bd {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b00f50aa6531 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_99c7162ddc76 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a6fcd51123d8 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_a44ed2233e5b {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_185be32c9ae8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_b610d356c2e3 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee7437ec9bc4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_afac083e2f72 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bd50d31469eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_b559a9276b5b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_96d582a8a3f3 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b4cb33fe57a8 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

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

 .text_f6d0e49ba324 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6747a3a6ec1d {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_89b702d88d18 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_22f48aececc7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_8c913314d417 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f41785f5596 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_9a8290a53768 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2814px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cf7f7184673e {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_9ce5b7951f62 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8bc5cd8717d8 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

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

 .imageview_0904cd5c611c {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

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

 .text_3284faa58c8b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_418f1f14ff51 {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_2ab2ee52de0c {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_64d4994a1478 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_5a27e2013fae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_e1edf84ab571 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_b8316d008ce6 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9ea666fc9289 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_cd0500f2cdae {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_384c732ccb33 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

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

 .container_b856b4c75c15 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b487af751dff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6c6249dd653f {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d11ccc63bfa8 {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_39d33e808112 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_fee24fa618d3 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_f0cb9681cc7c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0bd90671341b {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_9e47d644d27d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_8d1370883263 {
   position: absolute !important;
   overflow: visible;
   width: 126.45px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_b5f54d76e0a6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_98ee152bdbe1 {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 142.45px;
   top: 244px;
 }

 .container_719ec7dce556 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_b6b3d23ebaf2 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_8b9db214a147 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_da5bb1395333 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_0e3fc52400b4 {
   width: 863px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e3fc52400b4 {
   overflow: visible;
 }

 .container_7e76a4244dfc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6c6a999a9662 {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_46082ac70b18 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_9f0af9e00406 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_77df665cb264 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_599ad51acfbc {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_b37faf684359 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_09c33d7d98e8 {
   position: absolute !important;
   overflow: visible;
   width: 134.63px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_ca3ea0300f1e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_7f32b5380f99 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_2ddeeacef049 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_84e7e4bff477 {
   position: absolute !important;
   overflow: visible;
   width: 174.23px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_f2a5cc41e761 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_1ee42434af5e {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_0ec69cf9fe57 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bb895bab1dcd {
   position: absolute !important;
   overflow: visible;
   width: 150.48px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_7096231bf5ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_66a5557242d6 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_f5c8db0e2442 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_59a20b3da9fc {
   position: absolute !important;
   overflow: visible;
   width: 135.92px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_700aece2dde5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_2ad8511442e0 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_a9aba7a8e9f9 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_559f2d2986df {
   position: absolute !important;
   overflow: visible;
   width: 121.87px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_0334369dcd91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_7e81ac614a87 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf212d65b8bb {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_19471f97b676 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_ee3fe0b92195 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_4204e8642f15 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_c5944ab53a75 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c62447ba2453 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_754156f2b7ae {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_233f07e73552 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_150cf93df6eb {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_e13a7b92ba71 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_47622507c9a1 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

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

 .text_12cdfc5bbd4c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_37af9cf45bb9 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_619a768c30b3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4148c4a39611 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_3522f753fe9c {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_fe851028e374 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_1c69d47449f0 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 337.62px;
   top: 16px;
 }

 .imageview_1c69d47449f0 img {
   width: 100%;
   height: 100%;
 }

 .text_6ffaf00d9405 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 369.62px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f7ec75d39a2a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_074b4556898d {
   width: 863px;
   height: 973px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_71c40c8978df {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1898px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_f5fd348b0616 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3144px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_06c76eeebc31 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_06c76eeebc31 img {
   width: 100%;
   height: 100%;
 }

 .imageview_3ffd0e4f0e9e {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_3ffd0e4f0e9e img {
   width: 100%;
   height: 100%;
 }

 .imageview_d709f1ecabf7 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_d709f1ecabf7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e82657649496 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_e82657649496 img {
   width: 100%;
   height: 100%;
 }

 .imageview_3cc35591aa5a {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_3cc35591aa5a img {
   width: 100%;
   height: 100%;
 }

 .text_6581d2c57c78 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_6b066cd00cfb {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_0b0381a31735 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_192088e734be {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_b02714ced389 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_3b3d0066d125 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c54ad109a554 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82c19955496a {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_93a2b83637e3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_78951ec43db7 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_84d6a199a6f5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_84147f2da020 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_44eaf42ece52 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6850b1b3c1b5 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c116338207d2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c6a772ac1512 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_b2afa6855187 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1aafbc86cb01 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_52fe10145927 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_aebee596483e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_aebee596483e img {
   width: 100%;
   height: 100%;
 }

 .container_152a9a3f4a70 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7bdb78d72713 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_fa78e7665efc {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_e824260ccdac {
   width: 911px;
   height: 3715px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_da6c830d6bac {
   width: 128px;
   height: 128px;
   transform: rotate(47.24639998514717deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 104.8px;
   top: 139.31px;
 }

 .container_b0e6e0b75cdf {
   width: 82.92px;
   height: 82.92px;
   transform: rotate(-65.6200034687414deg);
   transform-origin: 0 0;
   border-top: 2.07px solid #3a3a3aff;
   border-right: 2.07px solid #3a3a3aff;
   border-bottom: 2.07px solid #3a3a3aff;
   border-left: 2.07px solid #3a3a3aff;
   position: absolute !important;
   left: 288.79px;
   top: 515.65px;
 }

 .container_03ebe01b295e {
   width: 51.79px;
   height: 51.79px;
   transform: rotate(44.223686004042506deg);
   transform-origin: 0 0;
   border-top: 2.59px solid #3a3a3aff;
   border-right: 2.59px solid #3a3a3aff;
   border-bottom: 2.59px solid #3a3a3aff;
   border-left: 2.59px solid #3a3a3aff;
   position: absolute !important;
   left: 662.75px;
   top: 440.63px;
 }

 .container_609fd694b0a4 {
   width: 64px;
   height: 64px;
   transform: rotate(135.5633590135478deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 305px;
   top: 348.88px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_9a2ec431ec7c {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_37c2f38edce2 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_37c2f38edce2 img {
   width: 100%;
   height: 100%;
 }

 .imageview_4232696dfae9 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_4232696dfae9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_ae2f947e3e9a {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_ae2f947e3e9a img {
   width: 100%;
   height: 100%;
 }

 .imageview_416a32dfa629 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_416a32dfa629 img {
   width: 100%;
   height: 100%;
 }

 .imageview_92502f3a26cc {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_92502f3a26cc img {
   width: 100%;
   height: 100%;
 }

 .text_109176b5f5c6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_a5575ba2927b {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_728f0802142d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_ed66e73a3fa3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_cac2024ca3f5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_2d4b4d78b5a8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_881322701eaa {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c744c0f6fa6 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5cf7dac8e382 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6300877ced69 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1cbe70be5700 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4108161b5170 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c370f51ce446 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_ed41d4eead26 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b3c5f9431d04 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e68a5eab7e77 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1e4285144da3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f0981921cff9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4fc7504c4bee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6fdb19ae510d {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0909e854b728 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c26c1e22122a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_653d070e79f5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0663e47ceb40 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_0663e47ceb40 img {
   width: 100%;
   height: 100%;
 }

 .text_b0d32d2e319b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b74f1b54c753 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_cd999a0d06a4 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4ed92e45ca07 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_4ed92e45ca07 img {
   width: 100%;
   height: 100%;
 }

 .text_f19e9a15dc98 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_acf759e34686 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_84989a2e913e {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8aa46d6ffa2e {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

 .imageview_8aa46d6ffa2e img {
   width: 100%;
   height: 100%;
 }

 .container_b60823bc02a8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b98493a2f212 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_33a5d092432e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_96fde9353b62 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_431b79d55220 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_081bd8bd164c {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_57db911176ff {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_89b05d3c647c {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_cb0b46215a8c {
   width: 100%;
   min-width: 0;
   height: 3715px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_57b21bd8b481 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16b828c1be76 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_13c26ad130d2 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_436abf385778 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

 .imageview_436abf385778 img {
   width: 100%;
   height: 100%;
 }

 .text_1342ade74b56 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_007ae99d6f4e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_b91edd96b179 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1c307c24b8c0 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1c307c24b8c0 img {
   width: 100%;
   height: 100%;
 }

 .text_c44204d2a413 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_99e9df43c15f {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_92df87891380 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_6b750e7fa571 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_28f56a6f77c5 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_c383b3df4ae8 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f82b59c18576 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57fd7ad4e67f {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_372726ffd276 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0e4a60bfe48d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_9e1b64c1990b {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b5ead6507c38 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c0571fc9530 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f27911c60c23 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_fae5ec01972d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_9138c7985246 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e85438fd5562 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_76f6b790cff8 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bfcd0892055f {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_72b4650ea32b {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_2dfe9a1a48d9 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_429b880d4987 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6fc675bfd92 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8344454ed67d {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_134a2de65960 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_f828166b4518 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2122ecf34dc0 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_45c527d8df1b {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1e67970cbee6 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c62b20d70db {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebac9a9cb470 {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_fdc75e18dddb {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_fdc75e18dddb img {
   width: 100%;
   height: 100%;
 }

 .text_7e6feeafd9ab {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_0e7698fc23a5 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_f039815426d3 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_ee920cd223e9 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_ee920cd223e9 img {
   width: 100%;
   height: 100%;
 }

 .text_16a73cd339fd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9c17dddfa295 {
   position: absolute !important;
   overflow: visible;
   width: 193.24px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_5c362d0bf92a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_13847946f6d8 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_13847946f6d8 img {
   width: 100%;
   height: 100%;
 }

 .text_403eb2f8850b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_f676a6e87576 {
   position: absolute !important;
   overflow: visible;
   width: 195.91px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_55cb6f0fc58a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_e70696c5e215 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_e70696c5e215 img {
   width: 100%;
   height: 100%;
 }

 .text_3a581d2663e1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ea7a7b5fafdf {
   position: absolute !important;
   overflow: visible;
   width: 206.52px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_dcaf9971c773 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_a5f4763dca50 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_a5f4763dca50 img {
   width: 100%;
   height: 100%;
 }

 .text_a9b80937bbcd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5155b6d5f723 {
   position: absolute !important;
   overflow: visible;
   width: 234.47px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_fbd8ae8f6a8b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_67ef7ff8834a {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_67ef7ff8834a img {
   width: 100%;
   height: 100%;
 }

 .text_81952d1bb832 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_64c93b7f68a1 {
   position: absolute !important;
   overflow: visible;
   width: 165.51px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_3d686f9a4318 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_40529e1c1c08 {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2db0c7233b7a {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_52082887314f {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_bc8ed77ea9d3 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2030px;
 }

 .text_6170d15d0ebb {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6170d15d0ebb {
   overflow: visible;
 }

 .container_86c2d86eb31c {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_930a7ce02b1e {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_930a7ce02b1e {
   overflow: visible;
 }

 .container_54ca52451e7a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5badf779f8a0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_6be1e58427b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_71e1c6a22f99 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f039fdf39aaf {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_f039fdf39aaf img {
   width: 100%;
   height: 100%;
 }

 .text_6203fb0d2c0f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ba671285b1a5 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_a3f4675addcb {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_65ef273af8ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_2dbb3bd298c8 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_26aa8c367e6b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_40347bc8a530 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_26e09c54153e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4de412009010 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_8905ffd3533b {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c4ff8d2de052 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_c4ff8d2de052 img {
   width: 100%;
   height: 100%;
 }

 .text_b912dd49e56a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c8406235a0a9 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_4f4027cfc482 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_68c51f579c6f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_eab01c61d4fc {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5688c77aa9cd {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5688c77aa9cd {
   overflow: visible;
 }

 .container_252c25db2ae9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_b146eb8bcbe0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c714c9186b2d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c89336318b37 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_576bd56d483b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_576bd56d483b img {
   width: 100%;
   height: 100%;
 }

 .text_6d5b1a51e88f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c054427a911a {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_6441df8bd5db {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_2a8b8fc87db0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_cfbc148ba3fd {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27cf5b12a66f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_7959745ce276 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2814px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ce8b9919fc26 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_ce8b9919fc26 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_505c30bf6397 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3a84c974b3f8 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

 .imageview_3a84c974b3f8 img {
   width: 100%;
   height: 100%;
 }

 .imageview_65a36633c7a6 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

 .imageview_65a36633c7a6 img {
   width: 100%;
   height: 100%;
 }

 .text_7d46ca24e832 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_764bbdb9f5e8 {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_239d6e162015 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_1e10534b457d {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_eb8ea5bb348d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_4e5f22763331 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_4e5f22763331 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d38558c0d61c {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_db31e5e5ddbe {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_db31e5e5ddbe img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_93fca3b08115 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b426b614dd62 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_b426b614dd62 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_79948693afbb {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_346ccb7c9576 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_87602313eff4 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7c05cc56b694 {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_7c05cc56b694 img {
   width: 100%;
   height: 100%;
 }

 .text_3e368e4e1dc8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_c2fc6d1fa5ad {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_2e23bf583dba {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9f01d375399d {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_6f3afad51cbb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_b9e1068c1fa2 {
   position: absolute !important;
   overflow: visible;
   width: 147.63px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_88791a67da76 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_67cb4af86943 {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 163.63px;
   top: 244px;
 }

 .container_04d5602db8d0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6e85badbdd5d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_34dbc72ddd6f {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f06d94623e6d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_2eec30c01d96 {
   width: 863px;
   height: 52px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2eec30c01d96 {
   overflow: visible;
 }

 .container_cd93e20ade43 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_671ae2998d76 {
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dedb4dc675fd {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_3065300c248e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_8705dbefb534 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_766d603c49c4 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_766d603c49c4 img {
   width: 100%;
   height: 100%;
 }

 .text_5d772264f99e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_191733ebddb8 {
   position: absolute !important;
   overflow: visible;
   width: 133.53px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_51be4c90b248 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_a94a92dd6c0b {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_a94a92dd6c0b img {
   width: 100%;
   height: 100%;
 }

 .text_858f910c04ce {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_089aaa360817 {
   position: absolute !important;
   overflow: visible;
   width: 47.76px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_4bc0e65a0677 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_dbdedfe71103 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_dbdedfe71103 img {
   width: 100%;
   height: 100%;
 }

 .text_922560376bc8 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1ee4268a38b2 {
   position: absolute !important;
   overflow: visible;
   width: 130.23px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_3692703a03d9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_cb7821acb981 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_cb7821acb981 img {
   width: 100%;
   height: 100%;
 }

 .text_1e4adc16d38a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a8b8adda2b3a {
   position: absolute !important;
   overflow: visible;
   width: 161.61px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_a829580642b0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_cddbbb2360c6 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_cddbbb2360c6 img {
   width: 100%;
   height: 100%;
 }

 .text_d53890e21eb7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5dd219d397c9 {
   position: absolute !important;
   overflow: visible;
   width: 136.3px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_98bccb276e8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_063f59ce7a44 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_020d5c1ac0ab {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee93be67e141 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_bb06f58364b9 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_9d0a61922dc6 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_9d0a61922dc6 img {
   width: 100%;
   height: 100%;
 }

 .text_c3adeb935c5a {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_727f3cbaf777 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_bf7a76033b47 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f302b0cff94b {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_3a6bb6fcbfe5 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1ecdea9654a4 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_1c91e6735627 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_1c91e6735627 img {
   width: 100%;
   height: 100%;
 }

 .text_df738ad16ef0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_46302537bcf2 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_16f13f549a9b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_5345e29f560d {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_20d326101368 {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1970b9ecc4f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_02f40f995f24 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 333.88px;
   top: 16px;
 }

 .imageview_02f40f995f24 img {
   width: 100%;
   height: 100%;
 }

 .text_00d1e58b0502 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 365.88px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7caf7d5d9d5f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_2ecb46111780 {
   width: 863px;
   height: 973px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb5d43eefe82 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1898px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_c47933f692b4 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3144px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_a5a67c47d3e7 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_a5a67c47d3e7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f01dc721dddd {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_f01dc721dddd img {
   width: 100%;
   height: 100%;
 }

 .imageview_bc6627fa83e8 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_bc6627fa83e8 img {
   width: 100%;
   height: 100%;
 }

 .imageview_464fb3baca6e {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_464fb3baca6e img {
   width: 100%;
   height: 100%;
 }

 .imageview_efb17f7f1838 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_efb17f7f1838 img {
   width: 100%;
   height: 100%;
 }

 .text_60b1bc9ade57 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_cb12dfdf3893 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_730989610dbb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_6c7ea9d0ba9f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_f1f5a31dc976 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_cb94cd8a3568 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4c156d1f22a6 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1de8953edf15 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5b745dd06d5a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2ebb1fe66d0d {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_5f8bd770b97e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6cb60384c69a {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_dcaceeac4842 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_621f965d55b4 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_929f40b7d6bd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d226154222dd {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_93e53dc3ac38 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd63a08504bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_3f50c0c3a42b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a863d806e8b8 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_a863d806e8b8 img {
   width: 100%;
   height: 100%;
 }

 .container_fabf066d93fd {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_63b12ead5072 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_964422e34a2a {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_5f102b81f00e {
   width: 911px;
   height: 3715px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_3969b11595c8 {
   width: 128px;
   height: 128px;
   transform: rotate(44.53918384888765deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 100.22px;
   top: 139.24px;
 }

 .container_461a8043573a {
   width: 82.75px;
   height: 82.75px;
   transform: rotate(-61.85998768978532deg);
   transform-origin: 0 0;
   border-top: 2.07px solid #3a3a3aff;
   border-right: 2.07px solid #3a3a3aff;
   border-bottom: 2.07px solid #3a3a3aff;
   border-left: 2.07px solid #3a3a3aff;
   position: absolute !important;
   left: 287.67px;
   top: 511.97px;
 }

 .container_e7ca6a1fc2c0 {
   width: 51.98px;
   height: 51.98px;
   transform: rotate(44.91606749656226deg);
   transform-origin: 0 0;
   border-top: 2.6px solid #3a3a3aff;
   border-right: 2.6px solid #3a3a3aff;
   border-bottom: 2.6px solid #3a3a3aff;
   border-left: 2.6px solid #3a3a3aff;
   position: absolute !important;
   left: 663.2px;
   top: 440.5px;
 }

 .container_35cb15a56516 {
   width: 64px;
   height: 64px;
   transform: rotate(125.56668356128101deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 304.39px;
   top: 342.13px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_ebd78f3251f3 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_60b9ec66d7e3 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_60b9ec66d7e3 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d49d419024f5 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_d49d419024f5 img {
   width: 100%;
   height: 100%;
 }

 .imageview_2106c1e886e6 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_2106c1e886e6 img {
   width: 100%;
   height: 100%;
 }

 .imageview_268b86406d4b {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_268b86406d4b img {
   width: 100%;
   height: 100%;
 }

 .imageview_40df5b73b976 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_40df5b73b976 img {
   width: 100%;
   height: 100%;
 }

 .text_c88805c38f58 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_1fc7ce548644 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2c3b4c7bdc12 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_63c39a3ea7a7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_8c1388404337 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_f38e8c02a67d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fa04b9e47ab9 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_38b60be7c768 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_405e0eb4b651 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ec4f45108c8b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0eff974dd216 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_18ce17ca266b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_04c574c40b5a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d554bab04093 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_288ed078cd13 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_3b1538b74bf5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a60141be964a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_dea7fd53e990 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0ce17d4c62bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_98d7c3c8126c {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2f6729a012c3 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4982a0ae8dc4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_62d5fbeb0c8c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_abb117e13136 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_abb117e13136 img {
   width: 100%;
   height: 100%;
 }

 .text_8486a1287f31 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_53d143b4efa8 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_32cc866a5b09 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_404c50d903a4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_404c50d903a4 img {
   width: 100%;
   height: 100%;
 }

 .text_f52bebc53aab {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_351b5b71a6f6 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d49c4c7fe565 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ce528bdd343d {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

 .imageview_ce528bdd343d img {
   width: 100%;
   height: 100%;
 }

 .container_e55a14de932a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f68fdfba3c4f {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6472ca508a09 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2e3ebc80634e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_43a156ff5c2a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6b2f90605a46 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_47f71ba50109 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce3e2c62648b {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_32b7454315df {
   width: 100%;
   min-width: 0;
   height: 3741px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_616fab16e275 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a63baaf63097 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_7d84fed92502 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_a99242730f49 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

 .imageview_a99242730f49 img {
   width: 100%;
   height: 100%;
 }

 .text_9616c75f4d48 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f5be9130bf7d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_ad5fa38fe234 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e713d7c5d8b8 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_e713d7c5d8b8 img {
   width: 100%;
   height: 100%;
 }

 .text_27db4af92374 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_8177bff9454f {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_d8c87598ae5d {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_514fde7b3914 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4b9802958168 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_15dd8d383136 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_caa27416c81d {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ea6e22e941d {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6808eb919093 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a163a64dad41 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_8217b2f721e8 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0c5c5ce44fda {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e515c9fa896 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_308696194bb6 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7acfcbb6a32b {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_2b2eda69dc01 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a4a4fdd12d54 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_639bbbd0cf59 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec027404086a {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c1400209948e {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_f36b5e1a841d {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_464917a24024 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55c4fbc482a9 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7a1775f187ac {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1410c5af2557 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_ef69c963268e {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_234298785808 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d9b5b5d61ce {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_08d8077baefd {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_00eaefcdb16d {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea15add4e71c {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_d1292dfa1caa {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d1292dfa1caa img {
   width: 100%;
   height: 100%;
 }

 .text_73e20098649a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e4f85bda1ba3 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_b984f324d47f {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_36bf6842c2fd {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_36bf6842c2fd img {
   width: 100%;
   height: 100%;
 }

 .text_ea7855a94eea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_c8ff1afb22cf {
   position: absolute !important;
   overflow: visible;
   width: 208.47px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_2fd91694c90a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_2d8403205e6e {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_2d8403205e6e img {
   width: 100%;
   height: 100%;
 }

 .text_038f291ca8c4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8237de6e0935 {
   position: absolute !important;
   overflow: visible;
   width: 187.85px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_2bfc31ead9ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_44f656cb8806 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_44f656cb8806 img {
   width: 100%;
   height: 100%;
 }

 .text_03e2c44f8d13 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5744a49e135c {
   position: absolute !important;
   overflow: visible;
   width: 175.91px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_f327ca5c7fec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_99cd87cd52ec {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_99cd87cd52ec img {
   width: 100%;
   height: 100%;
 }

 .text_33a15b2efa7d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ae9bcc6a712d {
   position: absolute !important;
   overflow: visible;
   width: 194.99px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_54933f6682cd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_3dd81195635e {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_3dd81195635e img {
   width: 100%;
   height: 100%;
 }

 .text_83927354c97f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3525c0e069fc {
   position: absolute !important;
   overflow: visible;
   width: 199.38px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_ad8d3c70eca3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6c451a469c1a {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7bd52dda7704 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd13b0d9f11a {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5f92dd15fede {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2056px;
 }

 .text_2ce92ff6f506 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ce92ff6f506 {
   overflow: visible;
 }

 .container_43d292ef3c8d {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_141a93de95ee {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fac8d316103f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_ed03ce2633d9 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_396deedb3918 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_48eac2116943 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d6b355f831cf {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_d6b355f831cf img {
   width: 100%;
   height: 100%;
 }

 .text_49a0a9eff616 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d0dd7fd4a711 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_645bb3a02b82 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_54d3876fb52d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_b22df0036db0 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a14d3045d426 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a14d3045d426 {
   overflow: visible;
 }

 .container_e7526041d4d6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_e0117c5e2001 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e35150eef4fd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2d21d4022e44 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f95b925a569b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_f95b925a569b img {
   width: 100%;
   height: 100%;
 }

 .text_ca4bb84cac44 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9e2953baf807 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_1a2a76cf1d0c {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_443c99ad40bc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_9b463fa68eb3 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c1b7e879aa1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_87ce7cd64081 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_c3ea73036c62 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_cb50a00f0efb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6a458f35e5ad {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6bb0b278ffed {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_6bb0b278ffed img {
   width: 100%;
   height: 100%;
 }

 .text_309525d230ae {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_733ec4461aa9 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_d976f312ff02 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_1ccbe08edd4e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_1f88391c081c {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ccc898920738 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_29dafdbbb3ea {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2840px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ec0166f00b9d {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_ec0166f00b9d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_252f95ad0db0 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_08f1ab6d523c {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

 .imageview_08f1ab6d523c img {
   width: 100%;
   height: 100%;
 }

 .imageview_5e5e0f976231 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

 .imageview_5e5e0f976231 img {
   width: 100%;
   height: 100%;
 }

 .text_ccef61fa13d2 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5df4bbc50f7f {
   position: absolute !important;
   overflow: visible;
   width: 63.22px;
   height: 40px;
   z-index: 5;
   left: 779.78px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_26b5759be9f4 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_393ad9ba60bf {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_748d8991e5c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_e6f0d4d33079 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_e6f0d4d33079 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_9544face2f53 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8f108e489fc9 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_8f108e489fc9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3cbbe291e56f {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_708535760f6d {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_708535760f6d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_01bb9bb71553 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_25817ec5420e {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_25817ec5420e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_28b87c125fd4 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 659.25px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b4bb3518aad {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_1218373dc1b0 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a3a218de1dcb {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_a3a218de1dcb img {
   width: 100%;
   height: 100%;
 }

 .text_61c49b7dc6be {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_4b50b6f5c6a3 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_a669790e3f62 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_98440da40017 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_13f61f68ec7e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_8e376350848e {
   position: absolute !important;
   overflow: visible;
   width: 125.41px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_fd27a2504c35 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3deb073122aa {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 141.41px;
   top: 244px;
 }

 .container_8c204b4dfdb2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_882d7487d8e8 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_df79fb24e1b0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_2b0b5f8c258c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_e914d0e538ae {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e914d0e538ae {
   overflow: visible;
 }

 .container_9691256c821d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_6c78e12a926a {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6253816b9988 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_5896781e617b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_0ea4a53225dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_596473c5b4c1 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_596473c5b4c1 img {
   width: 100%;
   height: 100%;
 }

 .text_cfc95f27ece0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2f0b0d09df40 {
   position: absolute !important;
   overflow: visible;
   width: 130.92px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_81c4608fd1a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_c2c61c4b3b30 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_c2c61c4b3b30 img {
   width: 100%;
   height: 100%;
 }

 .text_880bc9d51e2e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_84d90b88a1ef {
   position: absolute !important;
   overflow: visible;
   width: 130.06px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_66c71d5cd99f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_c42dfbd57c5d {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_c42dfbd57c5d img {
   width: 100%;
   height: 100%;
 }

 .text_e8359c08d60c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8ee5711f5b14 {
   position: absolute !important;
   overflow: visible;
   width: 112.48px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_4a050c4e1674 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_831d3fc3f917 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_831d3fc3f917 img {
   width: 100%;
   height: 100%;
 }

 .text_071d9215c21a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_45b4cdc6c135 {
   position: absolute !important;
   overflow: visible;
   width: 153.88px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_0ab0fbecd259 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_d3c75bd21e7a {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_d3c75bd21e7a img {
   width: 100%;
   height: 100%;
 }

 .text_09347b96e2e5 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_35f8ec32b2c4 {
   position: absolute !important;
   overflow: visible;
   width: 162.27px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_04dd82a35d14 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_71e4490e322d {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_de14b6bbae43 {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d99e6caa5eed {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_6287a68b9595 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_a77f268db969 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_a77f268db969 img {
   width: 100%;
   height: 100%;
 }

 .text_fb0594ed5574 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_78d82f3800cb {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_8e1a5d9df8f7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_55c5d5b041c8 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_734f90335110 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_54c30f0edef5 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_e59154e123fe {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_e59154e123fe img {
   width: 100%;
   height: 100%;
 }

 .text_50b5c4df3976 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a14e7cd81de4 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_8db08f7066e7 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_99431018d92f {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_10df7524e7ec {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b71722b1468f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_493381327454 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 337.81px;
   top: 16px;
 }

 .imageview_493381327454 img {
   width: 100%;
   height: 100%;
 }

 .text_74bacebcefcc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 369.81px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_837f3b21724a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_7bebc0846c8a {
   width: 863px;
   height: 999px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_669c9811598d {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1924px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_9e70f9b01579 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3170px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_9cae409b4259 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_9cae409b4259 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c8f5715b1290 {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_c8f5715b1290 img {
   width: 100%;
   height: 100%;
 }

 .imageview_fd7d70593cca {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_fd7d70593cca img {
   width: 100%;
   height: 100%;
 }

 .imageview_1e7c82f6b27b {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_1e7c82f6b27b img {
   width: 100%;
   height: 100%;
 }

 .imageview_c4e19925c63c {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_c4e19925c63c img {
   width: 100%;
   height: 100%;
 }

 .text_3d390345961c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_f4d29a779274 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_adaed06c8d54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_9a2ab80974e7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_38ea3b8d91dd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_38406c3be25f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c6e0ec691771 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_000f2a067027 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_18a530ad3eed {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2cac77962d54 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8e5a907be389 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d80ccf2ba57 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bc799b0982e1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c6a221993ffe {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_8e0024683987 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_04da3622b793 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_ed03bc5c2256 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0e5c73047b9a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_03db2623e406 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_38487e63be92 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_38487e63be92 img {
   width: 100%;
   height: 100%;
 }

 .container_ab732015fef3 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_74d7471c3349 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dc5545b87aa4 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_3af05c88b1e5 {
   width: 911px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_f8cfa4d5c3dc {
   width: 128px;
   height: 128px;
   transform: rotate(42.854430720297074deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 97.37px;
   top: 139.3px;
 }

 .container_321c03feca81 {
   width: 82.65px;
   height: 82.65px;
   transform: rotate(-59.52000068355245deg);
   transform-origin: 0 0;
   border-top: 2.07px solid #3a3a3aff;
   border-right: 2.07px solid #3a3a3aff;
   border-bottom: 2.07px solid #3a3a3aff;
   border-left: 2.07px solid #3a3a3aff;
   position: absolute !important;
   left: 287.09px;
   top: 509.65px;
 }

 .container_f8e71dba4ba8 {
   width: 52px;
   height: 52px;
   transform: rotate(44.994170584514116deg);
   transform-origin: 0 0;
   border-top: 2.6px solid #3a3a3aff;
   border-right: 2.6px solid #3a3a3aff;
   border-bottom: 2.6px solid #3a3a3aff;
   border-left: 2.6px solid #3a3a3aff;
   position: absolute !important;
   left: 663.25px;
   top: 440.48px;
 }

 .container_d2a2fc78e436 {
   width: 64px;
   height: 64px;
   transform: rotate(118.87183625793632deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 303.22px;
   top: 337.72px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_f510d21cd7fd {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_ac92013b2e00 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_ac92013b2e00 img {
   width: 100%;
   height: 100%;
 }

 .imageview_6ab42bfb80de {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_6ab42bfb80de img {
   width: 100%;
   height: 100%;
 }

 .imageview_d9be28126044 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_d9be28126044 img {
   width: 100%;
   height: 100%;
 }

 .imageview_cfa36741a9ae {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_cfa36741a9ae img {
   width: 100%;
   height: 100%;
 }

 .imageview_65a8e74359c1 {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_65a8e74359c1 img {
   width: 100%;
   height: 100%;
 }

 .text_25b50b6b75b6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_9e6675540b28 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c3fa81629df7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_2ce1478eb95f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5ed10b9660a2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_79ea52b678ee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8c6afa985270 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cbdae24830db {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d67bb6216b47 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ed127bd8a621 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_67fa7b4b4d76 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_39a5db3819b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a8b764a3585b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6c95b9c17479 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_552477d170cc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_344bc71df309 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_514d6d1a9409 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a61c0f07e0f2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3323cd3d7abd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7793c528b8d5 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b90663ef086f {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ae42ea3751de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_93f17cb5a13c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2418651e56f4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_2418651e56f4 img {
   width: 100%;
   height: 100%;
 }

 .text_ff06c5c7e865 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_709192afbb2d {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f7151e5fe1d0 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_23446b089a2b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_23446b089a2b img {
   width: 100%;
   height: 100%;
 }

 .text_3c6f7ea79bd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_299d8cdb50d6 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_38e664c8ec75 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_db04b0799cbb {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

 .imageview_db04b0799cbb img {
   width: 100%;
   height: 100%;
 }

 .container_64f551e586a4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_17f954f5781e {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c953217d4752 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e46966c4806b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3727cebbb276 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_23f63e46f011 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_75871c18bd24 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2d6b8e65e756 {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_4ecf48123eb0 {
   width: 100%;
   min-width: 0;
   height: 3741px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_60d1a4c605f4 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0d46ba30779 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_b6f805512580 {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_f7cbc3d06049 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

 .imageview_f7cbc3d06049 img {
   width: 100%;
   height: 100%;
 }

 .text_6a0e39111749 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca60d0b53c8a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_bce19f4521ad {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f06c4dd9cc5b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f06c4dd9cc5b img {
   width: 100%;
   height: 100%;
 }

 .text_5d7fec2b0c9b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_aed5b4c40959 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_c655cf3fc1ab {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_71d4caa3eb23 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_a3fcaa7f1d07 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_b5f94c5cfcaf {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4f6253117fda {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e88b57474fba {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_406b4c943107 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_bc58e3b03358 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_5a9613f348d8 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_29ee742eeb74 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_01f31205d4cf {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b39def0b8147 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_11b2daa3f18c {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_eaf14e21ca53 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_33699b3b62df {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f95cdd85e4c6 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3d9fd937fb7a {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7b9505904839 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_d1e06985d7ff {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d5d8054308e4 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00ae115e711b {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d82fddadb7cd {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3bc1855f7e83 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_54072c5d2a62 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ce0223723930 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6566b4fa622a {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d9bc2395cfa2 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_df39c62fb298 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c84d3f4bdee {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_26430ebb27b1 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_26430ebb27b1 img {
   width: 100%;
   height: 100%;
 }

 .text_000671cdfb62 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_54ff088870bc {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_19fb3a1ed30d {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f8d534fdd92c {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_f8d534fdd92c img {
   width: 100%;
   height: 100%;
 }

 .text_d5d75b8d4722 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_afc032acfa27 {
   position: absolute !important;
   overflow: visible;
   width: 215.66px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_b57db90f0d82 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_d1f75f52ae95 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_d1f75f52ae95 img {
   width: 100%;
   height: 100%;
 }

 .text_a6348d05b770 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_76c313356afc {
   position: absolute !important;
   overflow: visible;
   width: 182.76px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_410caa398d81 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_91da04493862 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_91da04493862 img {
   width: 100%;
   height: 100%;
 }

 .text_a0456142b7c8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b84619670569 {
   position: absolute !important;
   overflow: visible;
   width: 157.51px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_c731229e73b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_beec39e23be7 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_beec39e23be7 img {
   width: 100%;
   height: 100%;
 }

 .text_a776a39fbb44 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1d7646dde8f8 {
   position: absolute !important;
   overflow: visible;
   width: 171.85px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_46c1907daeef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_c83e98ba7b0a {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_c83e98ba7b0a img {
   width: 100%;
   height: 100%;
 }

 .text_f9e81b031fda {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d50eb9cca857 {
   position: absolute !important;
   overflow: visible;
   width: 179.31px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_b3efd9a47bcb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_efbc52af9749 {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c10a1a7dc32 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed672c62e191 {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_bf3c71bc2a83 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2056px;
 }

 .text_e827980e28ed {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e827980e28ed {
   overflow: visible;
 }

 .container_e96ae351bf0f {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1cfb1534c4ad {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1cfb1534c4ad {
   overflow: visible;
 }

 .container_d82694cde557 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_4db98297b0c0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4f4719d05091 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_5ec100f89e90 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7925dcc1c6e4 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_7925dcc1c6e4 img {
   width: 100%;
   height: 100%;
 }

 .text_908e939fc03c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9cf07df48cf7 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_841af7c03631 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_461efebe6411 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_8fa4a82df868 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_81c6dfe16c55 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_81c6dfe16c55 {
   overflow: visible;
 }

 .container_52fafb74ac57 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_bbf24d968e97 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_da9a49e154ac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_612dc8a421e6 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_92c6fff81c89 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_92c6fff81c89 img {
   width: 100%;
   height: 100%;
 }

 .text_1189da10a6e2 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_1d678f7e5e42 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_db1ba8afc01a {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_46f088d77029 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_3d800dcdcac1 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_565ac1989d71 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_565ac1989d71 {
   overflow: visible;
 }

 .container_b6b4956ca2d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_600a083793bc {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_89368f536909 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_0974a292d3ce {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_867cd1f5afe9 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_867cd1f5afe9 img {
   width: 100%;
   height: 100%;
 }

 .text_58dcd6416131 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5dbc9415e612 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_0aeeac52e47c {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_a0f29ada3815 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_8b92916e95db {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e991880f65a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_d34bca7602a7 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2840px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e4b698c30bab {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_e4b698c30bab img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_555d14647b48 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_82bd5720d842 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

 .imageview_82bd5720d842 img {
   width: 100%;
   height: 100%;
 }

 .imageview_c91990999b2d {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

 .imageview_c91990999b2d img {
   width: 100%;
   height: 100%;
 }

 .text_62ced859352e {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_793fdba4bf22 {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_3266439ae913 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_48cc02843af3 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_e5bd86ccb368 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_adb070e5fb4b {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_adb070e5fb4b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d340bb8219ed {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_771969b42463 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_771969b42463 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_84c8b3367baf {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8f74ce7f36df {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_8f74ce7f36df img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2b2cae6a9b66 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d519f1a4d17 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_7748e659b7e6 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_666cb0d7542c {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_666cb0d7542c img {
   width: 100%;
   height: 100%;
 }

 .text_25a45ac29899 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_c39092a7b9c6 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_7a2622bd8954 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2f7b312700f2 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_a7a7c5de6e99 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_0dba0c6e28c8 {
   position: absolute !important;
   overflow: visible;
   width: 149.84px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_46f9db713c03 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_22b9fc5a289d {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 165.84px;
   top: 244px;
 }

 .container_ea5ebe16b343 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_a356f326a064 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_61cb7e77b2e2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_1d141792c5bf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_0c2706b477d4 {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0c2706b477d4 {
   overflow: visible;
 }

 .container_aa8bbf521b14 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_65261e217044 {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d9ca3e594760 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_bf1b103b58ba {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f90fd888e792 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_66b409acc1e4 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_66b409acc1e4 img {
   width: 100%;
   height: 100%;
 }

 .text_0c67aac12e07 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9d4fba0f0fa4 {
   position: absolute !important;
   overflow: visible;
   width: 100.45px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_24106fd8b52f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_0a7262395ee6 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_0a7262395ee6 img {
   width: 100%;
   height: 100%;
 }

 .text_5aebba9cacc3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_da91a53afc63 {
   position: absolute !important;
   overflow: visible;
   width: 103.33px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_4153b03e74ef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_d80a933a1826 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_d80a933a1826 img {
   width: 100%;
   height: 100%;
 }

 .text_6ba0cc1392e0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_43eaf5f42cf1 {
   position: absolute !important;
   overflow: visible;
   width: 159.81px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_50371117129e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_a8cd03ded7e4 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_a8cd03ded7e4 img {
   width: 100%;
   height: 100%;
 }

 .text_ede5f04f9743 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_320022c81dd9 {
   position: absolute !important;
   overflow: visible;
   width: 136.39px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_7360ffabe36a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_1c21b0f1329f {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_1c21b0f1329f img {
   width: 100%;
   height: 100%;
 }

 .text_68e47165ffc6 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7dba6beb273c {
   position: absolute !important;
   overflow: visible;
   width: 123.81px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_bf8fd41c1138 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_287fd30b4677 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6faf53dcda99 {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9de71f5decc7 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_e1e55ef1c671 {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_2a77c8518d15 {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_2a77c8518d15 img {
   width: 100%;
   height: 100%;
 }

 .text_e4326b892256 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b0af4b59e8b5 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_c34de0593b06 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_af934443e798 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_e14b3fcab904 {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b97d569f3430 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_dc299b3b9557 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_dc299b3b9557 img {
   width: 100%;
   height: 100%;
 }

 .text_16ab5090be59 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d5e5ff4d6c93 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_28473a5eb4ef {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_d56b98ca5c75 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_1aa3fbc61551 {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_3994ac77e9b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_999a51cff0e1 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 333.53px;
   top: 16px;
 }

 .imageview_999a51cff0e1 img {
   width: 100%;
   height: 100%;
 }

 .text_f29d732ade9b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 365.53px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0579b38774c0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_8ecaf7a8f66a {
   width: 863px;
   height: 999px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2d818109a566 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1924px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_02eef9ddc858 {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3170px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_121352a1446b {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_121352a1446b img {
   width: 100%;
   height: 100%;
 }

 .imageview_e2f37d4fdbcc {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_e2f37d4fdbcc img {
   width: 100%;
   height: 100%;
 }

 .imageview_b9bdae2f5de9 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_b9bdae2f5de9 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a94ad27fef78 {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_a94ad27fef78 img {
   width: 100%;
   height: 100%;
 }

 .imageview_8d94ce29315b {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_8d94ce29315b img {
   width: 100%;
   height: 100%;
 }

 .text_f346a020faee {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_0d0e38a9fcf6 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_250f245c5556 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_c78bded27357 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_6fa9642a5237 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_916b5ddd77da {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_91bf0220674a {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5dd9fe341292 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_98e7b9906d8e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f87e0fc14ffc {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_44ce5421ab96 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e813c7c3d2d5 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_4b9a318d159d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f937ea25aa8e {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_83127f53f91c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_74c21f39b6ff {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_aae838f9e6eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_946619cfb2a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_e1ba0b7e3771 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_36d0c8dbc46a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_36d0c8dbc46a img {
   width: 100%;
   height: 100%;
 }

 .container_b34cffa105d4 {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d4a8e86f0d75 {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_a271871e457c {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_523c5fc3bab7 {
   width: 911px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }

 .container_4b089bdb5fac {
   width: 128px;
   height: 128px;
   transform: rotate(44.3088087219221deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 99.83px;
   top: 139.25px;
 }

 .container_f658037ab897 {
   width: 82.74px;
   height: 82.74px;
   transform: rotate(-61.5399784411755deg);
   transform-origin: 0 0;
   border-top: 2.07px solid #3a3a3aff;
   border-right: 2.07px solid #3a3a3aff;
   border-bottom: 2.07px solid #3a3a3aff;
   border-left: 2.07px solid #3a3a3aff;
   position: absolute !important;
   left: 287.58px;
   top: 511.65px;
 }

 .container_0863fd83a7e6 {
   width: 51.98px;
   height: 51.98px;
   transform: rotate(44.94267177454131deg);
   transform-origin: 0 0;
   border-top: 2.6px solid #3a3a3aff;
   border-right: 2.6px solid #3a3a3aff;
   border-bottom: 2.6px solid #3a3a3aff;
   border-left: 2.6px solid #3a3a3aff;
   position: absolute !important;
   left: 663.21px;
   top: 440.49px;
 }

 .container_5972b794bd18 {
   width: 64px;
   height: 64px;
   transform: rotate(124.58672153717633deg);
   transform-origin: 0 0;
   border-top: 2px solid #3a3a3aff;
   border-right: 2px solid #3a3a3aff;
   border-bottom: 2px solid #3a3a3aff;
   border-left: 2px solid #3a3a3aff;
   position: absolute !important;
   left: 304.26px;
   top: 341.48px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_7b92e7727bf8 {
   padding: 64px 0 0 0;
   width: 911px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8ded0;
 }

 .imageview_baf421026db1 {
   width: 33.33px;
   height: 33.33px;
   z-index: 1;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_baf421026db1 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f9b2f5207a71 {
   width: 26.67px;
   height: 26.67px;
   z-index: 2;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_f9b2f5207a71 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f7f0da679788 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_f7f0da679788 img {
   width: 100%;
   height: 100%;
 }

 .imageview_bee8ef5fc38f {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_bee8ef5fc38f img {
   width: 100%;
   height: 100%;
 }

 .imageview_46eadd167dab {
   width: 8px;
   height: 8px;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_46eadd167dab img {
   width: 100%;
   height: 100%;
 }

 .text_f4607cc857c6 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_33c02f571808 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_0de21cac4d3b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_cf878696828e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2e35c1b32bfe {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_a9a4dba622d6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_655617755fa2 {
   width: 172.79px;
   height: 34px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fedd2f0f8dd5 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_eceb6c036df0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a37ee3ca9469 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_0df5146ab210 {
   width: 331.58px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f89955183af {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e326a21c58b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5ba18ef9ccc8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b8672cc21115 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e502bdf1c781 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0cd9eff6fabb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_1628a4de7b34 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_287dbc5740b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c72053a16e12 {
   width: 100%;
   min-width: 0;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8aa37c191646 {
   width: 179.75px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 379.58px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a6359d121ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c0dcf3411831 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ad39b40872b5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_ad39b40872b5 img {
   width: 100%;
   height: 100%;
 }

 .text_8dd730d2b074 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e61b322291a6 {
   position: relative !important;
   overflow: visible;
   width: 120.37px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_181e61b0644e {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6bb19c677663 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   opacity: 0.6000000238418579;
 }

 .imageview_6bb19c677663 img {
   width: 100%;
   height: 100%;
 }

 .text_901ad8ea60ca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_95e24fc1d583 {
   position: relative !important;
   overflow: visible;
   width: 116.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f92eec08c3a5 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5314de727c99 {
   width: 255.66px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 68px;
 }

 .imageview_5314de727c99 img {
   width: 100%;
   height: 100%;
 }

 .container_06b9b841d8ac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f9c4593ca723 {
   width: 255.66px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 607.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_df0a21a725b5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 128px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_733a9a3c3f34 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 312.06px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f9e4310f18cc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_55e4cb220355 {
   padding: 33px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #eeebe533;
   border-right: 1px solid #eeebe533;
   border-bottom: 1px solid #eeebe533;
   border-left: 1px solid #eeebe533;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.6000000238418579;
 }

 .container_282644802e40 {
   padding: 64px 24px 0 24px;
   width: 100%;
   min-width: 0;
   height: 357px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_269b2a62f31e {
   padding: 2px 0 0 0;
   width: 911px;
   height: 359px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #e88b7aff;
   border-right: 1px solid #e88b7aff;
   border-bottom: 1px solid #e88b7aff;
   border-left: 1px solid #e88b7aff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .container_e5dac03c7e23 {
   width: 100%;
   min-width: 0;
   height: 3741px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eeebe5;
 }

 .container_4f6b71b0ee46 {
   width: 911px;
   height: 663px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_48bfa73e9ae3 {
   width: 80px;
   height: 80px;
   z-index: 2;
   border-top: 4px solid #e88b7a66;
   border-right: 4px solid #e88b7a66;
   border-bottom: 4px solid #e88b7a66;
   border-left: 4px solid #e88b7a66;
   position: absolute !important;
   left: 36px;
   top: 1005px;
 }

 .container_9af3af52febc {
   width: 40px;
   height: 40px;
   z-index: 3;
   position: absolute !important;
   left: 72px;
   top: 1041px;
   background: #9eaebb40;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_5dd54868f2ad {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 10px;
 }

 .imageview_5dd54868f2ad img {
   width: 100%;
   height: 100%;
 }

 .text_7995052adb36 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 45px;
   top: 8.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b85093cbc000 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   background: #eeebe5;
   box-shadow: inset 0 0 0 1px #5e6d7e80;
 }

 .container_5ab066d4a0d8 {
   padding: 0 695.03px 0 0;
   width: 863px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_771b31143e46 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_771b31143e46 img {
   width: 100%;
   height: 100%;
 }

 .text_3a0233506580 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_c05b11289b49 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_467ca9112ac0 {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_fe56d9e29598 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_3a789e4c42f6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_f6bb6a76b346 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2401e73dc869 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82c3ce99a408 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7e0fe72de761 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9597f5ea5304 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_9208806c771f {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2318c27dd551 {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1d0964688617 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e41778a2fe2b {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_82f53f1f4962 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_0a7eff875092 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4e036be751cb {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_961cea65d338 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b909f5b313ba {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_50e7ba0049d7 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_c0d9dc1732b8 {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ac22430fbdaf {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_105b13429ff1 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ab8b9b841be8 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4f005cc55e86 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e88b7a;
 }

 .text_6a9ef9234f6a {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2ebed2b6702e {
   padding: 4px 0 0 0;
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_562cc2e15c2e {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f1264d8a4745 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1baacc12470 {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03a462bcdc83 {
   width: 863px;
   height: 354px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_f6e14209778a {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f6e14209778a img {
   width: 100%;
   height: 100%;
 }

 .text_27c9c8e6ffeb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 60px;
   top: 8px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_bba74ed68451 {
   position: absolute !important;
   overflow: visible;
   width: 811px;
   height: 48px;
   z-index: 2;
   left: 24px;
   top: 24px;
 }

 .container_5b0e462d7deb {
   position: relative !important;
   overflow: visible;
   width: 859px;
   height: 78px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_8f1017788ef5 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_8f1017788ef5 img {
   width: 100%;
   height: 100%;
 }

 .text_796d9829c0f5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a43691cebe4d {
   position: absolute !important;
   overflow: visible;
   width: 182.62px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_74269e49b11c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_1fbb11817501 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_1fbb11817501 img {
   width: 100%;
   height: 100%;
 }

 .text_d4f3d7653ccf {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9a3a0d3b00ca {
   position: absolute !important;
   overflow: visible;
   width: 209.44px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_d9970333ca32 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_9f548eee7d63 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_9f548eee7d63 img {
   width: 100%;
   height: 100%;
 }

 .text_289c65297cb1 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7776b4891cac {
   position: absolute !important;
   overflow: visible;
   width: 179.29px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_2ab8f9ef8bf7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_1f8e8dd361d8 {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_1f8e8dd361d8 img {
   width: 100%;
   height: 100%;
 }

 .text_da728f387e91 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_4ed05bd9f51e {
   position: absolute !important;
   overflow: visible;
   width: 139.74px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_4dbc6aa85675 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_92e3a920e71e {
   width: 24px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .imageview_92e3a920e71e img {
   width: 100%;
   height: 100%;
 }

 .text_d6692a06438b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ded86dda0f5e {
   position: absolute !important;
   overflow: visible;
   width: 203.27px;
   height: 28px;
   z-index: 2;
   left: 36px;
   top: 0px;
 }

 .container_aac1a55c127c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_ceea40f1728e {
   width: 100%;
   min-width: 0;
   height: 204px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_640ae514d5ab {
   padding: 0 24px 0 24px;
   width: 859px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa1a187cd69c {
   width: 863px;
   height: 334px;
   z-index: 2;
   border-top: 2px solid #8b8b8b33;
   border-right: 2px solid #8b8b8b33;
   border-bottom: 2px solid #8b8b8b33;
   border-left: 2px solid #8b8b8b33;
   position: absolute !important;
   left: 0px;
   top: 386px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_f3e9c45c049d {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 720px;
   z-index: 2;
   left: 24px;
   top: 2056px;
 }

 .text_3f2684c5f225 {
   height: 36px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f2684c5f225 {
   overflow: visible;
 }

 .container_981b7ce27431 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2e8e26f6b278 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2e8e26f6b278 {
   overflow: visible;
 }

 .container_eeb525bd8272 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_9c4e03cf0107 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_dc46683e8763 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_18adf34e0120 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_04679384754c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_04679384754c img {
   width: 100%;
   height: 100%;
 }

 .text_3bd54c0b1bd4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2d2694bfc481 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_53d0af5c2723 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_eb45bb451794 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_562928708d1b {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d0fa41edf9ae {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8d0193b8c8b3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_2c8d1146ddd3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_f845d5f8fda4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_77c3c7dfc56d {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 92px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f0c1012e8f5c {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_f0c1012e8f5c img {
   width: 100%;
   height: 100%;
 }

 .text_1b5f40dad9e3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d4b0fd1269f3 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_db11f92a3268 {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_b3cc692fd56e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_06e1ecfe0522 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 295.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7020e42c888 {
   width: 220px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e7020e42c888 {
   overflow: visible;
 }

 .container_6f9d09144f05 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_6ba772ad877e {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_49a57b56fdac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_fc4e22c9c679 {
   padding: 0 24px 0 24px;
   width: 267.66px;
   height: 112px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 148px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f8e77724e27b {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 24px;
 }

 .imageview_f8e77724e27b img {
   width: 100%;
   height: 100%;
 }

 .text_76c0fcca6e9c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d7a9e52ae058 {
   position: absolute !important;
   overflow: visible;
   width: 219.66px;
   height: 28px;
   z-index: 2;
   left: 24px;
   top: 94px;
 }

 .container_0819a803b5ff {
   position: absolute !important;
   overflow: visible;
   width: 267.66px;
   height: 122px;
   z-index: 2;
   left: 2px;
   top: 2px;
 }

 .container_cc53996ec26b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
   background: #f7f5f0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 2px #8b8b8b33;
 }

 .container_9a11b5eed2e4 {
   width: 271.66px;
   height: 262px;
   z-index: 2;
   position: absolute !important;
   left: 591.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2274050164c9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 262px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6af7ed93f646 {
   width: 863px;
   height: 330px;
   z-index: 2;
   position: absolute !important;
   left: 24px;
   top: 2840px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_da7f2dd257f7 {
   width: 100%;
   min-width: 0;
   height: 641px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_da7f2dd257f7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3720502c3644 {
   width: 855px;
   height: 641.25px;
   z-index: 4;
   position: absolute !important;
   left: 4px;
   top: 4px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a60bafd7f357 {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 20px;
   top: 300.63px;
 }

 .imageview_a60bafd7f357 img {
   width: 100%;
   height: 100%;
 }

 .imageview_7c2af76d49bd {
   width: 48px;
   height: 48px;
   z-index: 5;
   position: absolute !important;
   left: 795px;
   top: 300.63px;
 }

 .imageview_7c2af76d49bd img {
   width: 100%;
   height: 100%;
 }

 .text_783b8341651d {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 16px;
   top: 7.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_684e82c799d4 {
   position: absolute !important;
   overflow: visible;
   width: 62.93px;
   height: 40px;
   z-index: 5;
   left: 780.07px;
   top: 589.25px;
   background: #5e6d7ecc;
 }

 .container_fd047efa9b78 {
   width: 64px;
   height: 64px;
   z-index: 5;
   position: absolute !important;
   left: 803px;
   top: -4px;
   background: #e88b7a80;
 }

 .container_ed62ae280647 {
   width: 48px;
   height: 48px;
   z-index: 5;
   border-top: 3px solid #9eaebb4d;
   border-right: 3px solid #9eaebb4d;
   border-bottom: 3px solid #9eaebb4d;
   border-left: 3px solid #9eaebb4d;
   position: absolute !important;
   left: -4px;
   top: 605.25px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .container_6b9d71045b4a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 649.25px;
   flex-shrink: 0;
   z-index: 4;
   background: #f7f5f0;
   box-shadow: inset 0 0 0 4px #5e6d7e99;
 }

 .imageview_879acd5ee791 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_879acd5ee791 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c59936632c49 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #e88b7aff;
   border-right: 2px solid #e88b7aff;
   border-bottom: 2px solid #e88b7aff;
   border-left: 2px solid #e88b7aff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e9ba3db7292e {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_e9ba3db7292e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_42899e6688b4 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 219.75px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_42dd5907e1c1 {
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_42dd5907e1c1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_161e98fb96e8 {
   padding: 2px 2px 2px 2px;
   width: 203.75px;
   height: 203.75px;
   z-index: 4;
   border-top: 2px solid #8b8b8b4d;
   border-right: 2px solid #8b8b8b4d;
   border-bottom: 2px solid #8b8b8b4d;
   border-left: 2px solid #8b8b8b4d;
   position: absolute !important;
   left: 439.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a8e6f5622c0e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 203.75px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_4060dfdfa5a5 {
   width: 863px;
   height: 877px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f01961aa25f6 {
   width: 80px;
   height: 80px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_f01961aa25f6 img {
   width: 100%;
   height: 100%;
 }

 .text_d4e07abc705b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_d99c7269d24a {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 104px;
 }

 .text_e52b65842074 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6ab03a2f4781 {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 28px;
   z-index: 4;
   left: 0px;
   top: 168px;
 }

 .text_40aa0388423e {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_c2c370b3cfb0 {
   position: absolute !important;
   overflow: visible;
   width: 126.45px;
   height: 48px;
   z-index: 4;
   left: 0px;
   top: 220px;
 }

 .text_c58caa1ba56d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_508d62b12f54 {
   position: absolute !important;
   overflow: visible;
   width: 92.46px;
   height: 24px;
   z-index: 4;
   left: 142.45px;
   top: 244px;
 }

 .container_a37d74c9a962 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_e32a2b5effc3 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_fef1e44023da {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_450e3b71205c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .text_0a1e9c58d240 {
   width: 863px;
   height: 78px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0a1e9c58d240 {
   overflow: visible;
 }

 .container_0fada905d5c4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_bf35205f50e5 {
   width: 100%;
   min-width: 0;
   height: 126px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_654fcf30743a {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .text_8488b76f9e11 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_4002255e4804 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_fa0754ac1915 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_fa0754ac1915 img {
   width: 100%;
   height: 100%;
 }

 .text_443acc08c2a1 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_61bd55358ca9 {
   position: absolute !important;
   overflow: visible;
   width: 134.91px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_b919f7d61541 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_87ef1fde5938 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_87ef1fde5938 img {
   width: 100%;
   height: 100%;
 }

 .text_2f5b3338a370 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_80ce91791ba1 {
   position: absolute !important;
   overflow: visible;
   width: 130.1px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_0e291c9006d0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_4e0035c87938 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_4e0035c87938 img {
   width: 100%;
   height: 100%;
 }

 .text_a72eb3b9a6cb {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_84064f870520 {
   position: absolute !important;
   overflow: visible;
   width: 110px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_177acde1bbce {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_ca4e7c2e7497 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_ca4e7c2e7497 img {
   width: 100%;
   height: 100%;
 }

 .text_a0467f8a5aef {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_6cb5b6112600 {
   position: absolute !important;
   overflow: visible;
   width: 119.71px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_aa235d9061b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_0fcfc3414ab6 {
   width: 24px;
   height: 24px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_0fcfc3414ab6 img {
   width: 100%;
   height: 100%;
 }

 .text_7b944760dfdf {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_5b2f6ec2184b {
   position: absolute !important;
   overflow: visible;
   width: 152.02px;
   height: 28px;
   z-index: 4;
   left: 36px;
   top: 0px;
 }

 .container_1f1ac7eba393 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_da57dca5cf38 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3488885b6a60 {
   width: 100%;
   min-width: 0;
   height: 236px;
   flex-shrink: 0;
   z-index: 4;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_75931c2a9879 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 4;
   background: #8b8b8b;
 }

 .container_d94e3bc222ee {
   width: 64px;
   height: 64px;
   z-index: 4;
   position: absolute !important;
   left: 359.5px;
   top: 0px;
   background: #9eaebb1a;
 }

 .imageview_d5743545d4bf {
   width: 20px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_d5743545d4bf img {
   width: 100%;
   height: 100%;
 }

 .text_ebebcf980877 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d28e44c2a2fe {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 5;
   left: 24px;
   top: 24px;
 }

 .text_c33c8e8663f0 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_7b552ae40240 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_8f61695e223b {
   position: absolute !important;
   overflow: visible;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 0px;
   top: 0px;
   background: #5e6d7e;
   border-radius: 4px 4px 4px 4px;
 }

 .container_86cdd2d17851 {
   width: 48px;
   height: 48px;
   z-index: 4;
   border-top: 2px solid #eeebe533;
   border-right: 2px solid #eeebe533;
   border-bottom: 2px solid #eeebe533;
   border-left: 2px solid #eeebe533;
   position: absolute !important;
   left: -24px;
   top: 126px;
   border-radius: 16777200px 16777200px 16777200px 16777200px;
 }

 .imageview_eb338e568485 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 4px;
 }

 .imageview_eb338e568485 img {
   width: 100%;
   height: 100%;
 }

 .text_168c5162db8c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 28px;
   top: 0px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_7ace2edac349 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 28px;
   z-index: 4;
   left: 24px;
   top: 24px;
 }

 .text_792c1932c39d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_14f1418da008 {
   position: absolute !important;
   overflow: visible;
   width: 375.5px;
   height: 32px;
   z-index: 4;
   left: 24px;
   top: 94px;
 }

 .container_4c2285b4fdbf {
   position: absolute !important;
   width: 423.5px;
   height: 150px;
   z-index: 4;
   left: 439.5px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #e88b7a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8dbd42f2e364 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 150px;
   flex-shrink: 0;
   z-index: 4;
 }

 .imageview_1bd5a4a851f7 {
   width: 16px;
   height: 16px;
   z-index: 4;
   position: absolute !important;
   left: 337.62px;
   top: 16px;
 }

 .imageview_1bd5a4a851f7 img {
   width: 100%;
   height: 100%;
 }

 .text_5d893650ccc3 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 369.62px;
   top: 10px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d16d93fe7fbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #5e6d7e;
 }

 .container_66c21c26f0a8 {
   width: 863px;
   height: 999px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 925px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f93f605657ba {
   position: absolute !important;
   overflow: visible;
   width: 863px;
   height: 1924px;
   z-index: 4;
   left: 24px;
   top: 68px;
 }

 .container_b219bca47f4d {
   position: absolute !important;
   overflow: visible;
   width: 911px;
   height: 3170px;
   z-index: 2;
   left: 0px;
   top: 148px;
 }

 .imageview_c061bb7981f0 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 3.33px;
   top: 3.33px;
 }

 .imageview_c061bb7981f0 img {
   width: 100%;
   height: 100%;
 }

 .imageview_e4796bb68dfd {
   width: 26.67px;
   height: 26.67px;
   z-index: 3;
   position: absolute !important;
   left: 6.67px;
   top: 6.67px;
 }

 .imageview_e4796bb68dfd img {
   width: 100%;
   height: 100%;
 }

 .imageview_91eea364d8cb {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 10px;
   top: 10px;
 }

 .imageview_91eea364d8cb img {
   width: 100%;
   height: 100%;
 }

 .imageview_b05b37a751be {
   width: 13.33px;
   height: 13.33px;
   z-index: 5;
   position: absolute !important;
   left: 13.33px;
   top: 13.33px;
 }

 .imageview_b05b37a751be img {
   width: 100%;
   height: 100%;
 }

 .imageview_dc43944bb4b1 {
   width: 8px;
   height: 8px;
   z-index: 6;
   position: absolute !important;
   left: 16px;
   top: 16px;
 }

 .imageview_dc43944bb4b1 img {
   width: 100%;
   height: 100%;
 }

 .text_1f7c1d559b63 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 18px;
   top: 30px;
   line-height: 4.03px;
   font-family: 'Inter';
 }

 .container_0aceb486d8bc {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a0fd47b7a52b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   line-height: 14px;
   font-family: 'Inter';
 }

 .container_be2152952f17 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_a659f866a6c3 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 1px;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_fc982f77314a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_c23f8837d6b2 {
   height: 34px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_566da8c311e0 {
   width: 228.79px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fe510b48ccab {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_ff0891c7fc78 {
   position: relative !important;
   overflow: visible;
   width: 43.14px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_27df5050b43b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9699756d3a77 {
   position: relative !important;
   overflow: visible;
   width: 62.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_80b9d98e6b71 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_959433bf9be1 {
   position: relative !important;
   overflow: visible;
   width: 60.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_735981a9e48a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.5px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4bb474b2de59 {
   position: relative !important;
   overflow: visible;
   width: 57.62px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_cb84ce0a62db {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 14px;
   top: 6.5px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_49903bd96fe6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
   box-shadow: inset 0 0 0 1px #eeebe599;
 }

 .container_c0b5d6c36b54 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8cd7bd8ade4b {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_8cd7bd8ade4b img {
   width: 100%;
   height: 100%;
 }

 .container_fd264dfdfbae {
   width: 487.03px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6116ac8f633e {
   padding: 0 24px 0 24px;
   width: 911px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_16b2d8e97e83 {
   padding: 0 0 4px 0;
   width: 911px;
   height: 84px;
   z-index: 2;
   border-top: 1px solid #e88b7a99;
   border-right: 1px solid #e88b7a99;
   border-bottom: 1px solid #e88b7a99;
   border-left: 1px solid #e88b7a99;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #5e6d7e;
 }

 .viewport_be0bdccbfb8b {
   width: 911px;
   height: 3741px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eeebe5;
 }