 /*
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;
 }

 .text_dfaab0dc73e7 {
   width: max-content;
   position: absolute !important;
   left: 245.59px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_b02247e0ab45 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
 }

 .text_3d7d96012137 {
   width: 672px;
   height: 56px;
   position: absolute !important;
   left: 48.31px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d7d96012137 {
   overflow: visible;
 }

 .container_761ce2e79e43 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 224px;
   top: 56px;
 }

 .container_8a0f1f323cea {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 112px;
   flex-shrink: 0;
 }

 .container_bacddff1da52 {
   width: 1232px;
   height: 932.56px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #fdc700ff 0%, #ff8904ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_b87acb64a755 {
   width: 1216px;
   height: 917px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/1:13.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_63497586b22a {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 917px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_2b7cf4c5e1f7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 916.56px;
   flex-shrink: 0;
 }

 .imageview_f2ed0c0ba94c {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

 .imageview_f2ed0c0ba94c img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_f04679e205ac {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f04679e205ac {
   overflow: visible;
 }

 .container_a4560d948b1f {
   width: 318px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cb7a7f2020b8 {
   width: 313px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cb7a7f2020b8 {
   overflow: visible;
 }

 .container_64516b95feb7 {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 104px;
   left: 33px;
   top: 149px;
 }

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

 .imageview_6175c4d8e482 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 86.95px;
   top: 4px;
 }

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

 .container_11f3d71f0553 {
   position: absolute !important;
   overflow: visible;
   width: 102.95px;
   height: 24px;
   left: 33px;
   top: 269px;
 }

 .container_093872105249 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 326px;
   left: 0px;
   top: 0px;
   background: linear-gradient(140deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 1px #fef9c2ff;
 }

 .imageview_932fe1836c5e {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

 .imageview_932fe1836c5e img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_f03d78686de3 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f03d78686de3 {
   overflow: visible;
 }

 .container_504c8e4779a9 {
   width: 318px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_baa81ff32ceb {
   width: 265px;
   height: 130px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_baa81ff32ceb {
   overflow: visible;
 }

 .container_f70a601b483f {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 104px;
   left: 33px;
   top: 149px;
 }

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

 .imageview_86302ae88885 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 86.95px;
   top: 4px;
 }

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

 .container_e297a9e21ec5 {
   position: absolute !important;
   overflow: visible;
   width: 102.95px;
   height: 24px;
   left: 33px;
   top: 269px;
 }

 .container_cd69f64683a2 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 326px;
   left: 416px;
   top: 0px;
   background: linear-gradient(140deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 1px #dcfce7ff;
 }

 .imageview_7c2ca8944ef1 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

 .imageview_7c2ca8944ef1 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_f64de23b5f76 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f64de23b5f76 {
   overflow: visible;
 }

 .container_0161bd45865f {
   width: 318px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fe633fa0ac3b {
   width: 304px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fe633fa0ac3b {
   overflow: visible;
 }

 .container_e76de0d2096b {
   position: absolute !important;
   overflow: visible;
   width: 318px;
   height: 78px;
   left: 33px;
   top: 149px;
 }

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

 .imageview_8f9c5efa177b {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 86.95px;
   top: 4px;
 }

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

 .container_7b459842be64 {
   position: absolute !important;
   overflow: visible;
   width: 102.95px;
   height: 24px;
   left: 33px;
   top: 243px;
 }

 .container_bb1c0dd1ab8c {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 326px;
   left: 832px;
   top: 0px;
   background: linear-gradient(140deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 1px #dbeafeff;
 }

 .container_302021ecc073 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 326px;
   flex-shrink: 0;
 }

 .container_545f7bccce95 {
   padding: 80px 170px 0 170px;
   width: 1556px;
   height: 1642.56px;
   position: absolute !important;
   left: 0px;
   top: 694px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_4bb3653cc1bb {
   width: max-content;
   position: absolute !important;
   left: 200.92px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_858f3df81074 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 40px;
   left: 0px;
   top: 0px;
 }

 .text_0dcfcf05807c {
   width: 886px;
   height: 56px;
   position: absolute !important;
   left: 5.17px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0dcfcf05807c {
   overflow: visible;
 }

 .container_2261f2a20a04 {
   position: absolute !important;
   overflow: visible;
   width: 896px;
   height: 56px;
   left: 160px;
   top: 56px;
 }

 .container_4a4021eefa43 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 112px;
   left: 32px;
   top: 0px;
 }

 .imageview_8bd2b3de436d {
   width: 80px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
 }

 .imageview_8bd2b3de436d img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .container_9f79acbbaac7 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 440px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7b0f9d4f533e {
   width: 80px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
 }

 .imageview_7b0f9d4f533e img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .container_4efbd821d784 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 568px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d891ab1af57 {
   width: 80px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   _scaling-factor: 0.5;
 }

 .imageview_3d891ab1af57 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .container_ce4b3126add5 {
   width: 80px;
   height: 80px;
   position: absolute !important;
   left: 696px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_70e899857a69 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 80px;
   left: 32px;
   top: 160px;
 }

 .text_02317582e8fe {
   width: 788px;
   height: 130px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_02317582e8fe {
   overflow: visible;
 }

 .text-12d99e39ab69_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-f4296f5a18ba_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-8240213a9bac_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-631866222cbb_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-2438a5ffc18f_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-cb946081f277_02317582e8fe {
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_0c62d4b855f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 104px;
   flex-shrink: 0;
 }

 .container_499bb7657d1a {
   padding: 33px 33px 1px 33px;
   width: 896px;
   height: 170px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 192px;
   top: 288px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .text_d3470b2fa3a0 {
   width: max-content;
   position: absolute !important;
   left: 10px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_240cc2708360 {
   width: 16px;
   height: 16px;
   position: absolute !important;
   left: 261.08px;
   top: 12px;
 }

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

 .container_609e205cf906 {
   position: absolute !important;
   overflow: visible;
   width: 294.08px;
   height: 40px;
   left: 492.95px;
   top: 490px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #0000001a;
 }

 .container_wrapper_609e205cf906 {
   position: absolute !important;
   overflow: visible;
   left: 492.95px;
   top: 490px;
   width: 294.08px;
   height: 40px;
 }

 .container_nested_609e205cf906 {
   width: 294.08px;
   height: 40px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_045428b4dbaa {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 530px;
   left: 138px;
   top: 2416.56px;
   background: #f9fafb;
 }

 .text_debef83e7919 {
   width: max-content;
   position: absolute !important;
   left: 85.08px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_6fca5da652ac {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 40px;
   left: 32px;
   top: 0px;
 }

 .text_8643c94720df {
   width: 761px;
   height: 56px;
   position: absolute !important;
   left: 35.73px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8643c94720df {
   overflow: visible;
 }

 .container_b9fa882814ef {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 56px;
   left: 32px;
   top: 64px;
 }

 .text_c942931eba5c {
   width: max-content;
   position: absolute !important;
   left: 23px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3b688146d2c9 {
   position: relative !important;
   overflow: visible;
   width: 127.84px;
   height: 40px;
   flex-shrink: 0;
   background: #eceef2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_3b688146d2c9 {
   position: relative !important;
   overflow: visible;
   width: 127.84px;
   height: 40px;
   flex-shrink: 0;
 }

 .container_nested_3b688146d2c9 {
   width: 127.84px;
   height: 40px;
   background: #eceef2;
   border-radius: 8px 8px 8px 8px;
 }

 .text_b9bfd77c4e74 {
   width: max-content;
   position: absolute !important;
   left: 35px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8cc1e8ea075e {
   position: relative !important;
   overflow: visible;
   width: 189.7px;
   height: 40px;
   flex-shrink: 0;
   border-radius: 8px 8px 8px 8px;
   box-shadow: inset 0 0 0 1px #ffffffff;
 }

 .container_wrapper_8cc1e8ea075e {
   position: relative !important;
   overflow: visible;
   width: 189.7px;
   height: 40px;
   flex-shrink: 0;
 }

 .container_nested_8cc1e8ea075e {
   width: 189.7px;
   height: 40px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_65a4b7a8956a {
   padding: 0 249.23px 0 249.22px;
   width: 832px;
   height: 40px;
   position: absolute !important;
   left: 32px;
   top: 152px;
   justify-content: center;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dbd970a88e99 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
 }

 .container_96c6a8d50737 {
   padding: 80px 330px 0 330px;
   width: 1556px;
   height: 352px;
   position: absolute !important;
   left: 0px;
   top: 3026.56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(167deg, #d4a027ff 0%, #d19d26ff 11.11%, #ce9b25ff 22.22%, #cb9824ff 33.33%, #c79623ff 44.44%, #c49323ff 55.56%, #c19122ff 66.67%, #be8e21ff 77.78%, #bb8c20ff 88.89%, #b8891fff 100%);
 }

 .imageview_7ecd97815ff8 {
   width: 1556px;
   height: 694px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_f08574899084 {
   width: 1556px;
   height: 694px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #000000b3 0%, #00000080 50%, #00000099 100%);
 }

 .container_58ad0efccc5c {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 694px;
   left: 0px;
   top: 0px;
 }

 .text_31ce4ee2b979 {
   width: 852px;
   height: 150px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 61px;
   line-height: 75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_31ce4ee2b979 {
   overflow: visible;
 }

 .container_52dd317e170b {
   position: absolute !important;
   overflow: visible;
   width: 1154px;
   height: 225px;
   z-index: 1;
   left: 0px;
   top: -8px;
 }

 .text_95dd8fb5f2f5 {
   width: 765px;
   height: 117px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 39px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_95dd8fb5f2f5 {
   overflow: visible;
 }

 .container_27fbfef92a6c {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 117px;
   z-index: 1;
   left: 0px;
   top: 249px;
 }

 .text_0e7643256627 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 15px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .imageview_01ec28f229b0 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 149.36px;
   top: 12px;
 }

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

 .container_e14691712bd4 {
   position: relative !important;
   overflow: visible;
   width: 181.36px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

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

 .container_nested_e14691712bd4 {
   width: 181.36px;
   height: 40px;
   z-index: 1;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .text_14733f7f0d60 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 21px;
   top: 9px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_997cd0f09d0e {
   position: relative !important;
   overflow: visible;
   width: 223.53px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a, inset 0 0 0 2px #ffffffff;
 }

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

 .container_nested_997cd0f09d0e {
   width: 223.53px;
   height: 40px;
   z-index: 1;
   border-top: 2px solid #ffffffff;
   border-right: 2px solid #ffffffff;
   border-bottom: 2px solid #ffffffff;
   border-left: 2px solid #ffffffff;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   filter: drop-shadow(0px 2px 4px #0000001a) drop-shadow(0px 4px 6px #0000001a);
 }

 .container_1d7789c6c12a {
   width: 768px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 398px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e1934b1101ec {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 438px;
   z-index: 1;
   left: 170px;
   top: 128px;
 }

 .container_3e1c381fead6 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 694px;
   left: 0px;
   top: 0px;
 }

 .container_12f277989771 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 3378.56px;
   left: 0px;
   top: 97px;
 }

 .imageview_bd7f5a18a695 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_bd7f5a18a695 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_6a37ef0a9275 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6a37ef0a9275 {
   overflow: visible;
 }

 .container_b3549ec28bbf {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_820f07439650 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_e204ae4fe8b0 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_ed9715299838 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_405c9c8ba121 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_122b32ee3357 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e36b12344032 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_96a1999a811f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_c277e7f1f9c1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_d22be963c3f3 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_042b9bd7f945 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_877733f22f54 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_4e43259a8a69 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0b14a053ad9a {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9caf47f087d2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9748be68888c {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_53f4bc93f204 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_764df5f2c152 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_094ec993ef0c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_06f856129eef {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_3b41250e60b8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_e9f7fa5b57c8 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d0eb36a4ee8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cc3bf98523bf {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_01aa5faa3638 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_cea931b6de0c {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_cea931b6de0c {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_cea931b6de0c {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e1c8f68cfc4 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_0a31044f960c {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fe888df03159 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9bb697d5cf7b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_3c1067133a24 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0911a4dc2113 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_501e81684706 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e2630051ef4e {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_1f73918e8a32 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_b7d8bc174de9 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0f9222bcb2a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6e852afa4138 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_2f89dca20551 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_0e5ca6500b8e {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_0e5ca6500b8e {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_0e5ca6500b8e {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cde59d76a5f {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_3e3d6430a51a {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_8b9f80015c71 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7043212388db {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d3c9fc9af9ea {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_cf05a2b1b6eb {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_3eac4448d730 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_1b3006fbadd5 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4aa2643027bb {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 3475.56px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_4aa2643027bb {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3475.56px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_4aa2643027bb {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_105e49e241ab {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 3896.56px;
   left: 0px;
   top: 0px;
 }

 .imageview_b0f1ea5d8ad5 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_7815c159b994 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_96b1432a712a {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_96b1432a712a {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_96b1432a712a {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_2d08e7c06238 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_2d08e7c06238 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_2d08e7c06238 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_b56b8753ddec {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_b56b8753ddec {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b56b8753ddec {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_47aff1ffd66a {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_47aff1ffd66a {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_47aff1ffd66a {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_2bf7a9bca5b3 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_2bf7a9bca5b3 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_2bf7a9bca5b3 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_487701355fae {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_487701355fae {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_487701355fae {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_b8e6cc3bc3fb {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_b8e6cc3bc3fb {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_b8e6cc3bc3fb {
   width: 608.61px;
   height: 24px;
   z-index: 1;
 }

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

 .container_4aa5f6e46ead {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d280b424d9c5 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d280b424d9c5 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_d280b424d9c5 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_10e52105b51f {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_95093784a473 {
   padding: 0 170px 1px 170px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_95093784a473 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_95093784a473 {
   padding: 0 170px 1px 170px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_0274c4c0d098 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_f43b2e7d3626 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 2;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_f43b2e7d3626 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_f43b2e7d3626 {
   width: 59.16px;
   height: 24px;
   z-index: 2;
 }

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

 .container_7ecc1f932b97 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 2;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_7ecc1f932b97 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_7ecc1f932b97 {
   width: 89.36px;
   height: 24px;
   z-index: 2;
 }

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

 .container_d52e8447e382 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 2;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_d52e8447e382 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_d52e8447e382 {
   width: 60.97px;
   height: 24px;
   z-index: 2;
 }

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

 .container_cc700b73ffa6 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 2;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_cc700b73ffa6 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_cc700b73ffa6 {
   width: 43.7px;
   height: 24px;
   z-index: 2;
 }

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

 .container_30f714591d7a {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 2;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_30f714591d7a {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_30f714591d7a {
   width: 44.69px;
   height: 24px;
   z-index: 2;
 }

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

 .container_7edd160873fb {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 2;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_7edd160873fb {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 2;
 }

 .container_nested_7edd160873fb {
   width: 80.23px;
   height: 24px;
   z-index: 2;
 }

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

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

 .container_2959b270a73f {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_786bc5c60f01 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_786bc5c60f01 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_786bc5c60f01 {
   width: 102.75px;
   height: 36px;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_4ecc3ea0b532 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_1f6c2f193f16 {
   padding: 0 170px 1px 185px;
   width: 1556px;
   height: 97px;
   z-index: 2;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_f3dd633adf76 {
   width: 1556px;
   height: 3897px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .text_0047b1002398 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7d865d762395 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c8bd9a8e6eba {
   width: 102.75px;
   height: 36px;
   position: absolute !important;
   left: 737px;
   top: 6px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_c8bd9a8e6eba {
   position: absolute !important;
   left: 737px;
   top: 6px;
   width: 102.75px;
   height: 36px;
 }

 .container_nested_c8bd9a8e6eba {
   width: 102.75px;
   height: 36px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_d50a07904173 {
   width: 817px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d50a07904173 {
   overflow: visible;
 }

 .container_bed67d769721 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 84px;
   left: 0px;
   top: 0px;
 }

 .text_74d54a0cfa0f {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_74d54a0cfa0f {
   overflow: visible;
 }

 .container_999fe84780d7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_def3c7bf7b42 {
   width: 774px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_def3c7bf7b42 {
   overflow: visible;
 }

 .container_0c1facec4df2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
 }

 .container_e4647a86c02e {
   padding: 24px 24px 0 28px;
   width: 832px;
   height: 192px;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   position: absolute !important;
   left: 0px;
   top: 773px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(167deg, #fefce8ff 0%, #fff7edff 100%);
 }

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

 .container_5e8bf72cb855 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 0px;
   top: 1013px;
 }

 .text_ce487df64d32 {
   width: 812px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ce487df64d32 {
   overflow: visible;
 }

 .container_a04b6b982519 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 0px;
   top: 1065px;
 }

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

 .container_9625cbb0f7e9 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-682c40526b83_1d83505a5b6e {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-18bbb5f3c939_1d83505a5b6e {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c9d3b4eafdeb {
   position: relative !important;
   overflow: visible;
   width: 540.58px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_c864d1b7f5ef {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_3243b26602f5 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-c618d11dbf8e_bfe938305ddb {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-a4102abe6d79_bfe938305ddb {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_005dc40bceb1 {
   position: relative !important;
   overflow: visible;
   width: 554.52px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_cda2a3054e77 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_111040e6ce2e {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-d30825655621_13470759178d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-7e966df3f86b_13470759178d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_169ffbfd493c {
   position: relative !important;
   overflow: visible;
   width: 554.09px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_0e470d5e1b09 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbad4a135760 {
   width: 832px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: 1129px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9e76839048af {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 0px;
   top: 1273px;
 }

 .text_a448e8574c25 {
   width: 831px;
   height: 96px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a448e8574c25 {
   overflow: visible;
 }

 .text-5368cfe587c9_a448e8574c25 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-53aaffbbfac2_a448e8574c25 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_2f60be3bc56b {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 96px;
   left: 0px;
   top: 1974px;
 }

 .text_1f5a317c2cbd {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1f5a317c2cbd {
   overflow: visible;
 }

 .container_b149ad685d67 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_b727efb6e91a {
   position: relative !important;
   overflow: visible;
   width: 96px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_0f31030cf487 {
   position: relative !important;
   overflow: visible;
   width: 652.06px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_876da2dff243 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c9d50908a747 {
   position: relative !important;
   overflow: visible;
   width: 96px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_bab46675d68c {
   position: relative !important;
   overflow: visible;
   width: 647.75px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_b0552e6ed646 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_98ad04e8649d {
   position: relative !important;
   overflow: visible;
   width: 96px;
   height: 48px;
   flex-shrink: 0;
 }

 .text_c2844c3cbc28 {
   width: 623px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2844c3cbc28 {
   overflow: visible;
 }

 .container_f402446a069a {
   position: relative !important;
   overflow: visible;
   height: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_444a1f6d5d2b {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_2ef9c67c02ac {
   position: relative !important;
   overflow: visible;
   width: 96px;
   height: 48px;
   flex-shrink: 0;
 }

 .text_2b89fe19c942 {
   width: 605px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2b89fe19c942 {
   overflow: visible;
 }

 .container_64a799f8489d {
   position: relative !important;
   overflow: visible;
   height: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_8e30d55405a3 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2a601a4a79b4 {
   width: 100%;
   min-width: 0;
   height: 216px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfc6b2066965 {
   padding: 32px 32px 0 32px;
   width: 832px;
   height: 328px;
   position: absolute !important;
   left: 0px;
   top: 2102px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_66730a93bb8b {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 0px;
   top: 2478px;
 }

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

 .container_fade732d7f9c {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 24px;
   left: 0px;
   top: 2530px;
 }

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

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

 .text_fc682105390d {
   width: 208px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fc682105390d {
   overflow: visible;
 }

 .container_1d43e020ce91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .container_a8e1195918b3 {
   padding: 25px 25px 1px 25px;
   width: 261.33px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_34741937ab4f {
   width: 211px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_34741937ab4f {
   overflow: visible;
 }

 .container_8d33cadd22b9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .container_aba92a77827a {
   padding: 25px 25px 1px 25px;
   width: 261.33px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 285.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_ee42f64fef60 {
   width: 188px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ee42f64fef60 {
   overflow: visible;
 }

 .container_efd7e0f16f28 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_d965dd8a3a34 {
   padding: 25px 25px 1px 25px;
   width: 261.34px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 570.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_408d7f7ad036 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 146px;
   left: 0px;
   top: 2586px;
 }

 .text_a0b3e919d104 {
   width: 806px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a0b3e919d104 {
   overflow: visible;
 }

 .container_ec36a40e46e4 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 0px;
   top: 2764px;
 }

 .container_f84e8f6e3eb0 {
   width: 848px;
   height: 641px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #ffb900ff 0%, #ff8904ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_9da70d0d0c73 {
   width: 832px;
   height: 625px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/13:87.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_7aeb1993d737 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 625px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_89d357683124 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 625px;
   left: 0px;
   top: 116px;
 }

 .container_b417f22b3f72 {
   width: 848px;
   height: 641px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #05df72ff 0%, #00d5beff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_6b83c7531f77 {
   width: 832px;
   height: 625px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/13:90.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_6568c6fc01a1 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 625px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_11bf296b7d48 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 625px;
   left: 0px;
   top: 1325px;
 }

 .container_8cfb4c7d8df4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2812px;
   flex-shrink: 0;
 }

 .container_7aef3fb8e056 {
   padding: 0 32px 0 32px;
   width: 896px;
   height: 2892px;
   position: absolute !important;
   left: 330px;
   top: 177px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_71536cb42338 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_71536cb42338 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_f5df59132a43 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f5df59132a43 {
   overflow: visible;
 }

 .container_e2c13e56dfe6 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_854581325b9f {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_cf000f755785 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_35206194505c {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_c251dd6116b2 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_c11258068a3d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_48ee28f809ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e45bb64719fb {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_6c6b102b83ab {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_5e99e90170e4 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6ba52db4f052 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ea9cf8fb68e9 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_bc9439651338 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_706e2aa03e68 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e42cc6a2ef92 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a4407a28c382 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_2e35c69a7775 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_ea491afba626 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c274c7e7b9e0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dbb17273ee4b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_8e6e54a5ca48 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_b89b0d67e987 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1c54907fe241 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f63ddfa6ef77 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_a8b7b7ea9eac {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_6a22cf8866f6 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_6a22cf8866f6 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_6a22cf8866f6 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_46acfe47a3e3 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_46acfe47a3e3 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_46acfe47a3e3 {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_676f3146c0cb {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_db3b166064c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_48c15aa81e12 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_a4a79ff7796b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_ccb3d1f08a68 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bda14608039e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_730746f5ccb8 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_b3791d89be75 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_fb7c87733420 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1edbf27c8a12 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2d995187b221 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_fe55046f55ff {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_0366cc00de4e {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_0366cc00de4e {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_0366cc00de4e {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da9f040ea8b3 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_nested_6d95e415e10c {
   width: 100%;
   min-width: 0;
   height: 192px;
   z-index: 1;
 }

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

 .container_a5a62804351d {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_4b492ba35e43 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0341c3d39bf6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c69ce89b7059 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_005c4e47d681 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_adc2035991bf {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8adb5a458003 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0388a60d9db {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 2px;
   top: 3149px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_02506d5fb5db {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 3570px;
   left: 0px;
   top: 0px;
 }

 .imageview_cc22b46c100b {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_fd6dd8385646 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_c111d193ab69 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_c111d193ab69 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_c111d193ab69 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_effb35372115 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_effb35372115 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_effb35372115 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_5fa35decc4dd {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_5fa35decc4dd {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_5fa35decc4dd {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_af204b8ad365 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_af204b8ad365 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_af204b8ad365 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_1983fb733d58 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_1983fb733d58 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_1983fb733d58 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_34d648ce772b {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_34d648ce772b {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_34d648ce772b {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_e641127ef5a8 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e641127ef5a8 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e641127ef5a8 {
   width: 608.61px;
   height: 24px;
   z-index: 1;
 }

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

 .container_8485b2ab7714 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_09651eaaa64e {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_09651eaaa64e {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_09651eaaa64e {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_0731c0f89718 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_39d490a60d1b {
   padding: 0 170px 1px 170px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_39d490a60d1b {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_39d490a60d1b {
   padding: 0 170px 1px 170px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_643af1f496d4 {
   width: 1556px;
   height: 3570px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_01575b260b3d {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_7799556fc5b2 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7799556fc5b2 {
   overflow: visible;
 }

 .container_e950431d5280 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

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

 .container_9eaba889352b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_8300189f3a22 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8300189f3a22 {
   overflow: visible;
 }

 .container_c6964d824a98 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_c8e4fdd1ecbc {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_80fb8ddd955c {
   width: 462px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_80fb8ddd955c {
   overflow: visible;
 }

 .container_e0140659b813 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
 }

 .text_7762f206a7bc {
   width: 462px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7762f206a7bc {
   overflow: visible;
 }

 .container_3bacfbdcddd4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .container_ae1995feb469 {
   padding: 33px 33px 1px 33px;
   width: 528px;
   height: 346px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(147deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .text_d6bc1e307995 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6bc1e307995 {
   overflow: visible;
 }

 .container_ef30327639db {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_83c848c080d1 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_63743eca3f10 {
   width: 462px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_63743eca3f10 {
   overflow: visible;
 }

 .container_fb692c47957b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
 }

 .text_28be78228124 {
   width: 462px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_28be78228124 {
   overflow: visible;
 }

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

 .container_a25a25f24877 {
   padding: 33px 33px 1px 33px;
   width: 528px;
   height: 346px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 560px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(147deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_c4a56154ee70 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 346px;
   flex-shrink: 0;
 }

 .container_f2bbf8de997d {
   width: 1088px;
   height: 414px;
   position: absolute !important;
   left: 32px;
   top: 648px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_94058e2ea919 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 32px;
   top: 1142px;
 }

 .text_c6b67e42d8ca {
   width: 768px;
   height: 84px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6b67e42d8ca {
   overflow: visible;
 }

 .container_63879c18c474 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 84px;
   left: 32px;
   top: 1210px;
 }

 .imageview_803c9d0be2e0 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_803c9d0be2e0 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_5e27ca1ddb13 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_90d80c1917b4 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_c4b951cc3ccb {
   width: 394.34px;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_87cc3ee7a365 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_c6ce6e159981 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9ae22da82089 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_81e2a9ef08fd {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_12d210e118d2 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_e1579cfd286f {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c40520b6e3bb {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08ef61d924a1 {
   width: 100%;
   min-width: 0;
   height: 284px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82a6b6b11bc2 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 438px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_30b82119a771 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_30b82119a771 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_96900c04ab2c {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_96900c04ab2c {
   overflow: visible;
 }

 .container_d409ad3c2f9a {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_aae3c231926a {
   width: 399.98px;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9682b5588ac2 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_9c20d58b8a02 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cb10f3477751 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6658bb3cd3d4 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 238px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_00b90260021d {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_00b90260021d img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_0bab178047c7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_33f52603e005 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_ac31bc2295bf {
   width: 315.66px;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_09d9f78b55c2 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c7de154036c5 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_10cccd404e55 {
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_efb9061c93c9 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 226px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_de61d1a147be {
   width: 1088px;
   height: 966px;
   position: absolute !important;
   left: 32px;
   top: 1342px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_86fcb2eadc77 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_86fcb2eadc77 {
   overflow: visible;
 }

 .container_3044c5376166 {
   width: 1022px;
   height: 32px;
   position: absolute !important;
   left: 33px;
   top: 33px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_df28e60a184c {
   width: 672px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df28e60a184c {
   overflow: visible;
 }

 .container_72826d36f07f {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 48px;
   left: 208px;
   top: 81px;
 }

 .text_e27299ab645d {
   width: max-content;
   position: absolute !important;
   left: 15px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_b1061e12ba3e {
   position: absolute !important;
   overflow: visible;
   width: 308.66px;
   height: 48px;
   left: 389.67px;
   top: 153px;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_b1061e12ba3e {
   position: absolute !important;
   overflow: visible;
   left: 389.67px;
   top: 153px;
   width: 308.66px;
   height: 48px;
 }

 .container_nested_b1061e12ba3e {
   width: 308.66px;
   height: 48px;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7467449b3e0b {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 234px;
   left: 32px;
   top: 2372px;
   background: linear-gradient(168deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #fef9c2ff;
 }

 .container_c2e0105528d1 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #51a2ffff 0%, #c27affff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_9fb10d91109d {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:91.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_beef8e3f08b5 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_9513ca716f33 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2606px;
   flex-shrink: 0;
 }

 .container_d9e976046b60 {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 2766px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ae7707d10598 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_ae7707d10598 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_90492bc4056f {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_90492bc4056f {
   overflow: visible;
 }

 .container_e1b5e069ecf4 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_6abe19e421ab {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_b532f905e6f6 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_57362b7db078 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_8e91861c14e6 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_f0718b8bdf9f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6e51d2b2da96 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74fa5e079a7a {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_6a5a0bbb82b7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_fe7d295e8c87 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8bffce16d3de {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2b87191cbbec {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_fdabab243411 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4d45ca1d5a25 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_51c86c169f5b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_40995ca77663 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_eb6d5d8c5677 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_272422367c01 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d0ed6bfb1d88 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6b47eee94923 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_daaf9b75b81d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_d991884372f8 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f6a43c5745e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cbe8a5fddee8 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_14057fc39960 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_fe377ad72d21 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_fe377ad72d21 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_fe377ad72d21 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff71a1e39c0f {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ff71a1e39c0f {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_ff71a1e39c0f {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_d4054abbe783 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_505d7a9d772e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_59b912c203fc {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_4fd6e63d0904 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_9b26741a2d23 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_92c8eeacde86 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5408025550a4 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_67e737dd02cc {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_7a43d85a57da {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_970b7ee6810e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1cfbaf569a0f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_c6ba03557243 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_7f4a9adcae6d {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7f4a9adcae6d {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7f4a9adcae6d {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e3d20e09e5d {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_45ca86c78af3 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_559822589d57 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_95a6a5e3f481 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5d6dbfe57044 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_c2e0cf2335a3 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_dc4c5b952785 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_19c176b88899 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f6c400ab8e6f {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 8px;
   top: 2863px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_f6c400ab8e6f {
   position: absolute !important;
   overflow: visible;
   left: 8px;
   top: 2863px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_f6c400ab8e6f {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_2612af5880d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3284px;
   flex-shrink: 0;
 }

 .container_bacd055adf3f {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a191f45fc293 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_c8b5b8465974 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_f2fe9bdb8b6e {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_f2fe9bdb8b6e {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_f2fe9bdb8b6e {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_007ffef64e1a {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_007ffef64e1a {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_007ffef64e1a {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_32712a94e2af {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_32712a94e2af {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_32712a94e2af {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_8e9bd2594826 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_8e9bd2594826 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_8e9bd2594826 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_9894c9089c1d {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_9894c9089c1d {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_9894c9089c1d {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_6eda63bcc0d7 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_6eda63bcc0d7 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_6eda63bcc0d7 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_ffb0b5e3ab56 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_ffb0b5e3ab56 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ffb0b5e3ab56 {
   width: 608.61px;
   height: 24px;
   z-index: 1;
 }

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

 .container_4723d8200aab {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7e6f8bee8a85 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7e6f8bee8a85 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7e6f8bee8a85 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_b386f9e4b1cb {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5265ceb67b29 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_5265ceb67b29 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_5265ceb67b29 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_b97b493cf3e5 {
   width: 1556px;
   height: 3284px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .text_4580926b8a5b {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4ad2ab7f98a6 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_d8760c9eb662 {
   width: 102.75px;
   height: 36px;
   position: absolute !important;
   left: 737px;
   top: 6px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d8760c9eb662 {
   position: absolute !important;
   left: 737px;
   top: 6px;
   width: 102.75px;
   height: 36px;
 }

 .container_nested_d8760c9eb662 {
   width: 102.75px;
   height: 36px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_62ef0352cb23 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_b128dfac9aa6 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b128dfac9aa6 {
   overflow: visible;
 }

 .container_c2bfc4c59fe6 {
   width: 832px;
   height: 28px;
   position: absolute !important;
   left: 32px;
   top: 80px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_91c6aaeb1d4d {
   width: 832px;
   height: 618px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:183.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 10px 10px 10px 10px;
   mix-blend-mode: normal;
 }

 .container_be1f3555f9de {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 618px;
   left: 32px;
   top: 172px;
   background: #ffffff00;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

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

 .container_612ccf3774fc {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 32px;
   top: 837.69px;
 }

 .text_8b5e165904a1 {
   width: 832px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8b5e165904a1 {
   overflow: visible;
 }

 .text-68bda2baa8f5_8b5e165904a1 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-0e9b0ab38006_8b5e165904a1 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d61e66fdd95b {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 72px;
   left: 32px;
   top: 889.69px;
 }

 .text_94643ebc2683 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_851d3342efc8 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_851d3342efc8 {
   overflow: visible;
 }

 .container_94b34d89d353 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b2b832a1618 {
   padding: 24px 24px 0 28px;
   width: 832px;
   height: 124px;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   position: absolute !important;
   left: 32px;
   top: 993.69px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(172deg, #fefce8ff 0%, #fff7edff 100%);
 }

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

 .container_8c1abeebfae2 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 32px;
   top: 1165.69px;
 }

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

 .text-8965309ce053_93e79dcb045d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-33882ed24962_93e79dcb045d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_702fe7c1f971 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 24px;
   left: 32px;
   top: 1217.69px;
 }

 .text_9979bd4e3a9c {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_84c4eb39da64 {
   width: 20.72px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text-28d40d342f8a_391b4a372ad8 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-59af3860258c_391b4a372ad8 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9adac4ee8fdc {
   position: relative !important;
   overflow: visible;
   width: 657.17px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_e400d42b09dd {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c95561484d40 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_cd3860987ce2 {
   width: 20.72px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text-367695101b2f_c4e3f88b8121 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-1ec0f8c62bd9_c4e3f88b8121 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_d6e74ab1f881 {
   position: relative !important;
   overflow: visible;
   width: 532.33px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_5322e9ec6b66 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6269d570d2f7 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_bb979792e318 {
   width: 20.72px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text-69eba7a0d578_74171606593f {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-42d2348d2b7d_74171606593f {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_48dc2c928edb {
   position: relative !important;
   overflow: visible;
   width: 620.75px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_4d18f4e8b969 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6838c952600f {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_1a42a7c6fce1 {
   width: 20.72px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .text-ee68185a6f58_38d38b1be697 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-6174d0c030ff_38d38b1be697 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_9b34c020ec2a {
   position: relative !important;
   overflow: visible;
   width: 480.95px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_30e8512d5b8e {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_69aeb4a2cdc0 {
   width: 100%;
   min-width: 0;
   height: 176px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_009e66ce2cfe {
   padding: 25px 25px 1px 25px;
   width: 832px;
   height: 226px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 32px;
   top: 1265.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_427cc88b72a5 {
   width: 832px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_427cc88b72a5 {
   overflow: visible;
 }

 .text-cc05ddaf7b54_427cc88b72a5 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-eee68aad9fa5_427cc88b72a5 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c2c888546b8c {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 32px;
   top: 1515.69px;
 }

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

 .container_70105b8fe668 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 32px;
   top: 1611.69px;
 }

 .text_378171530192 {
   width: 832px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_378171530192 {
   overflow: visible;
 }

 .text-1e8a9475f6ce_378171530192 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-06698c0fff5f_378171530192 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e952a0890e2c {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 32px;
   top: 1663.69px;
 }

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

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

 .text_fdf209ac1fbe {
   width: 212px;
   height: 120px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fdf209ac1fbe {
   overflow: visible;
 }

 .container_99fd331e1526 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 100px;
   flex-shrink: 0;
 }

 .container_88782235af06 {
   padding: 25px 25px 1px 25px;
   width: 261.33px;
   height: 186px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 32px;
   top: 1743.69px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_d31a585c600d {
   width: 212px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d31a585c600d {
   overflow: visible;
 }

 .container_e10d451f25a4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
 }

 .container_0f541dfde815 {
   padding: 25px 25px 1px 25px;
   width: 261.33px;
   height: 186px;
   border-top: 1px solid #dcfce7ff;
   border-right: 1px solid #dcfce7ff;
   border-bottom: 1px solid #dcfce7ff;
   border-left: 1px solid #dcfce7ff;
   position: absolute !important;
   left: 317.33px;
   top: 1743.69px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_8208b1cb6bf4 {
   width: 212px;
   height: 100px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8208b1cb6bf4 {
   overflow: visible;
 }

 .container_942fce7748e9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
 }

 .container_a269463793e5 {
   padding: 25px 25px 1px 25px;
   width: 261.34px;
   height: 186px;
   border-top: 1px solid #f3e8ffff;
   border-right: 1px solid #f3e8ffff;
   border-bottom: 1px solid #f3e8ffff;
   border-left: 1px solid #f3e8ffff;
   position: absolute !important;
   left: 602.66px;
   top: 1743.69px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #faf5ff;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_55a1b8337335 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 32px;
   top: 1977.69px;
 }

 .container_9507e9527206 {
   width: 832px;
   height: 626px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:241.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 10px 10px 10px 10px;
   mix-blend-mode: normal;
 }

 .container_8e7fed76d157 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 626px;
   left: 32px;
   top: 2029.69px;
   background: #ffffff00;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_e383a15bb8d2 {
   width: 832px;
   height: 72px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e383a15bb8d2 {
   overflow: visible;
 }

 .container_f7479454c72e {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 32px;
   top: 2680.13px;
 }

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

 .container_09281c80f400 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 36px;
   left: 32px;
   top: 2776.13px;
 }

 .text_a66ee3657ab6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eecc01aa4cac {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

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

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

 .container_85b80982d36d {
   width: 666.89px;
   height: 52px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_60e55e22fc1a {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_23f481d78e8f {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_53c5faaf3dd5 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

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

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

 .container_a697e33dd33e {
   width: 543.52px;
   height: 52px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3fe0d64fa505 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3b724043288c {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_23a77d739a29 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

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

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

 .container_44fdd2a72b17 {
   width: 699.05px;
   height: 52px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc75626f8c47 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6d7b59809b86 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4365f545381d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

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

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

 .container_66650ec659fd {
   width: 566.13px;
   height: 52px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11af1e79fd15 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e85ac86598f3 {
   width: 832px;
   height: 280px;
   position: absolute !important;
   left: 32px;
   top: 2844.13px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_35beaa840b55 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_319c761ac8c9 {
   padding: 32px 32px 0 32px;
   width: 832px;
   height: 136px;
   position: absolute !important;
   left: 32px;
   top: 3172.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #101828;
   border-radius: 10px 10px 10px 10px;
 }

 .container_8b4f3740a6ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3308.13px;
   flex-shrink: 0;
 }

 .container_385604822a65 {
   padding: 80px 330px 0 330px;
   width: 1556px;
   height: 3516.13px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a0ea5723406a {
   width: 1556px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_a0ea5723406a img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_01ceea6b546d {
   width: 560px;
   height: 46px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_01ceea6b546d {
   overflow: visible;
 }

 .container_97441f7f4fa7 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 2;
   left: 0px;
   top: 88px;
 }

 .container_2b78dfc5c08a {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_4cbd03f8f2ac {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_a79793860a44 {
   width: 350px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

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

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

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

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

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

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

 .container_65f090c72943 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_f3afe779c87d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_2cca162ca5c0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_6411e5308a9a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_c3d87d1b3065 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_4507e9a99045 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_dd2d00374787 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_d767e7dea3d1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_822443aa72ea {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_950f6938202e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

 .container_wrapper_c30f41006dac {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_c27a40dfb3e5 {
   width: 268px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c27a40dfb3e5 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 2;
 }

 .container_nested_c27a40dfb3e5 {
   width: 268px;
   height: 192px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

 .container_d4e83a261a55 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_5ba00088c26e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_8f4ccda1a5bf {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_46066da8d1e0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

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

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

 .container_4177fd1bfd95 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_451e9af7a0bf {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 2;
 }

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

 .container_wrapper_cfdd7d134c6c {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_2ebeab2e030d {
   width: 268px;
   height: 192px;
   z-index: 2;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_4294940e6698 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_292a40edab84 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
 }

 .container_b34361adfda7 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_198cac44c572 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3315725e2db2 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 2;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e3bad06a375e {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   z-index: 1;
   left: 4px;
   top: 3613px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_e3bad06a375e {
   position: absolute !important;
   overflow: visible;
   left: 4px;
   top: 3613px;
   width: 1556px;
   height: 421px;
   z-index: 1;
 }

 .container_nested_e3bad06a375e {
   width: 1556px;
   height: 421px;
   z-index: 1;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_c9c09b2c3c2c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4034.13px;
   flex-shrink: 0;
 }

 .container_d92b96117de2 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_21dde189449b {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_d7c297dd71fa {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_fa34fc666ce6 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_fa34fc666ce6 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_fa34fc666ce6 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_af54ff949f10 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_af54ff949f10 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_af54ff949f10 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_e5309247bd64 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_e5309247bd64 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e5309247bd64 {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_ae03f324d563 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_ae03f324d563 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_ae03f324d563 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_1183001448fc {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_1183001448fc {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_1183001448fc {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_e570f26fda24 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_e570f26fda24 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e570f26fda24 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_a2453851400f {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_b49a7d4516c5 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bb25df88bab1 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_bb25df88bab1 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_bb25df88bab1 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e6e9ab6a19a {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_86d9efdef427 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_86d9efdef427 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_86d9efdef427 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_0d2e6663186d {
   width: 1556px;
   height: 4034px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_df76268009c0 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_2d6f867e9a6e {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8dd3792a3c1f {
   width: 768px;
   height: 28px;
   position: absolute !important;
   left: 32px;
   top: 80px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cfc0fe8743cf {
   width: max-content;
   position: absolute !important;
   left: 321.73px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_90bf149a0911 {
   position: absolute !important;
   overflow: visible;
   width: 990px;
   height: 40px;
   left: 49px;
   top: 49px;
 }

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

 .text_autoheight_3b662b619a76 {
   overflow: visible;
 }

 .container_8abce9840575 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 56px;
   left: 208px;
   top: 113px;
 }

 .imageview_bb063c574e16 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

 .imageview_bb063c574e16 img {
   position: absolute;
   width: 74.0px !important;
   height: 74.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_86f2e6afee35 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_86f2e6afee35 {
   overflow: visible;
 }

 .container_a05e48ecb565 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3bd41dae23e8 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_08f32635ba18 {
   height: 96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_65fb2627faad {
   width: 824px;
   height: 96px;
   position: absolute !important;
   left: 36px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9fe10d0cd97 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_049646b4b423 {
   padding: 8px 16px 8px 16px;
   width: 73.08px;
   height: 36px;
   position: absolute !important;
   left: 36px;
   top: -12px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_ca23c9f54cee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 4px #d4a027ff;
 }

 .imageview_dc2de9ae057e {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_dc2de9ae057e img {
   position: absolute;
   width: 896.0px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_46c4545231f6 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_54eb2e505388 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

 .imageview_54eb2e505388 img {
   position: absolute;
   width: 74.0px !important;
   height: 74.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_49de6f137d07 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_49de6f137d07 {
   overflow: visible;
 }

 .container_5aec78fc6cb1 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b6f076bbe9de {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5ece0a5f9569 {
   height: 96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_74c0b37e9546 {
   width: 824px;
   height: 96px;
   position: absolute !important;
   left: 36px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_51b927fbca4a {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3cd2e688a640 {
   padding: 8px 16px 8px 16px;
   width: 73.08px;
   height: 36px;
   position: absolute !important;
   left: 36px;
   top: -12px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_b138e2c6bc3a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 4px #155dfcff;
 }

 .imageview_ed0a56ad7a37 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .imageview_ed0a56ad7a37 img {
   position: absolute;
   width: 896.0px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_aab81e1a0be2 {
   width: 100%;
   min-width: 0;
   height: 224px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0e739f69c9ed {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
 }

 .imageview_0e739f69c9ed img {
   position: absolute;
   width: 74.0px !important;
   height: 74.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

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

 .text_6122cec555ce {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6122cec555ce {
   overflow: visible;
 }

 .container_2d3fa6b20d63 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5eeb380682f {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c0cab45b00cf {
   height: 96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9edda43f6ed1 {
   width: 824px;
   height: 96px;
   position: absolute !important;
   left: 36px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_81a298228088 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e3ec1e4e8f39 {
   padding: 8px 16px 8px 16px;
   width: 73.08px;
   height: 36px;
   position: absolute !important;
   left: 36px;
   top: -12px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_4cde0770b751 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 4px #00a63eff;
 }

 .text_eb96e116e575 {
   width: max-content;
   position: absolute !important;
   left: -4px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_0f048ae7c4dd {
   position: absolute !important;
   overflow: visible;
   width: 157.02px;
   height: 24px;
   left: 32px;
   top: 16px;
 }

 .text_d2a04677b909 {
   width: max-content;
   position: absolute !important;
   left: -6px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7689e424618e {
   position: absolute !important;
   overflow: visible;
   width: 260.11px;
   height: 24px;
   left: 201.02px;
   top: 16px;
 }

 .container_c92694392436 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   background: linear-gradient(90deg, #d4a027ff 0%, #d19d26ff 11.11%, #ce9b25ff 22.22%, #cb9824ff 33.33%, #c79623ff 44.44%, #c49323ff 55.56%, #c19122ff 66.67%, #be8e21ff 77.78%, #bb8c20ff 88.89%, #b8891fff 100%);
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_58ff22fe5a90 {
   padding: 0 201.44px 0 201.44px;
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_58ff22fe5a90 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
 }

 .container_nested_58ff22fe5a90 {
   padding: 0 201.44px 0 201.44px;
   width: 100%;
   min-width: 0;
   height: 56px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_54a4ef41c48d {
   width: 896px;
   height: 768px;
   position: absolute !important;
   left: 96px;
   top: 217px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c462b991ae61 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 1034px;
   left: 32px;
   top: 620px;
   background: linear-gradient(136deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 1px #0000001a;
 }

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

 .container_8b57cb3f2a3e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .container_1582c2f1e9ba {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #05df72ff 0%, #00d5beff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_c04d7d023658 {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:434.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_bbd3d1bf14e7 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_39e60f9201f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 384px;
   flex-shrink: 0;
 }

 .text_64f29086cd52 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ab66e855fa84 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_6128dff15955 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6128dff15955 {
   overflow: visible;
 }

 .container_82cc24bba712 {
   width: 956px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3a4838d16a7d {
   width: 956px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a4838d16a7d {
   overflow: visible;
 }

 .container_b64f9529e946 {
   position: absolute !important;
   overflow: visible;
   width: 956px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_4e3093e331c1 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4e3093e331c1 {
   overflow: visible;
 }

 .container_2678e82615d3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_be5b9e71e149 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be5b9e71e149 {
   overflow: visible;
 }

 .container_8aa2d6c6d7f6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b7fc8cd97398 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7fc8cd97398 {
   overflow: visible;
 }

 .container_65b3d78ec397 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_90c3ebe2e663 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_90c3ebe2e663 {
   overflow: visible;
 }

 .container_8e5c8ee0eebc {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_42099d423604 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_42099d423604 {
   overflow: visible;
 }

 .container_d477f4c2189f {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_8ad72431b47a {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6e5749ea0a32 {
   padding: 17px 17px 1px 17px;
   width: 956px;
   height: 154px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 10px 10px 10px 10px;
 }

 .container_27173fb7ebaf {
   position: relative !important;
   overflow: visible;
   height: 266px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_f9eaac249b96 {
   width: 100%;
   min-width: 0;
   height: 266px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e63555b6bb7b {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 334px;
   flex-shrink: 0;
   border-top: 2px solid #e5e7ebff;
   border-right: 2px solid #e5e7ebff;
   border-bottom: 2px solid #e5e7ebff;
   border-left: 2px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_8b80f31bf6c8 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_d760288f75e2 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_2a82eb3e7cc1 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2a82eb3e7cc1 {
   overflow: visible;
 }

 .container_45c228b1b6df {
   width: 956px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e1e1f468f112 {
   width: 956px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e1e1f468f112 {
   overflow: visible;
 }

 .container_6a44e455a354 {
   position: absolute !important;
   overflow: visible;
   width: 956px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_18794934d3b5 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18794934d3b5 {
   overflow: visible;
 }

 .container_29577c33cca0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_62d53c730769 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_c4f7ed102f3f {
   padding: 17px 17px 1px 17px;
   width: 956px;
   height: 102px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 10px 10px 10px 10px;
 }

 .container_9b1349a0067d {
   position: relative !important;
   overflow: visible;
   height: 214px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_6e18c7d44f48 {
   width: 100%;
   min-width: 0;
   height: 214px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_531507210a88 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
   border-top: 2px solid #e5e7ebff;
   border-right: 2px solid #e5e7ebff;
   border-bottom: 2px solid #e5e7ebff;
   border-left: 2px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_b56c523cad16 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_35ee99060a0a {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_65dc0ee3b978 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_65dc0ee3b978 {
   overflow: visible;
 }

 .container_02cd0587f2bc {
   width: 956px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ed8d054c6663 {
   width: 956px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ed8d054c6663 {
   overflow: visible;
 }

 .container_5e9f432dc7b2 {
   position: absolute !important;
   overflow: visible;
   width: 956px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_feedb273d8a4 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_feedb273d8a4 {
   overflow: visible;
 }

 .container_fb8d60954a8a {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d5e8e032d63b {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_92534e10e18a {
   padding: 17px 17px 1px 17px;
   width: 956px;
   height: 102px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 10px 10px 10px 10px;
 }

 .container_d33038480708 {
   position: relative !important;
   overflow: visible;
   height: 214px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_5b5a18d8e7d3 {
   width: 100%;
   min-width: 0;
   height: 214px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4fe4c17fa2b7 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 282px;
   flex-shrink: 0;
   border-top: 2px solid #e5e7ebff;
   border-right: 2px solid #e5e7ebff;
   border-bottom: 2px solid #e5e7ebff;
   border-left: 2px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_7a60e694d61c {
   width: fit-content;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_e16050055fd8 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_69dae79a2ad1 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_69dae79a2ad1 {
   overflow: visible;
 }

 .container_c91a322358b7 {
   width: 956px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b7e5ea8b2e0c {
   width: 956px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7e5ea8b2e0c {
   overflow: visible;
 }

 .container_96c2afe9fd49 {
   position: absolute !important;
   overflow: visible;
   width: 956px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_a33f7c499094 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a33f7c499094 {
   overflow: visible;
 }

 .container_14f25a77d276 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_691207995a89 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_691207995a89 {
   overflow: visible;
 }

 .container_67c2509c2109 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8e5ca69d1303 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8e5ca69d1303 {
   overflow: visible;
 }

 .container_b4c1a8c6321d {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3319284ad9d8 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3319284ad9d8 {
   overflow: visible;
 }

 .container_15a59beb69c3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_10de4c56ab0d {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_10de4c56ab0d {
   overflow: visible;
 }

 .container_25d31b975b12 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab9ce016544d {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c26285adca44 {
   padding: 17px 17px 1px 17px;
   width: 956px;
   height: 154px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 10px 10px 10px 10px;
 }

 .container_b03d7f61ab23 {
   position: relative !important;
   overflow: visible;
   height: 266px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_68f732976d24 {
   width: 100%;
   min-width: 0;
   height: 266px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_93262481ac19 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 334px;
   flex-shrink: 0;
   border-top: 2px solid #e5e7ebff;
   border-right: 2px solid #e5e7ebff;
   border-bottom: 2px solid #e5e7ebff;
   border-left: 2px solid #e5e7ebff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_f064d0393d8b {
   width: 100%;
   min-width: 0;
   height: 1328px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfccebeaa720 {
   width: 1088px;
   height: 1812px;
   position: absolute !important;
   left: 32px;
   top: 1734px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d06728a6456a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_490ce3bf074b {
   width: 1020px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_490ce3bf074b {
   overflow: visible;
 }

 .container_a200782cd5f3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58.5px;
   flex-shrink: 0;
 }

 .text_39537bf0f032 {
   width: 1020px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_39537bf0f032 {
   overflow: visible;
 }

 .text-83079fe1b74e_39537bf0f032 {
   line-height: 29.25px;
   font-family: 'Inter';
 }

 .text-68288ff1a831_39537bf0f032 {
   line-height: 29.25px;
   font-family: 'Inter';
 }

 .container_cd2ad89a2558 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 87.75px;
   flex-shrink: 0;
 }

 .text_2296a4a72e5e {
   width: 1020px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2296a4a72e5e {
   overflow: visible;
 }

 .container_42b69f1f41b2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58.5px;
   flex-shrink: 0;
 }

 .container_0f675b04f30d {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 320.75px;
   flex-shrink: 0;
   border-top: 2px solid #d4a02733;
   border-right: 2px solid #d4a02733;
   border-bottom: 2px solid #d4a02733;
   border-left: 2px solid #d4a02733;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(164deg, #d4a0271a 0%, #fff7edff 100%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_4901e2a70e69 {
   width: 1088px;
   height: 388.75px;
   position: absolute !important;
   left: 32px;
   top: 3626px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_33dbec3cbe29 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 164px;
   background: linear-gradient(90deg, #51a2ffff 0%, #05df72ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_cb1ef8f3d278 {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:515.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_381dfad4cfeb {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 172px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_8b77b13fddfc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4014.75px;
   flex-shrink: 0;
 }

 .container_974ef7efc722 {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 4174.75px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ecdd31518bcd {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_ecdd31518bcd img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_c4f4b4bc8976 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c4f4b4bc8976 {
   overflow: visible;
 }

 .container_26710b11a99a {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_074927941e26 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_fc1d19d3c679 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_35fb4c943729 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_1c3e38c09eee {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_9a572f93f05c {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_03f675c35a58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a50b97315b8d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_5e2355335fbd {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0d132cd4d2f8 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9fe3096cc58a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7f49e3764b0b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_07ba33f77b37 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4b1cdcdf4028 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b15a58bfd109 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dd2130db085b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_b967822d109a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4530a8493bad {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cd34bf82590b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_294293034b1c {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_8a32c675de47 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_30fab66138b6 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ca6a068d061 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6566ae1a096f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_5e6cf313708d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_5d358c02204d {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5d358c02204d {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5d358c02204d {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_06efdbfdd049 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_06efdbfdd049 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_06efdbfdd049 {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_4bcddd9d205d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f6a94c76ea27 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0c24771e8db1 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_5966d4b860ae {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_28de3d135ef4 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1a68e93a1fba {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0af551312897 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_d7e9038e25af {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0a7d9447ea93 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5012f55a9842 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74e498d18fb0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_c86e8ca3e3a0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_13c9c853f391 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_13c9c853f391 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_13c9c853f391 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce5646577396 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_bddb408fd964 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_25fe5b1ac04b {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d0254437b47 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c56b02061361 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_993aec85cddf {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_51b241e2fa44 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f2aaad6abe90 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef8020cbac71 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 4272px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_ef8020cbac71 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 4272px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_ef8020cbac71 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_0d42546a4b3c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4692.75px;
   flex-shrink: 0;
 }

 .container_0cac1f96ad6e {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5afb74737d3a {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_eda90cf87cc2 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_bee2289f5699 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_bee2289f5699 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_bee2289f5699 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_e0181bfa6cd9 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_e0181bfa6cd9 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e0181bfa6cd9 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_504dda414934 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_504dda414934 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_504dda414934 {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_684bb798796d {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_684bb798796d {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_684bb798796d {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_f173a6687379 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_f173a6687379 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_f173a6687379 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_ec887ea4e3c5 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_ec887ea4e3c5 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_ec887ea4e3c5 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_14e7a0aa036d {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_ce9ed0a47735 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0eaa6d6d8f80 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_0eaa6d6d8f80 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_0eaa6d6d8f80 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_57d3198a7422 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_660b86d374cc {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_660b86d374cc {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_660b86d374cc {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_bcf0b9f7bbe8 {
   width: 1556px;
   height: 4693px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_6f18f6701119 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .container_8180371d1996 {
   position: relative !important;
   overflow: visible;
   width: 503.28px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_8bb8a1a5cbde {
   width: 1088px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_acfcc2cd468e {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_acfcc2cd468e {
   overflow: visible;
 }

 .container_74b934fe1d22 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 0px;
   top: 64px;
 }

 .container_a33700771687 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 120px;
   left: 32px;
   top: 0px;
 }

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

 .container_df86a2ac0950 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_c556bc7a8eba {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_4fa4f3ae187c {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_73bf63c43f8d {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   border-top: 0px solid #ff6467ff;
   border-right: 0px solid #ff6467ff;
   border-bottom: 0px solid #ff6467ff;
   border-left: 4px solid #ff6467ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #fef2f2;
   border-radius: 0 10px 10px 0;
 }

 .container_6d04f8e7abbc {
   width: 1088px;
   height: 220px;
   position: absolute !important;
   left: 32px;
   top: 748px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ab9c648651b3 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .text_3f5212aaf1fc {
   width: 1088px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3f5212aaf1fc {
   overflow: visible;
 }

 .container_f185d64369c3 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 56px;
   left: 0px;
   top: 60px;
 }

 .imageview_d8175fe26c54 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_a9197333f904 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_1ebffaf42be7 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1ebffaf42be7 {
   overflow: visible;
 }

 .container_3672a44c52c1 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_b7c4fc6ec896 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 0px;
   top: 0px;
   background: linear-gradient(139deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #fef9c2ff;
 }

 .imageview_79c3013764fc {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_4dd4f7b1cf34 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_02a28a54c915 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_02a28a54c915 {
   overflow: visible;
 }

 .container_1021e19012d6 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_9c90f9765257 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 278px;
   top: 0px;
   background: linear-gradient(139deg, #eff6ffff 0%, #ecfeffff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dbeafeff;
 }

 .imageview_cae670dff6f7 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_ccfca0b5ff42 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_a8eb9f8c7c5e {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a8eb9f8c7c5e {
   overflow: visible;
 }

 .container_84d88f3ce030 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_9a1c7a3ab1a7 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 556px;
   top: 0px;
   background: linear-gradient(139deg, #faf5ffff 0%, #eef2ffff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #f3e8ffff;
 }

 .imageview_54f6afe6be46 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_7163f776cf79 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_352532545b35 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_352532545b35 {
   overflow: visible;
 }

 .container_7452a4b65d33 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_7e4efb77af9e {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 834px;
   top: 0px;
   background: linear-gradient(139deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dcfce7ff;
 }

 .container_fd0fe393c9b8 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 218px;
   left: 0px;
   top: 148px;
 }

 .container_e0dc116d06af {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 366px;
   left: 32px;
   top: 1032px;
 }

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

 .container_f891f5910caa {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 32px;
   top: 1878px;
 }

 .text_72be55279fa8 {
   width: 1022px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72be55279fa8 {
   overflow: visible;
 }

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

 .text_c6d0b3c5a7db {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c6d0b3c5a7db {
   overflow: visible;
 }

 .container_a79bd65dd9db {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_689301d5d6b7 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_88be834af781 {
   position: relative !important;
   overflow: visible;
   width: 393.67px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_ce89678fa1c6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_45689a08d536 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_76db6c35786e {
   position: relative !important;
   overflow: visible;
   width: 253.27px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_c2f0ef310e15 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c7a87cc37f4d {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_5fc7b4a9d57b {
   position: relative !important;
   overflow: visible;
   width: 225.53px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_53274d735281 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9ded4780cda7 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_b5efa4b9f469 {
   position: relative !important;
   overflow: visible;
   width: 203.67px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_bb8b34b7391d {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c7c6a16f637e {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_665e293276bd {
   position: relative !important;
   overflow: visible;
   width: 281.19px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_0c3886074d1e {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_757f6a9f41f6 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_115ad7a3035f {
   position: relative !important;
   overflow: visible;
   width: 310.33px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_92d9786b26ad {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5e761bc0a80f {
   width: 100%;
   min-width: 0;
   height: 184px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_36ccaeef44fd {
   width: 495px;
   height: 228px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3610bcc093f {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a3610bcc093f {
   overflow: visible;
 }

 .container_9d8209a86c22 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_87437ab04d59 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_c972b99d2b95 {
   position: relative !important;
   overflow: visible;
   width: 288.77px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_dd747d2d75f6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_2b4d45c6c11b {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_fa456b1136b3 {
   position: relative !important;
   overflow: visible;
   width: 246.66px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_6442f0f9db37 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_60e73dcd18be {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_803236f0e71f {
   position: relative !important;
   overflow: visible;
   width: 314.06px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_52ade8f6bb9c {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_f797a4136b23 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_a730063834dc {
   position: relative !important;
   overflow: visible;
   width: 297.8px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_8515e7254e66 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_b76f55d249e6 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_30682377b779 {
   position: relative !important;
   overflow: visible;
   width: 260.22px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_b1b3b7cfa040 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_0c644c29cca0 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_f54110843afd {
   position: relative !important;
   overflow: visible;
   width: 174.56px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_ae8bf7f0fed8 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_aafdd3ebac21 {
   width: 100%;
   min-width: 0;
   height: 184px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c5d8b30ef2c8 {
   width: 495px;
   height: 228px;
   position: absolute !important;
   left: 527px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_94cffe01c814 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
 }

 .container_96e7008252c4 {
   padding: 33px 33px 1px 33px;
   width: 1088px;
   height: 366px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 32px;
   top: 1938px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_59c26f7ba627 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 1454px;
   background: linear-gradient(90deg, #51a2ffff 0%, #00d3f3ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_215f924504e6 {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:731.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_7dc10fba7e39 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 1462px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

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

 .container_79119b4421a9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

 .container_4d6e70485f35 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 108px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 0 10px 10px 0;
 }

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

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

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

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

 .container_cf1ea3b9abbc {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 108px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 0 10px 10px 0;
 }

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

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

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

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

 .container_192fc0e6f880 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 108px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 0 10px 10px 0;
 }

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

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

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

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

 .container_736951f7ceb1 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 108px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 0 10px 10px 0;
 }

 .container_5abd85ae65bd {
   width: 100%;
   min-width: 0;
   height: 480px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_782fbdee7031 {
   width: 1088px;
   height: 540px;
   position: absolute !important;
   left: 32px;
   top: 2368px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_184fa598dff6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_4224020c8732 {
   width: max-content;
   position: absolute !important;
   left: 121.28px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_f489925dd7ac {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_a7a1a9041bb0 {
   width: max-content;
   position: absolute !important;
   left: 64.36px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_194e2300ba02 {
   width: 324.66px;
   height: 72px;
   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_b6e5e762a181 {
   width: max-content;
   position: absolute !important;
   left: 113.66px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_91974ed88f91 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_067ebd1380e5 {
   width: max-content;
   position: absolute !important;
   left: 40.36px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_2c6c7f323efb {
   width: 324.67px;
   height: 72px;
   position: absolute !important;
   left: 348.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_1012d5cd2cf6 {
   width: max-content;
   position: absolute !important;
   left: 126.89px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_670ce0d9f838 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_7dbefd4326d1 {
   width: max-content;
   position: absolute !important;
   left: 80.09px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_c9857c20484d {
   width: 324.66px;
   height: 72px;
   position: absolute !important;
   left: 697.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f24160e3c46 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
 }

 .text_6a4bf9270801 {
   width: 1022px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6a4bf9270801 {
   overflow: visible;
 }

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

 .container_793e3531054e {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 218px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(169deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_af6e8953a3ae {
   width: 1088px;
   height: 278px;
   position: absolute !important;
   left: 32px;
   top: 2972px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .text-734098e8c446_208ba06d5ce5 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-37d5ed8044df_208ba06d5ce5 {
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .text_c0c8a27bde2a {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c0c8a27bde2a {
   overflow: visible;
 }

 .container_2a14b1707426 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_181d9566c645 {
   padding: 25px 25px 1px 25px;
   width: 1088px;
   height: 138px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 32px;
   top: 3314px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_f3b2954cb442 {
   width: max-content;
   position: absolute !important;
   left: 298.42px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_57778bbbdd0f {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 28px;
   left: 32px;
   top: 3500px;
 }

 .text_b39e5c11fee9 {
   width: max-content;
   position: absolute !important;
   left: 28px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_9849fe57678c {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 60px;
   left: 0px;
   top: -20px;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_916b12f28ee7 {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 21px;
   left: 454.08px;
   top: 3572px;
 }

 .container_wrapper_916b12f28ee7 {
   position: absolute !important;
   overflow: visible;
   left: 454.08px;
   top: 3572px;
   width: 243.83px;
   height: 21px;
 }

 .container_nested_916b12f28ee7 {
   width: 243.83px;
   height: 21px;
 }

 .container_f4b7ec264182 {
   width: 1104px;
   height: 516px;
   position: absolute !important;
   left: 24px;
   top: 176px;
   background: linear-gradient(90deg, #fdc700ff 0%, #ff8904ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_95779d8e45c5 {
   width: 1088px;
   height: 500px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:791.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_36d5bd136e7f {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 500px;
   z-index: 1;
   left: 32px;
   top: 184px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_508894b951b0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3612px;
   flex-shrink: 0;
 }

 .container_7e8b41773c1c {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 3772px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d05017ae199a {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_bc4e9e6bc1f7 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 1195px;
   top: 195px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_bc4e9e6bc1f7 {
   position: absolute !important;
   left: 1195px;
   top: 195px;
   width: 102.75px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_bc4e9e6bc1f7 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_19e130537e21 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_19e130537e21 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_b546369d811e {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b546369d811e {
   overflow: visible;
 }

 .container_f4e608f4b56f {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_9d4f9ecf5393 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_885d94cd45df {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_ece0fece2b81 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_34d1b713cf3e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_9b6d9c6ced0f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a3b3587998b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a229ccf1ed96 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_75394a0c2f40 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_9e457022007a {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f0cc240bf14a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e49a0d74150b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_fb699c191bd0 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4bcbb0cd9ff7 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_218fcfc9ecb7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d865b57ff032 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_6be0ecdec32b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_a071f8e5f9bb {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ee75969b748 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_527a41dfc4e5 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_eb8ae45e568a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_ce3d2ff8d6ba {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2f556ec4968b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_68451e6a29e2 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_43a2fa32cce2 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_5d70e123b913 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5d70e123b913 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5d70e123b913 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5fd311525766 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5fd311525766 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_5fd311525766 {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_50d1761b5c03 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7fc1b929d5c8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7eaa60f9c4b0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_58a8fdf8a31f {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_fcb6b4ac7c62 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8de6ee12d1fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d8d1ced93f2d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_baea10e546a2 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_267fed280589 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e7c71bdae2ad {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f0558e0887d5 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_031506924387 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_bc577cf405e9 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_bc577cf405e9 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_bc577cf405e9 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3bc757312e1e {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_47abe082718a {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_261401f40c3c {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_66973416f831 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_02c6fffcc77d {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_860208170fe5 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_9cc74c4bf27d {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dade6ff755dc {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_df98f2458220 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 2px;
   top: 3869px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_df98f2458220 {
   position: absolute !important;
   overflow: visible;
   left: 2px;
   top: 3869px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_df98f2458220 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_cdacf9af5d4c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4290px;
   flex-shrink: 0;
 }

 .container_3ac167a3b612 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c60fbe6435a1 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_debf19908a91 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_4dcffc026676 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_4dcffc026676 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_4dcffc026676 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_0a6d7143f721 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_0a6d7143f721 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_0a6d7143f721 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_285bcca437bf {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_285bcca437bf {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_285bcca437bf {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_45c29e666718 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_45c29e666718 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_45c29e666718 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_a408503de198 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_a408503de198 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_a408503de198 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_fa721ae1d5ce {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_fa721ae1d5ce {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_fa721ae1d5ce {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_19737950234b {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_cdbb56c86a2f {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_42f4697f7ae1 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_42f4697f7ae1 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_42f4697f7ae1 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f9e64f6695c {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_084572e83ee7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_084572e83ee7 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_084572e83ee7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_adc3a6f2dac0 {
   width: 1556px;
   height: 4290px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_0f2969006e71 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .container_86cc24fffeb8 {
   position: relative !important;
   overflow: visible;
   width: 540.19px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_b36b96d8a25f {
   width: 1088px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2340d0cafa0 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f2340d0cafa0 {
   overflow: visible;
 }

 .container_4138bb928533 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 0px;
   top: 64px;
 }

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

 .container_262d36082100 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_07ed4c9e1240 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 910px;
   top: 12px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_07ed4c9e1240 {
   position: absolute !important;
   left: 910px;
   top: 12px;
   width: 102.75px;
   height: 36px;
   z-index: 1;
 }

 .container_nested_07ed4c9e1240 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_5a51d029110d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
 }

 .container_e74dee9fa521 {
   width: 1104px;
   height: 416px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #05df72ff 0%, #00d492ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_2f285231ba64 {
   width: 1088px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:891.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_ef09050d2520 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 400px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_1a716695e79f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 400px;
   flex-shrink: 0;
 }

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

 .container_1293f106d898 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_83a1a4bf4b47 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .container_44a1f69e2385 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 136px;
   flex-shrink: 0;
   border-top: 0px solid #ff6467ff;
   border-right: 0px solid #ff6467ff;
   border-bottom: 0px solid #ff6467ff;
   border-left: 4px solid #ff6467ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #fef2f2;
   border-radius: 0 10px 10px 0;
 }

 .container_9adedb12391d {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_1691ac09b794 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .text_48687d350cfd {
   width: 1088px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_48687d350cfd {
   overflow: visible;
 }

 .container_a1156844d42b {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 56px;
   left: 0px;
   top: 60px;
 }

 .imageview_5630989ee53a {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_29598aa40e87 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_be070458fc60 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_be070458fc60 {
   overflow: visible;
 }

 .container_d9c39822d776 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_197b6ecf6912 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 0px;
   top: 0px;
   background: linear-gradient(139deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dcfce7ff;
 }

 .imageview_c402ea66b622 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_d2363e258bb9 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_8026b4ece60c {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8026b4ece60c {
   overflow: visible;
 }

 .container_76358caa469f {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_8d754e10e4be {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 278px;
   top: 0px;
   background: linear-gradient(139deg, #eff6ffff 0%, #ecfeffff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dbeafeff;
 }

 .imageview_3294379a43d5 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_e00f01bb5ef4 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_44a588464f42 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_44a588464f42 {
   overflow: visible;
 }

 .container_71b69fa18960 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_8e395374f89b {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 556px;
   top: 0px;
   background: linear-gradient(139deg, #faf5ffff 0%, #eef2ffff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #f3e8ffff;
 }

 .imageview_069b5be966ab {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_ecb1e161408d {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_4423d65c5799 {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4423d65c5799 {
   overflow: visible;
 }

 .container_caf839d080ae {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_b01fc4468d09 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 834px;
   top: 0px;
   background: linear-gradient(139deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #fef9c2ff;
 }

 .container_4f537a2af93c {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 218px;
   left: 0px;
   top: 148px;
 }

 .container_8dec6d0e04e0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 366px;
   flex-shrink: 0;
 }

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

 .container_1eb80f6cc0c3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

 .container_ec67119e44dc {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .text_f3079b0cf024 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_528b79a4cf02 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_46bf9b08e7f2 {
   width: 728.61px;
   height: 48px;
   position: absolute !important;
   left: 20px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_991763b7bb85 {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .text_ad9a0520fb5f {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e4615b2be8ba {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_a485ea679138 {
   width: 624.73px;
   height: 48px;
   position: absolute !important;
   left: 20px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_32f4ecdf596e {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .text_87c5598e3bf8 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fa25c50d98e4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_cbf86e11a54d {
   width: 617.44px;
   height: 48px;
   position: absolute !important;
   left: 20px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_4b77695d3e6e {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .text_28160c5860da {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_03a11bc11dd5 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_42a82de0c635 {
   width: 700.56px;
   height: 48px;
   position: absolute !important;
   left: 20px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f9ce6cdec35e {
   width: 8px;
   height: 8px;
   position: absolute !important;
   left: 0px;
   top: 8px;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

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

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

 .text_ed6c50989158 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f9b69dd81958 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_89be64bb7159 {
   width: 796.31px;
   height: 48px;
   position: absolute !important;
   left: 20px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_7df8a3a5b799 {
   width: 100%;
   min-width: 0;
   height: 304px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_74aebfdea061 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 418px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_9a8d1a196461 {
   width: 100%;
   min-width: 0;
   height: 478px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_165d09d515af {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

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

 .container_987e17c3f1b6 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 28px;
   left: 0px;
   top: 60px;
 }

 .container_e8a4808a39df {
   width: 540px;
   height: 264px;
   position: absolute !important;
   left: -4px;
   top: 116px;
   background: linear-gradient(90deg, #00c950ff 0%, #00bc7dff 100%);
   border-radius: 14px 14px 14px 14px;
   filter: blur(8px);
   opacity: 0.20000000298023224;
 }

 .container_f1e017012e5d {
   width: 532px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:984.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 14px 14px 14px 14px;
   mix-blend-mode: normal;
 }

 .container_b45d5d57e286 {
   position: absolute !important;
   overflow: visible;
   width: 532px;
   height: 256px;
   z-index: 1;
   left: 0px;
   top: 120px;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_d77ed3238dc9 {
   width: 540px;
   height: 264px;
   position: absolute !important;
   left: 552px;
   top: 116px;
   background: linear-gradient(90deg, #2b7fffff 0%, #00b8dbff 100%);
   border-radius: 14px 14px 14px 14px;
   filter: blur(8px);
   opacity: 0.20000000298023224;
 }

 .container_aa08f9a607cb {
   width: 532px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:986.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 14px 14px 14px 14px;
   mix-blend-mode: normal;
 }

 .container_d38f8551810d {
   position: absolute !important;
   overflow: visible;
   width: 532px;
   height: 256px;
   z-index: 1;
   left: 556px;
   top: 120px;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_b03b7881d091 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b03b7881d091 {
   overflow: visible;
 }

 .container_fec99702d849 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d00fdadc57bb {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_c402b5981ba9 {
   position: relative !important;
   overflow: visible;
   width: 281.23px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_05ac6fadd9c0 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_99b13fcb686c {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_154fb66b4e88 {
   position: relative !important;
   overflow: visible;
   width: 325.66px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_3c435b425eba {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_63b441fe6e5b {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_defb5d7c7886 {
   position: relative !important;
   overflow: visible;
   width: 214.05px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_ac1193e05fbe {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9a2bc8849287 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_f3b1e4eeda8c {
   position: relative !important;
   overflow: visible;
   width: 278.83px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_5fe961b55b47 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_25b964190b37 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ebea04451da9 {
   position: relative !important;
   overflow: visible;
   width: 245px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_98fdde44c4d6 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fb0e9dd1e8fa {
   width: 100%;
   min-width: 0;
   height: 152px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0ed565a75377 {
   padding: 25px 25px 1px 25px;
   width: 532px;
   height: 246px;
   border-top: 1px solid #dcfce7ff;
   border-right: 1px solid #dcfce7ff;
   border-bottom: 1px solid #dcfce7ff;
   border-left: 1px solid #dcfce7ff;
   position: absolute !important;
   left: 0px;
   top: 408px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(155deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .text_e416e97fa325 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e416e97fa325 {
   overflow: visible;
 }

 .container_5e61d32fc121 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_a71d8622074a {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_714cf5ce572c {
   position: relative !important;
   overflow: visible;
   width: 318.34px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_3f0b6fde952c {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c66f6da0b5e5 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_4267073b1664 {
   position: relative !important;
   overflow: visible;
   width: 216.92px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_3a09d31b693d {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_eab150c90d56 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_3c364009b50f {
   position: relative !important;
   overflow: visible;
   width: 301.78px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_7db1e3158602 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_67ad29afd2ba {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ac3b7c5ebdb2 {
   position: relative !important;
   overflow: visible;
   width: 215.92px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_1a419bd2d1ed {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_bb5ffaf37ea9 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_a5436f24608f {
   position: relative !important;
   overflow: visible;
   width: 289.23px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_5eea3de7cc9f {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d6f987b0e239 {
   width: 100%;
   min-width: 0;
   height: 152px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0f7822695ad {
   padding: 25px 25px 1px 25px;
   width: 532px;
   height: 246px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 556px;
   top: 408px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(155deg, #eff6ffff 0%, #ecfeffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_04cbd774cdc4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 654px;
   flex-shrink: 0;
 }

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

 .container_2efdcde24c97 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_553be64ea359 {
   width: 291px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_553be64ea359 {
   overflow: visible;
 }

 .container_c829ce806a16 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_1fa549b8b3c1 {
   padding: 17px 17px 1px 17px;
   width: 324.66px;
   height: 106px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_23f906ed95d0 {
   width: 291px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_23f906ed95d0 {
   overflow: visible;
 }

 .container_fb0e9c220589 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_56d34cf014da {
   padding: 17px 17px 1px 17px;
   width: 324.67px;
   height: 106px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 348.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_844f4dabddc6 {
   width: 291px;
   height: 40px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_844f4dabddc6 {
   overflow: visible;
 }

 .container_7cdd2d44d32d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_bd8da860345f {
   padding: 17px 17px 1px 17px;
   width: 324.66px;
   height: 106px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 697.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_3d5ed1a2446e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 106px;
   flex-shrink: 0;
 }

 .text_f9681c12bee7 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f9681c12bee7 {
   overflow: visible;
 }

 .container_e8ccf0efec71 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_8e66f40b211e {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 264px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_40b92b3aaf28 {
   width: 100%;
   min-width: 0;
   height: 324px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_a96b90ce0641 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_ef27a13b7cbd {
   width: max-content;
   position: absolute !important;
   left: 96.45px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_9403d8b843c5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_70f299a99bf3 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_70f299a99bf3 {
   overflow: visible;
 }

 .container_3cf0fc5ce4dd {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_60d4bd31ada7 {
   width: 237.5px;
   height: 68px;
   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_724e731374bb {
   width: max-content;
   position: absolute !important;
   left: 79.42px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_c12bf37cb7a9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_6f040703463d {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f040703463d {
   overflow: visible;
 }

 .container_9d0390a8447e {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3032b5e13a70 {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 261.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d88106f9bd6 {
   width: max-content;
   position: absolute !important;
   left: 96.45px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_456ea5507fa1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_d97aa7a1ca58 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d97aa7a1ca58 {
   overflow: visible;
 }

 .container_fcaf2e882eb1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3bb1659aa864 {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 523px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_26d7beec7951 {
   width: max-content;
   position: absolute !important;
   left: 83.31px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_b1ad2ecb514b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_471d8a0b2f84 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_471d8a0b2f84 {
   overflow: visible;
 }

 .container_233dc78de587 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbf399bf6952 {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 784.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7585963a8dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
 }

 .text_f535c4bbf369 {
   width: max-content;
   position: absolute !important;
   left: 88.84px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_4f3299bd0774 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 190px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_5fd59fe08576 {
   width: 100%;
   min-width: 0;
   height: 250px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a3a4b07ce64 {
   width: max-content;
   position: absolute !important;
   left: 293.67px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_25117ecf308d {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 28px;
   left: 0px;
   top: 0px;
 }

 .text_ae6a56665e35 {
   width: max-content;
   position: absolute !important;
   left: 28px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ed191da02685 {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 60px;
   left: 0px;
   top: -20px;
   background: #00a63e;
   border-radius: 8px 8px 8px 8px;
 }

 .container_05cb8320e0b6 {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 21px;
   left: 422.08px;
   top: 72px;
 }

 .container_wrapper_05cb8320e0b6 {
   position: absolute !important;
   overflow: visible;
   left: 422.08px;
   top: 72px;
   width: 243.83px;
   height: 21px;
 }

 .container_nested_05cb8320e0b6 {
   width: 243.83px;
   height: 21px;
 }

 .container_a00fa1d6f4ec {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 112px;
   flex-shrink: 0;
 }

 .container_758063efcd4a {
   padding: 80px 234px 80px 234px;
   width: 1556px;
   height: 3572px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8c86ff92feab {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_8c86ff92feab img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_0be2585ced98 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0be2585ced98 {
   overflow: visible;
 }

 .container_6773f088025e {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_f293ef22fe14 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_61400088bfc5 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_a3a6d338b468 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_0d1cfc5e20f6 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_2d0dc9f3c5b6 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_22606b0b753b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c73b69f14e9f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_5ddd761f5ca5 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_a0434c68a058 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4659d7181fd0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_11a3a3114439 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_c6e766210c5b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_fc3ee1be0b84 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fa005ba86289 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c48bf795173f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_e71772433257 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_67a0b802e71d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7ce8c7f73521 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_482ce5470f42 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_48d7a86afdbd {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_6fa93ab5d814 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2fc0a2753c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_573c9944d820 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_d28f2c0c2ed9 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_b60f8accec1b {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b60f8accec1b {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_b60f8accec1b {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e270431fd1df {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_e270431fd1df {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_e270431fd1df {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_9559ea5033b0 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6d189ee395fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_28d559827662 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_40999f17d68c {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0acc7a3bf81a {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8e9cf7548235 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_31432a07ec43 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_0becab9a654c {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_46f8315cdac6 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_170059d32c82 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2e7d52b8181d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_6e442c5e0080 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_188ed795e412 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_188ed795e412 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_188ed795e412 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aec0b96f2a2a {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_b18234430f7f {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_233e32eb77cc {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7b0c6682b9c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ca111a709f28 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_f71f3e342890 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_ef27066aac5a {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_e8e7ae821bb2 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e5c02b91c589 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 3669px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_e5c02b91c589 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3669px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_e5c02b91c589 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_9a0d4d36f1a1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4090px;
   flex-shrink: 0;
 }

 .container_8b5382fdc75e {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d7c60371fbaf {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_4bb97cf0ed87 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_bbae056dca9a {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_bbae056dca9a {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_bbae056dca9a {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_b132de7dbd77 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_b132de7dbd77 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b132de7dbd77 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_b8ba39a5991e {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_b8ba39a5991e {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b8ba39a5991e {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_4c1d6b3d8253 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_4c1d6b3d8253 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_4c1d6b3d8253 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_8a3a40b47a1f {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_8a3a40b47a1f {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_8a3a40b47a1f {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_e43c5a1f7850 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_e43c5a1f7850 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e43c5a1f7850 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_070bd4d104b4 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_34dba4893970 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_e348908df622 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e348908df622 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e348908df622 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_a24b0f90a7c1 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_807bae17fe2b {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_807bae17fe2b {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_807bae17fe2b {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_78220bd19855 {
   width: 1556px;
   height: 4090px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_8c739e929ffe {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

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

 .container_8c526d6d47f4 {
   position: relative !important;
   overflow: visible;
   width: 622.3px;
   height: 48px;
   flex-shrink: 0;
 }

 .container_df629bde6eb1 {
   width: 1088px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_621dbd1821a5 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_621dbd1821a5 {
   overflow: visible;
 }

 .container_7cc4637be727 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 0px;
   top: 64px;
 }

 .container_845e9d2146f3 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 120px;
   left: 32px;
   top: 0px;
 }

 .container_7ee9b3a40f73 {
   width: 362.66px;
   height: 304px;
   position: absolute !important;
   left: 24px;
   top: 176px;
   background: linear-gradient(90deg, #c27affff 0%, #fb64b6ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_b5bc604cdb34 {
   width: 347px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1200.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_890803568d2f {
   position: absolute !important;
   overflow: visible;
   width: 347px;
   height: 288px;
   z-index: 1;
   left: 32px;
   top: 184px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_24dd7644a34e {
   width: 362.67px;
   height: 304px;
   position: absolute !important;
   left: 394.66px;
   top: 176px;
   background: linear-gradient(90deg, #51a2ffff 0%, #7c86ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_9dafd5301b80 {
   width: 347px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1202.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_ed46f01099e4 {
   position: absolute !important;
   overflow: visible;
   width: 347px;
   height: 288px;
   z-index: 1;
   left: 402.66px;
   top: 184px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_652339bd2492 {
   width: 362.66px;
   height: 304px;
   position: absolute !important;
   left: 765.33px;
   top: 176px;
   background: linear-gradient(90deg, #05df72ff 0%, #00d492ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_c212cdee366e {
   width: 347px;
   height: 288px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1204.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_d8bd9d795822 {
   position: absolute !important;
   overflow: visible;
   width: 347px;
   height: 288px;
   z-index: 1;
   left: 773.33px;
   top: 184px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

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

 .container_6afa7cf1a025 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_a30363d11841 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_82022e443924 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_5cf33918c811 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   border-top: 0px solid #ff6467ff;
   border-right: 0px solid #ff6467ff;
   border-bottom: 0px solid #ff6467ff;
   border-left: 4px solid #ff6467ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #fef2f2;
   border-radius: 0 10px 10px 0;
 }

 .container_7ab30fb3ed66 {
   width: 1088px;
   height: 220px;
   position: absolute !important;
   left: 32px;
   top: 536px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_cd0fd574c9d6 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 0px;
   top: 0px;
 }

 .text_22d7d479807a {
   width: 1088px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_22d7d479807a {
   overflow: visible;
 }

 .container_f58f37586498 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 56px;
   left: 0px;
   top: 60px;
 }

 .imageview_559fc2b68680 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_7ae97ba57851 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_f560c4b7c8fa {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f560c4b7c8fa {
   overflow: visible;
 }

 .container_d8f0408b4eb7 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_f8e81860b7ff {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 0px;
   top: 0px;
   background: linear-gradient(139deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dbeafeff;
 }

 .imageview_92120b8d52d6 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_92edd55543bc {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_41911c97034d {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41911c97034d {
   overflow: visible;
 }

 .container_c6499574f6b9 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 60px;
   left: 25px;
   top: 113px;
 }

 .container_7ec57c6fb89a {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 278px;
   top: 0px;
   background: linear-gradient(139deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #f3e8ffff;
 }

 .imageview_5ca868459250 {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_0e6dbdb17ffa {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_77c1fe7da83a {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_77c1fe7da83a {
   overflow: visible;
 }

 .container_079de6ae782a {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 60px;
   left: 25px;
   top: 113px;
 }

 .container_2a36573f8b78 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 556px;
   top: 0px;
   background: linear-gradient(139deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #dcfce7ff;
 }

 .imageview_2462448d263b {
   width: 40px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 25px;
 }

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

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

 .container_4546fa317782 {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 28px;
   left: 25px;
   top: 77px;
 }

 .text_c30e6b5efacb {
   width: 204px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c30e6b5efacb {
   overflow: visible;
 }

 .container_216f0feb4b3f {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   left: 25px;
   top: 113px;
 }

 .container_db91cfd63640 {
   position: absolute !important;
   overflow: visible;
   width: 254px;
   height: 218px;
   left: 834px;
   top: 0px;
   background: linear-gradient(139deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #fef9c2ff;
 }

 .container_46149b4ce0c9 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 218px;
   left: 0px;
   top: 148px;
 }

 .container_3cec5815df7f {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 366px;
   left: 32px;
   top: 820px;
 }

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

 .container_222bb80f321e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_0ac91afc7450 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6ce20c01b567 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_88560897a0d4 {
   width: 952.75px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_88560897a0d4 {
   overflow: visible;
 }

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

 .container_a885bec69507 {
   position: absolute !important;
   overflow: visible;
   width: 952.75px;
   height: 24px;
   left: 0px;
   top: 36px;
 }

 .text_a65b0b2fd323 {
   width: 952.75px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 72px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a65b0b2fd323 {
   overflow: visible;
 }

 .text-e3ac16290a41_a65b0b2fd323 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-bfda33e891c1_a65b0b2fd323 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f85972fff29d {
   position: relative !important;
   overflow: visible;
   width: 952.75px;
   height: 92px;
   flex-shrink: 0;
 }

 .container_7b81c3c59bf5 {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6138dc54c787 {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 142px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_c75328cceda3 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_77ebdfc1c9f1 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f188b10ff7ca {
   width: 982px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f188b10ff7ca {
   overflow: visible;
 }

 .text_358156198102 {
   width: 982px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_358156198102 {
   overflow: visible;
 }

 .text_130fc971533f {
   width: 982px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 96px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_130fc971533f {
   overflow: visible;
 }

 .text-0fcbc0aa3548_130fc971533f {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-89c7850b0851_130fc971533f {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_39b3ab841d54 {
   position: relative !important;
   overflow: visible;
   height: 116px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_d930f66975b9 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b7793545936 {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 166px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6ac16a7d7979 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_064aa472dffc {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_6ab05cfd3c46 {
   width: 982px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ab05cfd3c46 {
   overflow: visible;
 }

 .text_c26c9702d848 {
   width: 982px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c26c9702d848 {
   overflow: visible;
 }

 .text_3cd15c3f6a72 {
   width: 982px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 96px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3cd15c3f6a72 {
   overflow: visible;
 }

 .text-08f8a56d21a9_3cd15c3f6a72 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-ea8d50fa28e0_3cd15c3f6a72 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6befcccf7728 {
   position: relative !important;
   overflow: visible;
   height: 116px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_f0881aa52e7d {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7c5295115ffa {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 166px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6b5ae9935448 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_aa89b769dc38 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_b44d25579909 {
   width: 982px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b44d25579909 {
   overflow: visible;
 }

 .text_c43b52f725f2 {
   width: 982px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c43b52f725f2 {
   overflow: visible;
 }

 .text_cdc6183065c6 {
   width: 982px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 96px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_cdc6183065c6 {
   overflow: visible;
 }

 .text-1e2e4e6fc45d_cdc6183065c6 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-e3412dd955c9_cdc6183065c6 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a9ab2f08bcc5 {
   position: relative !important;
   overflow: visible;
   height: 116px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_a757655e461d {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_854a3b63adbe {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 166px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d78b69b08342 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f3ea983a6eaa {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_b180444d2740 {
   width: 982px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b180444d2740 {
   overflow: visible;
 }

 .text_d0becfb6eca6 {
   width: 982px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 34px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d0becfb6eca6 {
   overflow: visible;
 }

 .text_643af9e867fd {
   width: 982px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 96px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_643af9e867fd {
   overflow: visible;
 }

 .container_3acd7779c770 {
   position: relative !important;
   overflow: visible;
   height: 116px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_c7d1cab723a4 {
   width: 100%;
   min-width: 0;
   height: 116px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_800b0075e018 {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 166px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_3fd94c12d9f6 {
   width: fit-content;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_4923b29da790 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_c93618ccfba4 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c93618ccfba4 {
   overflow: visible;
 }

 .container_59a9fa116b8c {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c6bba193a500 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1acd4ec3f709 {
   height: 84px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_811e87279393 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1fe189ce237f {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 134px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_8c0b063e52fa {
   width: 100%;
   min-width: 0;
   height: 1060px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb01a5b4b022 {
   width: 1088px;
   height: 1120px;
   position: absolute !important;
   left: 32px;
   top: 1250px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d75dbfb69787 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_0973bbf95dd0 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0973bbf95dd0 {
   overflow: visible;
 }

 .container_35068713d69b {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b97edb31377c {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b97edb31377c {
   overflow: visible;
 }

 .container_d39ba3d3ceda {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4acd9c0c4e52 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4acd9c0c4e52 {
   overflow: visible;
 }

 .container_7545b44bdc6f {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_efad65aa0f49 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_efad65aa0f49 {
   overflow: visible;
 }

 .container_d890d6ce6534 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_09b20ceb6ec7 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_09b20ceb6ec7 {
   overflow: visible;
 }

 .container_7638b6afba61 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6f2345558b85 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6f2345558b85 {
   overflow: visible;
 }

 .container_dbb97d8baf5e {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e5631e46ff20 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e5631e46ff20 {
   overflow: visible;
 }

 .container_f4c231a9c68f {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_4fa35674d676 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_79dc9d8e5de7 {
   padding: 26px 26px 2px 26px;
   width: 495px;
   height: 284px;
   border-top: 2px solid #ffc9c9ff;
   border-right: 2px solid #ffc9c9ff;
   border-bottom: 2px solid #ffc9c9ff;
   border-left: 2px solid #ffc9c9ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_4dccc9a33273 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4dccc9a33273 {
   overflow: visible;
 }

 .container_a8339f69d95d {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0804fbfe78b8 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0804fbfe78b8 {
   overflow: visible;
 }

 .container_e5177742c148 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f5918e00a67c {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f5918e00a67c {
   overflow: visible;
 }

 .container_df3d5862d822 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b97b92c3b3cf {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b97b92c3b3cf {
   overflow: visible;
 }

 .container_cdbe453f285f {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6cdca7672dd4 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6cdca7672dd4 {
   overflow: visible;
 }

 .container_8fe62fa41187 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8f9ef8042deb {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8f9ef8042deb {
   overflow: visible;
 }

 .container_f19d2e9ba6d7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c70d1584aec4 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c70d1584aec4 {
   overflow: visible;
 }

 .container_d36e742da753 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_321cbaef04c2 {
   width: 100%;
   min-width: 0;
   height: 188px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_334d5f2ccf03 {
   padding: 26px 26px 2px 26px;
   width: 495px;
   height: 284px;
   border-top: 2px solid #b9f8cfff;
   border-right: 2px solid #b9f8cfff;
   border-bottom: 2px solid #b9f8cfff;
   border-left: 2px solid #b9f8cfff;
   position: absolute !important;
   left: 527px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_6440c1706651 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 284px;
   flex-shrink: 0;
 }

 .text_1e404c9f4a1d {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-c80a0dcb4fdb_1e404c9f4a1d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-bf64a18d2141_1e404c9f4a1d {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5756e75500ba {
   padding: 16px 16px 0 20px;
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   border-top: 0px solid #155dfcff;
   border-right: 0px solid #155dfcff;
   border-bottom: 0px solid #155dfcff;
   border-left: 4px solid #155dfcff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_257d2c912237 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 506px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(155deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_e4abf86f411b {
   width: 1088px;
   height: 566px;
   position: absolute !important;
   left: 32px;
   top: 2434px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_285fcda14ca5 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 36px;
   left: 32px;
   top: 3064px;
 }

 .text_25a133960332 {
   width: 1022px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_25a133960332 {
   overflow: visible;
 }

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

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

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

 .text_8dc08202263b {
   width: 275px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8dc08202263b {
   overflow: visible;
 }

 .container_d0341d034871 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .container_7547022dd4ad {
   padding: 25px 25px 1px 25px;
   width: 324.66px;
   height: 142px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_5047c278b145 {
   width: 275px;
   height: 80px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5047c278b145 {
   overflow: visible;
 }

 .container_b2953cb25138 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .container_45721fc9388a {
   padding: 25px 25px 1px 25px;
   width: 324.67px;
   height: 142px;
   border-top: 1px solid #f3e8ffff;
   border-right: 1px solid #f3e8ffff;
   border-bottom: 1px solid #f3e8ffff;
   border-left: 1px solid #f3e8ffff;
   position: absolute !important;
   left: 348.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #faf5ff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_7c1598ed2371 {
   width: 275px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7c1598ed2371 {
   overflow: visible;
 }

 .container_725f443275a5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
 }

 .container_19ec632eee1c {
   padding: 25px 25px 1px 25px;
   width: 324.66px;
   height: 142px;
   border-top: 1px solid #dcfce7ff;
   border-right: 1px solid #dcfce7ff;
   border-bottom: 1px solid #dcfce7ff;
   border-left: 1px solid #dcfce7ff;
   position: absolute !important;
   left: 697.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 10px 10px 10px 10px;
 }

 .container_46fa989bdff4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 142px;
   flex-shrink: 0;
 }

 .container_035d8af2ff5e {
   padding: 33px 33px 1px 33px;
   width: 1088px;
   height: 280px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 32px;
   top: 3476px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_d12be901382c {
   width: 1104px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 3116px;
   background: linear-gradient(90deg, #7c86ffff 0%, #c27affff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_0d096302590f {
   width: 1088px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1370.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_a5b3468a28df {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 320px;
   z-index: 1;
   left: 32px;
   top: 3124px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

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

 .container_4c23944af9ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_dde25f1138d6 {
   width: max-content;
   position: absolute !important;
   left: 76.81px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_fcdd719dc3ee {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_1153b285377c {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_1153b285377c {
   overflow: visible;
 }

 .container_2532ddd0f02b {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_0568ab630ba9 {
   width: 237.5px;
   height: 68px;
   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_26554387cf9b {
   width: max-content;
   position: absolute !important;
   left: 79.42px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_eff66f978b96 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_0e4278e2379d {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0e4278e2379d {
   overflow: visible;
 }

 .container_c8d51d6b39a1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1548ea05a7fd {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 261.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_64d6fcfa74da {
   width: max-content;
   position: absolute !important;
   left: 70.08px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_43af4f1676d1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_64073e8c916e {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64073e8c916e {
   overflow: visible;
 }

 .container_86a33a8328a8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_61ab69913945 {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 523px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_a02bcb5a13a4 {
   width: max-content;
   position: absolute !important;
   left: 94.66px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_f0181d5c41e0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_3d3243ac1490 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3d3243ac1490 {
   overflow: visible;
 }

 .container_e173d956c5d9 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_01937e334bf6 {
   width: 237.5px;
   height: 68px;
   position: absolute !important;
   left: 784.5px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9ad11cbb0677 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 68px;
   flex-shrink: 0;
 }

 .text_c242dcfcbc68 {
   width: max-content;
   position: absolute !important;
   left: -25.94px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_d4355a6fb5a3 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 190px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_36a0eeb079af {
   width: 1088px;
   height: 250px;
   position: absolute !important;
   left: 32px;
   top: 3820px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .text-43aef92a9717_22b4a505dcff {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-8ba623eeed14_22b4a505dcff {
   line-height: 24px;
   font-family: 'Inter';
 }

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

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

 .text-55bd43c436fa_3e8af7df3ad5 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-4e893fc50f55_3e8af7df3ad5 {
   line-height: 24px;
   font-family: 'Inter';
 }

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

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

 .text-e70a2630a1f7_96667340c087 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-5fdf51391cbd_96667340c087 {
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_6732ced7981a {
   width: 100%;
   min-width: 0;
   height: 80px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_652375b8cc4f {
   padding: 25px 25px 1px 25px;
   width: 1088px;
   height: 166px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 32px;
   top: 4134px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6f7231390e23 {
   width: max-content;
   position: absolute !important;
   left: 292.72px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a2218d318677 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 28px;
   left: 32px;
   top: 4348px;
 }

 .text_c698f1fb30b7 {
   width: max-content;
   position: absolute !important;
   left: 28px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_a9d6673254f3 {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 60px;
   left: 0px;
   top: -20px;
   background: #155dfc;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4083dffaf84f {
   position: absolute !important;
   overflow: visible;
   width: 243.83px;
   height: 21px;
   left: 454.08px;
   top: 4420px;
 }

 .container_wrapper_4083dffaf84f {
   position: absolute !important;
   overflow: visible;
   left: 454.08px;
   top: 4420px;
   width: 243.83px;
   height: 21px;
 }

 .container_nested_4083dffaf84f {
   width: 243.83px;
   height: 21px;
 }

 .container_b500e0eb59e8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4460px;
   flex-shrink: 0;
 }

 .container_44d088392e10 {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 4620px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ca672497fb72 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_ca672497fb72 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_57d2918280c8 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_57d2918280c8 {
   overflow: visible;
 }

 .container_ea2fff23c903 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_6f98f0b4d507 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_0bb255e15d8f {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_dd7dd32c3074 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_7d564148bdc3 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_3002100dc3df {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8fd1225c75a8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7abf3ec815de {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_0a001c8cf511 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4e9cd2ad9312 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_343f808a1896 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2cc6d4659287 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_0575390bd14b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4ed65d4e4746 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c816ba0dae71 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e1044f58e6a {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_4af56a78e673 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_368f328c7b53 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_01673cf3a379 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0c645bb9f7c8 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_63dddf7f6c1a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_9548f3a82e1c {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2dfacc6787ac {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c7d3fedca7d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_3c44d4dd42ff {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_ed036bb7d182 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ed036bb7d182 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ed036bb7d182 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_718eda3eb64a {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_718eda3eb64a {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_718eda3eb64a {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_a96bc6d80e1c {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3bb37e6b06b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b636c56efa14 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_a5110d972c44 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_181ba5d9e069 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1061e033556a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2307a642966b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_e44b0f64f39a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_b72fd082ccbf {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d5eafc1d6f7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_42cc017b54da {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_23acd1fc719e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_5ee0a920a2ff {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5ee0a920a2ff {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5ee0a920a2ff {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_12fee5f37c8d {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_584dcc2859e1 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c452eddd15c8 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_337dd7d482ec {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_008992883f49 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_ceefa09bb476 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_2a93a52d5af0 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_460dbdeee3ee {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3488ea9d9e3 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 2px;
   top: 4717px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_b3488ea9d9e3 {
   position: absolute !important;
   overflow: visible;
   left: 2px;
   top: 4717px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_b3488ea9d9e3 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_952556cd6eaf {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 5138px;
   flex-shrink: 0;
 }

 .container_294199d954e8 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_90b4eac0d15c {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_b2119bc5ed64 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_c22d8d9d2645 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_c22d8d9d2645 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_c22d8d9d2645 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_d191da99ca66 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_d191da99ca66 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_d191da99ca66 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_176e72cfed8e {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_176e72cfed8e {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_176e72cfed8e {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_7af54ee07f26 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_7af54ee07f26 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7af54ee07f26 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_ae01e5cdcabc {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_ae01e5cdcabc {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_ae01e5cdcabc {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_732c78ab0660 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_732c78ab0660 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_732c78ab0660 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_f59dd1c24086 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_6855153a7d1a {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_85b8531f35ea {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_85b8531f35ea {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_85b8531f35ea {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_7a2b304897ef {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b28c24c417f {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_2b28c24c417f {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_2b28c24c417f {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_a66d0d9e00c2 {
   width: 1556px;
   height: 5138px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

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

 .container_860179dd7412 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_18217a97c269 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_18217a97c269 {
   overflow: visible;
 }

 .container_15c08c4099d2 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

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

 .container_f2ec7336e479 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_ba4d4b7c8c84 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_77bd7bdfdfa7 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_77bd7bdfdfa7 {
   overflow: visible;
 }

 .container_814fa7c94740 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_14d39c363378 {
   width: 646.75px;
   height: 64px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c07bd4ba51d6 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e7ac2c48c033 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_ea2587be40e1 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ea2587be40e1 {
   overflow: visible;
 }

 .container_86e9e1c2d9fc {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_7aeff45e09a7 {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   z-index: 998;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_7aeff45e09a7 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 324px;
   height: 94px;
 }

 .input_text_7aeff45e09a7::placeholder {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   color: #364153;
   font-family: 'Inter';
 }

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

 .container_783e2e189fde {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_b69a232ae243 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_da1dd54bdb7f {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_f101e6090aaa {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 348px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_811bc90a1634 {
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_d598f3928778 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d598f3928778 {
   overflow: visible;
 }

 .container_8be69a9d50dd {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_83ba99439fc6 {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   z-index: 998;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_83ba99439fc6 {
   position: absolute !important;
   left: 696px;
   top: 0px;
   width: 324px;
   height: 94px;
 }

 .input_text_83ba99439fc6::placeholder {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   text-align: start;
   word-wrap: break-word;
   color: #364153;
   font-family: 'Inter';
 }

 .container_0deb1d9fe49d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 94px;
   flex-shrink: 0;
 }

 .container_7681572ceb12 {
   padding: 32px 32px 0 36px;
   width: 100%;
   min-width: 0;
   height: 246px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(167deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_7681572ceb12 {
   width: 100%;
   min-width: 0;
   height: 246px;
   flex-shrink: 0;
 }

 .container_nested_7681572ceb12 {
   padding: 32px 32px 0 36px;
   width: 100%;
   min-width: 0;
   height: 246px;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(167deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_cb879b942ad7 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_c2d551baefd8 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c2d551baefd8 {
   overflow: visible;
 }

 .container_a7badfb10ae8 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_1b4923e6b316 {
   width: 739.3px;
   height: 64px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_96b6d660ca50 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_baca9b57147f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_392825949fd4 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_392825949fd4 {
   overflow: visible;
 }

 .container_5182c1e09760 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_2a40bcf27c61 {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_9ecddb41fdd0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_64bd72199eb7 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64bd72199eb7 {
   overflow: visible;
 }

 .container_b572d925f663 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_14518d2d84a2 {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 348px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

 .container_d865631989d9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_5c6cb7fb4c51 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_96cd38e51563 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_5f7e890599ae {
   padding: 17px 17px 1px 17px;
   width: 324px;
   height: 94px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 696px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_cde9e09216f9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 94px;
   flex-shrink: 0;
 }

 .container_f64b06f5f404 {
   padding: 32px 32px 0 36px;
   width: 100%;
   min-width: 0;
   height: 246px;
   flex-shrink: 0;
   border-top: 0px solid #155dfcff;
   border-right: 0px solid #155dfcff;
   border-bottom: 0px solid #155dfcff;
   border-left: 4px solid #155dfcff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(167deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_8dd51b4e0b75 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
 }

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

 .text_4ae70d5fbf83 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4ae70d5fbf83 {
   overflow: visible;
 }

 .container_e5ba505d0b79 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .container_d466038ee60f {
   width: 797.73px;
   height: 64px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d8ca0433ed52 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_fa93606ef29e {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-d8058d15c1d8_1c320c551f73 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-e4e309eabafa_1c320c551f73 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c1fd7361bb0a {
   position: relative !important;
   overflow: visible;
   width: 801.59px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_a09ed1653b98 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d2358cf9bc9d {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-f67980f22e5c_dec5b5f6ec1a {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-37132d07306b_dec5b5f6ec1a {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_8a4880b5625d {
   position: relative !important;
   overflow: visible;
   width: 693.86px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_5a072076d0e3 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_1d3155f05198 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-33fbe0e1c39f_9e518bf44759 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-8268a040211b_9e518bf44759 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6e0202852a7e {
   position: relative !important;
   overflow: visible;
   width: 769.97px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_64c1ee9814c4 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_2ce194a366c2 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-fac408f84406_c4b192b89ef4 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-6f8d640e5ecc_c4b192b89ef4 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e63e3103d739 {
   position: relative !important;
   overflow: visible;
   width: 789px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_13b01cb56384 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_57779a93ee10 {
   position: relative !important;
   overflow: visible;
   width: 11.98px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text-3b4736fc6d98_6b9cd791fefa {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-e0948eeb12ed_6b9cd791fefa {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6db3425e9fd4 {
   position: relative !important;
   overflow: visible;
   width: 703.25px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_b3a0dacf4a3d {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2b43b9566b6d {
   width: 100%;
   min-width: 0;
   height: 168px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0652a838d81f {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 218px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_fe87df3d47c2 {
   padding: 32px 32px 0 36px;
   width: 100%;
   min-width: 0;
   height: 370px;
   flex-shrink: 0;
   border-top: 0px solid #00a63eff;
   border-right: 0px solid #00a63eff;
   border-bottom: 0px solid #00a63eff;
   border-left: 4px solid #00a63eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(161deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_d81a8611b21d {
   width: 100%;
   min-width: 0;
   height: 926px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0100058094d9 {
   width: 1088px;
   height: 994px;
   position: absolute !important;
   left: 32px;
   top: 877.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_6ca3cbd00945 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_379fd9a1d93e {
   width: max-content;
   position: absolute !important;
   left: 65.56px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_34fa1641b680 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_32ca0213bc95 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_1aa49c649849 {
   padding: 25px 25px 1px 25px;
   width: 254px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_cb5e58386f5b {
   width: max-content;
   position: absolute !important;
   left: 57.2px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_40b8b3618b71 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_1ac0f46e0537 {
   width: max-content;
   position: absolute !important;
   left: 0.73px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_fd3f8cac7825 {
   padding: 25px 25px 1px 25px;
   width: 254px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 278px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_8bb7ffffe9a8 {
   width: max-content;
   position: absolute !important;
   left: 89.64px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_8dca786daf02 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_214ac3761f4f {
   width: max-content;
   position: absolute !important;
   left: 8.16px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_e55242d13ab4 {
   padding: 25px 25px 1px 25px;
   width: 254px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 556px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_0fd8b8dc470f {
   width: max-content;
   position: absolute !important;
   left: 53.33px;
   top: -2px;
   line-height: 40px;
   font-family: 'Inter';
 }

 .container_44ba7051b6cd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .text_50fd5e07feb0 {
   width: max-content;
   position: absolute !important;
   left: -4.12px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

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

 .container_3bb9630ae2d2 {
   padding: 25px 25px 1px 25px;
   width: 254px;
   height: 146px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 834px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_d77112dc9c4d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 146px;
   flex-shrink: 0;
 }

 .container_dbd8ed0de060 {
   width: 1088px;
   height: 214px;
   position: absolute !important;
   left: 32px;
   top: 1951.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_046a809944f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_3a56b739100f {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_81f4d5badda1 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   border-top: 0px solid #d4a027ff;
   border-right: 0px solid #d4a027ff;
   border-bottom: 0px solid #d4a027ff;
   border-left: 4px solid #d4a027ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_624a29685d71 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_67da632ac1ee {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   border-top: 0px solid #155dfcff;
   border-right: 0px solid #155dfcff;
   border-bottom: 0px solid #155dfcff;
   border-left: 4px solid #155dfcff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_e508926e56b2 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_948230cfc408 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   border-top: 0px solid #00a63eff;
   border-right: 0px solid #00a63eff;
   border-bottom: 0px solid #00a63eff;
   border-left: 4px solid #00a63eff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_67fc9cee7336 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_176fddb89324 {
   padding: 24px 24px 0 28px;
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   border-top: 0px solid #9810faff;
   border-right: 0px solid #9810faff;
   border-bottom: 0px solid #9810faff;
   border-left: 4px solid #9810faff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_e1cb1320ed09 {
   width: 100%;
   min-width: 0;
   height: 600px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c0c14cf6296 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 726px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(146deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_64ba6a42cfc7 {
   width: 1088px;
   height: 794px;
   position: absolute !important;
   left: 32px;
   top: 2245.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_8ad29132f706 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .container_7be5fcd90cfc {
   width: 1104px;
   height: 833px;
   position: absolute !important;
   left: -8px;
   top: -8px;
   background: linear-gradient(90deg, #c27affff 0%, #fb64b6ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_764de54f01b0 {
   width: 1088px;
   height: 817px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1654.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_cebd62075558 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 817px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_14f4de954752 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 817px;
   flex-shrink: 0;
 }

 .text_b6e33b93d06c {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b6e33b93d06c {
   overflow: visible;
 }

 .container_8efc935765c3 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2fa76c1ef873 {
   width: 462px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2fa76c1ef873 {
   overflow: visible;
 }

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

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

 .container_76e9d2fc4182 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_0924c168c039 {
   position: relative !important;
   overflow: visible;
   width: 404.25px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_460c1732cfd5 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_8b616c3d4f49 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_ccf179c42bec {
   position: relative !important;
   overflow: visible;
   width: 438.42px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_f9e60453cc68 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_cb8fed85eeb6 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_0dfb97919429 {
   position: relative !important;
   overflow: visible;
   width: 402.95px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_55d4473158dd {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_af595577d9ec {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

 .text_83f87891f46a {
   width: 448px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_83f87891f46a {
   overflow: visible;
 }

 .container_9da15c1f6fc4 {
   position: relative !important;
   overflow: visible;
   height: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_65555656f503 {
   width: 100%;
   min-width: 0;
   height: 48px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6636b2b07bc2 {
   width: 100%;
   min-width: 0;
   height: 144px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c16447ec4254 {
   padding: 33px 33px 1px 33px;
   width: 528px;
   height: 322px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(149deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .text_93415494e6a4 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_93415494e6a4 {
   overflow: visible;
 }

 .container_5e707fac13cf {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_54acbf4ca9ad {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_86a94d2b7ee0 {
   position: relative !important;
   overflow: visible;
   width: 389.17px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_a77b0d2abcf1 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_400107e18374 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_9f87a4b87f2f {
   position: relative !important;
   overflow: visible;
   width: 416.72px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_be41a0471987 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9bb0f3689967 {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_928037c661d9 {
   position: relative !important;
   overflow: visible;
   width: 367.94px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_0bac8d7575ef {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_83fe7272eeeb {
   position: relative !important;
   overflow: visible;
   width: 6.5px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .container_2d19af8d5bfb {
   position: relative !important;
   overflow: visible;
   width: 325.88px;
   height: 24px;
   flex-shrink: 0;
 }

 .container_d8df23120210 {
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_800cdfb51bae {
   width: 100%;
   min-width: 0;
   height: 120px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a19f4437face {
   padding: 33px 33px 1px 33px;
   width: 528px;
   height: 322px;
   border-top: 1px solid #f3e8ffff;
   border-right: 1px solid #f3e8ffff;
   border-bottom: 1px solid #f3e8ffff;
   border-left: 1px solid #f3e8ffff;
   position: absolute !important;
   left: 560px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(149deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_aff1c10ce73e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 322px;
   flex-shrink: 0;
 }

 .container_03e5af999365 {
   width: 1088px;
   height: 1239px;
   position: absolute !important;
   left: 32px;
   top: 3119.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_132d1f09535b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_d555ce63b87a {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d555ce63b87a {
   overflow: visible;
 }

 .container_91841ccd82d3 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ff02881e2996 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #ffe2e2ff;
   border-right: 1px solid #ffe2e2ff;
   border-bottom: 1px solid #ffe2e2ff;
   border-left: 1px solid #ffe2e2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #fef2f2ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_ff02881e2996 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 330px;
   height: 82px;
 }

 .container_nested_ff02881e2996 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #ffe2e2ff;
   border-right: 1px solid #ffe2e2ff;
   border-bottom: 1px solid #ffe2e2ff;
   border-left: 1px solid #ffe2e2ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #fef2f2ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_072f7cf23eba {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_072f7cf23eba {
   overflow: visible;
 }

 .container_97f1e03e3d8b {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3dcc9bf11f77 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #dcfce7ff;
   border-right: 1px solid #dcfce7ff;
   border-bottom: 1px solid #dcfce7ff;
   border-left: 1px solid #dcfce7ff;
   position: absolute !important;
   left: 346px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_3dcc9bf11f77 {
   position: absolute !important;
   left: 346px;
   top: 0px;
   width: 330px;
   height: 82px;
 }

 .container_nested_3dcc9bf11f77 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #dcfce7ff;
   border-right: 1px solid #dcfce7ff;
   border-bottom: 1px solid #dcfce7ff;
   border-left: 1px solid #dcfce7ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_7da1fd26a6f9 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7da1fd26a6f9 {
   overflow: visible;
 }

 .container_50ece1b5336c {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_745c3649c0ad {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #dbeafeff;
   border-right: 1px solid #dbeafeff;
   border-bottom: 1px solid #dbeafeff;
   border-left: 1px solid #dbeafeff;
   position: absolute !important;
   left: 692px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #eff6ffff 0%, #ecfeffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_d17eab624b6e {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d17eab624b6e {
   overflow: visible;
 }

 .container_d29113251b56 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_167fa2b4a84e {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #f3e8ffff;
   border-right: 1px solid #f3e8ffff;
   border-bottom: 1px solid #f3e8ffff;
   border-left: 1px solid #f3e8ffff;
   position: absolute !important;
   left: 0px;
   top: 98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_167fa2b4a84e {
   position: absolute !important;
   left: 0px;
   top: 98px;
   width: 330px;
   height: 82px;
 }

 .container_nested_167fa2b4a84e {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #f3e8ffff;
   border-right: 1px solid #f3e8ffff;
   border-bottom: 1px solid #f3e8ffff;
   border-left: 1px solid #f3e8ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_77c1184cdbd0 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_77c1184cdbd0 {
   overflow: visible;
 }

 .container_da59cfd9e232 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_24de2904fc46 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #fef9c2ff;
   border-right: 1px solid #fef9c2ff;
   border-bottom: 1px solid #fef9c2ff;
   border-left: 1px solid #fef9c2ff;
   position: absolute !important;
   left: 346px;
   top: 98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_24de2904fc46 {
   position: absolute !important;
   left: 346px;
   top: 98px;
   width: 330px;
   height: 82px;
 }

 .container_nested_24de2904fc46 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #fef9c2ff;
   border-right: 1px solid #fef9c2ff;
   border-bottom: 1px solid #fef9c2ff;
   border-left: 1px solid #fef9c2ff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 10px 10px 10px 10px;
 }

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

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

 .text_33961030146f {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_33961030146f {
   overflow: visible;
 }

 .container_6c9e215b83b1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2c4fb9d8173 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #e0e7ffff;
   border-right: 1px solid #e0e7ffff;
   border-bottom: 1px solid #e0e7ffff;
   border-left: 1px solid #e0e7ffff;
   position: absolute !important;
   left: 692px;
   top: 98px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #eef2ffff 0%, #faf5ffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_b2c4fb9d8173 {
   position: absolute !important;
   left: 692px;
   top: 98px;
   width: 330px;
   height: 82px;
 }

 .container_nested_b2c4fb9d8173 {
   padding: 17px 17px 1px 17px;
   width: 330px;
   height: 82px;
   border-top: 1px solid #e0e7ffff;
   border-right: 1px solid #e0e7ffff;
   border-bottom: 1px solid #e0e7ffff;
   border-left: 1px solid #e0e7ffff;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #eef2ffff 0%, #faf5ffff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_0e1fdaf30ea0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 180px;
   flex-shrink: 0;
 }

 .container_3efea76899b1 {
   padding: 33px 33px 1px 33px;
   width: 100%;
   min-width: 0;
   height: 294px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_3cf24af5709e {
   width: 1088px;
   height: 362px;
   position: absolute !important;
   left: 32px;
   top: 4438.75px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_52e1d09aa2fc {
   width: 1104px;
   height: 629.75px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #05df72ff 0%, #51a2ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_395291704b56 {
   width: 1088px;
   height: 614px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:1746.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_396b95b64340 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 614px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_b1199d5c5083 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4800.75px;
   flex-shrink: 0;
 }

 .container_522f5fa2c6bf {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 4960.75px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0a2a809b4be6 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_0a2a809b4be6 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

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

 .text_4a36573b54b5 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4a36573b54b5 {
   overflow: visible;
 }

 .container_3b920c216cfb {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_c7e8998d040e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

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

 .container_59b100213a0f {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_dc3459c03f18 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_a40529720417 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

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

 .container_9ab15c15c952 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cd042a5a1047 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fe0bf304ed2b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_a2dd756b8366 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_b11d8e1566fe {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd1551c0783c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d94c9575e1c6 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_466ab58c02d6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_4b34d8e86c4b {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ca897e4701d3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5dfc04bb34e0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_37d61e4bd18e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_f4e6367901f8 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f84195139388 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b90cab68b9ef {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_f3d598610c7d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_0979a61d0700 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8e8b99466677 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_81b061448ace {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_0faac0e5c7ee {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_049e7a3c9dd5 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_049e7a3c9dd5 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_049e7a3c9dd5 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3272a56a78b6 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3272a56a78b6 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_3272a56a78b6 {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_3c1be1f6ce3d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d878dd844c25 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f711beb2665b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_f080b53a1a09 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_26eb28d04a98 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd7df51da3fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e818d6f3127 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_4b72b0988258 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

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

 .container_e55511cb0a23 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b369faa1a1af {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fd0835e644ec {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

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

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

 .container_nested_f9a6831d6eda {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_f21ec1344a2c {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f21ec1344a2c {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f21ec1344a2c {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_eca51e92b937 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_378613aff095 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_3e0b900e3990 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e88408203476 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_bf5d27f0b192 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_adcc9e51fcb9 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_66328c56f62b {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_623c257e5024 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c9010f3edad {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 5058px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_8c9010f3edad {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 5058px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_8c9010f3edad {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_c4a8030b0290 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 5478.75px;
   flex-shrink: 0;
 }

 .container_d398a89bfee2 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_852a1e110442 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

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

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

 .container_nested_643c1e96bb29 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

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

 .container_e66501bb1bae {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_e66501bb1bae {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e66501bb1bae {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

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

 .container_b0c1bf1a8fa7 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_b0c1bf1a8fa7 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b0c1bf1a8fa7 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

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

 .container_147b5feef79b {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_147b5feef79b {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_147b5feef79b {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

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

 .container_baed7ea409a5 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_baed7ea409a5 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_baed7ea409a5 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

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

 .container_ea8cbf89dce5 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_ea8cbf89dce5 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_ea8cbf89dce5 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

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

 .container_a49f6ef3a88a {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_a49f6ef3a88a {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_a49f6ef3a88a {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_33cc2e2954f3 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_75f064dea0e2 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_05c93eb7e493 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_05c93eb7e493 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_05c93eb7e493 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_7fe17956517f {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5a363b1d07b2 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_5a363b1d07b2 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_5a363b1d07b2 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_7e677ceeece8 {
   width: 1556px;
   height: 5479px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_b141684611df {
   width: max-content;
   position: absolute !important;
   left: 381.48px;
   top: -3px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .text_ac4f36cbee76 {
   width: 768px;
   height: 65px;
   position: absolute !important;
   left: 224px;
   top: 69px;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ac4f36cbee76 {
   overflow: visible;
 }

 .text_10d347783ad8 {
   width: 1216px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 153px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_10d347783ad8 {
   overflow: visible;
 }

 .container_6079af62fc33 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 173px;
   flex-shrink: 0;
 }

 .imageview_561921a6df6f {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_d284ba753542 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_bbb006dcfccb {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_13c39083fe88 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_61cef919f54e {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_a8da475af169 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 310px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_6820a0fb1c7a {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

 .container_6657a01eb0b2 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_66101a3643d0 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 620px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_09f2612ed52a {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_09f2612ed52a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_beec72766a8d {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_dc4ce9204c36 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 930px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_9515ab8880bf {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_9515ab8880bf img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_545fb951726c {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_a5e8a97fc755 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 0px;
   top: 310px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_e86029496ef5 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_e86029496ef5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f1a542e47b93 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_021f68e2b83b {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 310px;
   top: 310px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_3f83917163d7 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_3f83917163d7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_bf59d334989c {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_22075f8ebc5c {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 620px;
   top: 310px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_39278f2fd350 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_39278f2fd350 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_9d3297f80be7 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_cbd08918792a {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 930px;
   top: 310px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_5990eb085afc {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_5990eb085afc img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1c05af5af4b9 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_29c101a45359 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 0px;
   top: 620px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_9b08a092fb59 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_9b08a092fb59 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_85ec40ecd06f {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_cd918c0ecbe7 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 310px;
   top: 620px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_f8ff278836f5 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_f8ff278836f5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7795bba6affa {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_39c33b82953a {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 620px;
   top: 620px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_2d2e4fa8c875 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_2d2e4fa8c875 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2744e2e9c3cf {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_3e928e5e6493 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 930px;
   top: 620px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_d54e82145b57 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_d54e82145b57 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ed595650ef62 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_6899ac90b586 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 0px;
   top: 930px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_230f92b20d1b {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_230f92b20d1b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_daa596598631 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_a42bb373f2a3 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 310px;
   top: 930px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_eb16de7f7734 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_eb16de7f7734 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4e478526485e {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_ff37b8e9f233 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 620px;
   top: 930px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_4452a6d6289a {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_4452a6d6289a img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_cc2f90e079e9 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_bf2d64dda56f {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 930px;
   top: 930px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_9a93df465314 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_9a93df465314 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d4c8c6e30f95 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_fd6eb7d6933f {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 0px;
   top: 1240px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_3dea54c189ed {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_3dea54c189ed img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6d31666f1a2e {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_80203e8d0ed4 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 310px;
   top: 1240px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_2d172069cb9d {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_2d172069cb9d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c73e79d622fc {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_1a66da663bd7 {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 620px;
   top: 1240px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_4096cc5d8dbe {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_4096cc5d8dbe img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_54a6b3c5d19b {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e5e7eb;
 }

 .container_a18b47d2484e {
   width: 286px;
   height: 286px;
   position: absolute !important;
   left: 930px;
   top: 1240px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_dfb49dffdfe8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1526px;
   flex-shrink: 0;
 }

 .container_3fc13c749bfa {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: 1747px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_50fa2fbf9e53 {
   padding: 80px 138px 0 138px;
   width: 1556px;
   height: 1907px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(129deg, #f9fafbff 0%, #f3f4f6ff 100%);
 }

 .imageview_79d652d31aaa {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_79d652d31aaa img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

 .imageview_79d652d31aaa.wp-block-image {
   overflow: hidden;
 }

 .text_518984ba5e86 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_518984ba5e86 {
   overflow: visible;
 }

 .container_91229d17c892 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_a34d6dde31b3 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

 .text_9b60a87a6ab3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_34cc5b2de361 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_5174cacea553 {
   width: 584px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d9c70b696aec {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_d9c70b696aec img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7c5863b4e962 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_8f44f635d38d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0bef5e4baf72 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f9ecc72c9fe8 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8f9574965094 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1b66410c5b83 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4fa405037fba {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_f547b88dff96 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_f547b88dff96 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f547b88dff96 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_a05dd7f3fcef {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7672624b4419 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ccd9d3529ed {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_84ae3959f896 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_fb606f092023 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_fb606f092023 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_fb606f092023 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_a3163bf08039 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6ce73c6bc2d4 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b60a63e6c302 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c463df76f87f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_cbf1d1438a9e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_cbf1d1438a9e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_cbf1d1438a9e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_2c702bc48cf7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6a0796ba7df6 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_54cbdae2e722 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_dc973cfef32d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ca7bf31cc71b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_ca7bf31cc71b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ca7bf31cc71b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_cd0d43a144c5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_88ced4e658c7 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d3e0a4aa2664 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_161ce987c91b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_485e9b662606 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_485e9b662606 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_485e9b662606 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_7fa4983e0c64 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7fa4983e0c64 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7fa4983e0c64 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0319268d0382 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_515065ec715a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_3745c4a73172 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5e74e6add915 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f933a54577d5 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b53b9c270a37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e8c72d07d4a2 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e50e66e92f17 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e50e66e92f17 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e50e66e92f17 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_cbed2c793169 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b42490f90d89 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_38964ca2b5b2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1d1cc806343f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_8ce7e77f86b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_8ce7e77f86b8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_8ce7e77f86b8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_5f8ff59f7a79 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_93de4b1df14b {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec060d356916 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_85d15cf67f23 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_871ac382d076 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_871ac382d076 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_871ac382d076 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_24942dd7b8a4 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_24942dd7b8a4 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_24942dd7b8a4 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a85c4f2d631b {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5e9e28652b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_9b578bb14bd3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a57dfddeef1f {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b32682597564 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_47d355c5514d {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_47d0d8713392 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_355a99b6c2fc {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_00d7bf42ca5d {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_43ba85a61c2b {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_33baebfa61ea {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7508fa8b847f {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 2004px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_7508fa8b847f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 2004px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_7508fa8b847f {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_7f21ccf8f4b1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 2425px;
   flex-shrink: 0;
 }

 .container_d0da712b1d16 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_621a0ff94753 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_621a0ff94753 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_11db0b839fc4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_37fba4e21439 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_37fba4e21439 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_37fba4e21439 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .text_ae31c2b6f75e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b03d74a1d069 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_b03d74a1d069 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b03d74a1d069 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .text_8c398f26880e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_580c0ead89e2 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_580c0ead89e2 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_580c0ead89e2 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .text_42678977b229 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2fd723fde896 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_2fd723fde896 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_2fd723fde896 {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .text_c8f76c56fc9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_19d2b62cb18e {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_19d2b62cb18e {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_19d2b62cb18e {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .text_d2618e54e314 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7b354221b0dd {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_7b354221b0dd {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7b354221b0dd {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .text_691380b845fc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fa5620585964 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_fa5620585964 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_fa5620585964 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_7e6a358c2a6b {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_410e394c4f50 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_57c92257de99 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cc478478ef87 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_cc478478ef87 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_cc478478ef87 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b01b10446c2 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_43c72d13c1fd {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_43c72d13c1fd {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_43c72d13c1fd {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_3b3f8c436da1 {
   width: 1556px;
   height: 2425px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_df53823b971c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -3px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .text_af2a9f1e80d2 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d7fac914c06c {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cc6201e5f4e8 {
   width: 102.75px;
   height: 36px;
   position: absolute !important;
   left: 729px;
   top: 6px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_cc6201e5f4e8 {
   position: absolute !important;
   left: 729px;
   top: 6px;
   width: 102.75px;
   height: 36px;
 }

 .container_nested_cc6201e5f4e8 {
   width: 102.75px;
   height: 36px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_103d0e5f183d {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_4207a6849cb9 {
   width: 832px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4207a6849cb9 {
   overflow: visible;
 }

 .container_09ee43d15298 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

 .text_2972f9666350 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2972f9666350 {
   overflow: visible;
 }

 .container_03a5810ecd2f {
   width: 764px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff254b44797f {
   width: 764px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff254b44797f {
   overflow: visible;
 }

 .container_45e1d5e4abe0 {
   position: absolute !important;
   overflow: visible;
   width: 764px;
   height: 52px;
   left: 34px;
   top: 82px;
 }

 .text_123e5f44e27b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_123e5f44e27b {
   overflow: visible;
 }

 .container_a2c91eef831b {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2f6e7e0cf036 {
   width: 194px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2f6e7e0cf036 {
   overflow: visible;
 }

 .container_203c7a1d9d2a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_0451bb4d3c9a {
   padding: 25px 25px 1px 25px;
   width: 244px;
   height: 130px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 34px;
   top: 158px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .text_72c0b4957922 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_72c0b4957922 {
   overflow: visible;
 }

 .container_ae23a69a4ee7 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5846b7a8e066 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_37d0e007f0dd {
   padding: 25px 25px 1px 25px;
   width: 244px;
   height: 130px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 294px;
   top: 158px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .text_f0b68d7f613f {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f0b68d7f613f {
   overflow: visible;
 }

 .container_a90e41515347 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_892bd0f82723 {
   width: 194px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_892bd0f82723 {
   overflow: visible;
 }

 .container_cf6da6e70a29 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
 }

 .container_3bca3bcd33ed {
   padding: 25px 25px 1px 25px;
   width: 244px;
   height: 130px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 554px;
   top: 158px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_63f0e28670ae {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 322px;
   left: 32px;
   top: 648px;
   background: linear-gradient(159deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #fef9c2ff;
 }

 .text_fba6cc5630d5 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_53c36f8f4abe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_df1d2758e76c {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

 .imageview_df1d2758e76c img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_df1d2758e76c.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_9417f206c427 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9417f206c427 {
   overflow: visible;
 }

 .container_5fba09e83caf {
   width: 684px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba00b687aec8 {
   width: 684px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ba00b687aec8 {
   overflow: visible;
 }

 .container_760836b9f85f {
   position: absolute !important;
   overflow: visible;
   width: 684px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_43ded84a11de {
   width: max-content;
   position: absolute !important;
   left: 23px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .imageview_bba463ffe802 {
   width: 20px;
   height: 20px;
   position: absolute !important;
   left: 123.23px;
   top: 14px;
 }

 .imageview_bba463ffe802 img {
   width: 100%;
   height: 100%;
 }

 .container_45be1854abc2 {
   position: absolute !important;
   overflow: visible;
   width: 167.23px;
   height: 48px;
   left: 0px;
   top: 112px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_wrapper_45be1854abc2 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 112px;
   width: 167.23px;
   height: 48px;
 }

 .container_nested_45be1854abc2 {
   width: 167.23px;
   height: 48px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 2px 4px #0000001a) drop-shadow(0px 4px 6px #0000001a);
 }

 .container_1f660a3db753 {
   position: relative !important;
   overflow: visible;
   height: 160px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_4857d4fd8686 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_960f68ec89cd {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_da70c56be608 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

 .imageview_da70c56be608 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_da70c56be608.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_5f50f1971b54 {
   width: 684px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5f50f1971b54 {
   overflow: visible;
 }

 .text_e764fef29cc0 {
   width: 684px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: 42px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e764fef29cc0 {
   overflow: visible;
 }

 .text_8076b30907e7 {
   width: 684px;
   height: 20px;
   position: absolute !important;
   left: 0px;
   top: 112px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8076b30907e7 {
   overflow: visible;
 }

 .container_8b16dce73cfa {
   position: relative !important;
   overflow: visible;
   height: 132px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_a1e9eb0f8d1b {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_67d7afc6457e {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 200px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_a4e55bd466c2 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
 }

 .imageview_a4e55bd466c2 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_a4e55bd466c2.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_ff0f94f1f961 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff0f94f1f961 {
   overflow: visible;
 }

 .container_0739b944f0c3 {
   width: 684px;
   height: 32px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ae80f7a410f {
   width: 684px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0ae80f7a410f {
   overflow: visible;
 }

 .container_53474b92dd5a {
   position: absolute !important;
   overflow: visible;
   width: 684px;
   height: 52px;
   left: 0px;
   top: 44px;
 }

 .text_85501275283e {
   width: max-content;
   position: absolute !important;
   left: 18px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_6bf500b3fcd8 {
   position: absolute !important;
   overflow: visible;
   width: 249px;
   height: 48px;
   left: 0px;
   top: 112px;
   background: #9810fa;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_wrapper_6bf500b3fcd8 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 112px;
   width: 249px;
   height: 48px;
 }

 .container_nested_6bf500b3fcd8 {
   width: 249px;
   height: 48px;
   background: #9810fa;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 2px 4px #0000001a) drop-shadow(0px 4px 6px #0000001a);
 }

 .container_40ef41e100d4 {
   position: relative !important;
   overflow: visible;
   height: 160px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
 }

 .container_8335516c0a65 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_30957708840d {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 228px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_4eef71d0af59 {
   width: 100%;
   min-width: 0;
   height: 1083px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b519cb0c4fa8 {
   width: 832px;
   height: 1151px;
   position: absolute !important;
   left: 32px;
   top: 1034px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8775d6af55bc {
   width: 848px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 2241px;
   background: linear-gradient(90deg, #05df72ff 0%, #51a2ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_151a694c26dc {
   width: 840px;
   height: 685px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2084.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_3d6336b391a2 {
   position: absolute !important;
   overflow: visible;
   width: 840px;
   height: 685px;
   z-index: 1;
   left: 24px;
   top: 1884px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_329bdb89387d {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_329bdb89387d {
   overflow: visible;
 }

 .container_014eb8801d53 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6c1b848979f3 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_3402d63b0b96 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_010cd431a09c {
   padding: 34px 34px 2px 34px;
   width: 832px;
   height: 224px;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   position: absolute !important;
   left: 32px;
   top: 2633px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #f9fafb;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_88f63e48cd26 {
   width: 832px;
   height: 28px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_88f63e48cd26 {
   overflow: visible;
 }

 .text_84f223a3f77a {
   width: max-content;
   position: absolute !important;
   left: 168.13px;
   top: 42px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_261b37594bb9 {
   width: max-content;
   position: absolute !important;
   left: 275.17px;
   top: 90px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_1bdb5ada7928 {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 116px;
   left: 32px;
   top: 2905px;
 }

 .container_998fe4009d72 {
   width: 848px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #d4a027ff 0%, #ff8904ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_db1bee400c48 {
   width: 832px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2095.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_b4ad0336014f {
   position: absolute !important;
   overflow: visible;
   width: 832px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_a5a72043b05b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3021px;
   flex-shrink: 0;
 }

 .container_7885ec4be438 {
   padding: 80px 330px 0 330px;
   width: 1556px;
   height: 3181px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ced0f3a386c9 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_ced0f3a386c9 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

 .imageview_ced0f3a386c9.wp-block-image {
   overflow: hidden;
 }

 .text_3888e13cd9c0 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3888e13cd9c0 {
   overflow: visible;
 }

 .container_4684f9cffffa {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_735392bd4f9a {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

 .text_2b9dbdc8078b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_21c945251e31 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_714705547813 {
   width: 584px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_310f7db7e9ab {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_310f7db7e9ab img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_030ae9145020 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_6b2947c30705 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_8bb811e3a9a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_93ec77b90a1d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5e672f8bef61 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4ca0be59e7bb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_124f933378a0 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_642f57f6a7d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_642f57f6a7d8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_642f57f6a7d8 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_150770829b48 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fcdce04af20f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b2591148cd97 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e41cd7cec366 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_05acbe756429 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_05acbe756429 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_05acbe756429 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_51923e0e903f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3d64f7e0ab4d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b4b64de866f9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b38281e8e224 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2b1e9319353d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_2b1e9319353d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2b1e9319353d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_1d5dbc48a17a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_12204d477097 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_84766b73fb78 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1353e249e548 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ada43f2145bc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_ada43f2145bc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ada43f2145bc {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_dbbb43fa2b0e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2c7846c992e4 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d94c5df4d30e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f1d018f4845f {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_f935e9ba71ea {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_f935e9ba71ea {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f935e9ba71ea {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_2a7d6d2a2e4c {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2a7d6d2a2e4c {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2a7d6d2a2e4c {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e20e35402bd3 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_25496b474ff8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_b00603ee10dc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_89108b605190 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5b56c6d9455f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_18f44b47969b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d71f304515c8 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_2791a84d3dd6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_2791a84d3dd6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2791a84d3dd6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_d6b78dba316f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4b369b1d930b {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0c9b7cc2d985 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3f99a38b96e3 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9dfdb7e84e7a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_9dfdb7e84e7a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_9dfdb7e84e7a {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_55bffc9f6fdd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7f1ee14bbec8 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3a90c379e38d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0fa381c3f500 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_aa873894445c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_aa873894445c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_aa873894445c {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_54826f0484dc {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_54826f0484dc {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_54826f0484dc {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_45446051bd36 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_256bcc8ed78b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a67f85adc9d2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_151f082f3cfb {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_575914e149f7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_332bd07ffb44 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_35d9ff9cdf79 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e111f415b78e {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_ff504efe8540 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_ada44042eacf {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5cb9ef24bcae {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d436ed0dd948 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 3278px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_d436ed0dd948 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3278px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_d436ed0dd948 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_4ce34d928a8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3699px;
   flex-shrink: 0;
 }

 .container_e76416ef5522 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d212e1f1caa4 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_d212e1f1caa4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_973d1e77c9e8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_fc2f993e0d0f {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_fc2f993e0d0f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_fc2f993e0d0f {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .text_87fc727aa182 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e22f760bedd8 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_e22f760bedd8 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e22f760bedd8 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .text_59942875ded2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7810f32ac954 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_7810f32ac954 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7810f32ac954 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .text_6d82984d6c70 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_231c1f59065c {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_231c1f59065c {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_231c1f59065c {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .text_b23e8a11c2e5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_eeef2b7348b0 {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_eeef2b7348b0 {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_eeef2b7348b0 {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .text_b1728d68ed5e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a0b11c959fbd {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_a0b11c959fbd {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_a0b11c959fbd {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .text_464f2b49fa76 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e6eaeb3c4060 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_e6eaeb3c4060 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e6eaeb3c4060 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_94946939b6e4 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_994c15fc52bd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6f74916275e7 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_503509d8b373 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_503509d8b373 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_503509d8b373 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_0d8b979f4267 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_e4d4337458f7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_e4d4337458f7 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_e4d4337458f7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_676ba91e2f30 {
   width: 1556px;
   height: 3699px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_ffef7b54e530 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -3px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .text_1d4ba658e9fb {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_760312a93abf {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8660f84279ab {
   width: 102.75px;
   height: 36px;
   position: absolute !important;
   left: 985px;
   top: 6px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_8660f84279ab {
   position: absolute !important;
   left: 985px;
   top: 6px;
   width: 102.75px;
   height: 36px;
 }

 .container_nested_8660f84279ab {
   width: 102.75px;
   height: 36px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_87d478091f1f {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_ca47d2b9f953 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ca47d2b9f953 {
   overflow: visible;
 }

 .container_3ab6e049d48c {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

 .text_34d301d9ba5c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_622962f1cd98 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_6663c1618190 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_6663c1618190 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_6663c1618190.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_41503b0c5dbe {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_41503b0c5dbe {
   overflow: visible;
 }

 .container_cc9c963e1473 {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_90833d4d17ce {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_90833d4d17ce {
   overflow: visible;
 }

 .container_b06e3f64612f {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_5cc5cd670cf8 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 0px;
   top: 0px;
   background: linear-gradient(154deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dbeafeff;
 }

 .imageview_554f0901ae07 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_554f0901ae07 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_554f0901ae07.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_36298ec5f78b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_36298ec5f78b {
   overflow: visible;
 }

 .container_bd2d3b7dc11c {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0b5aa16e0f4d {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0b5aa16e0f4d {
   overflow: visible;
 }

 .container_dcd26c55e189 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_5a7c2ed9714b {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 560px;
   top: 0px;
   background: linear-gradient(154deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #f3e8ffff;
 }

 .imageview_8216cf3a5f34 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_8216cf3a5f34 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_8216cf3a5f34.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_51f71900bed7 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_51f71900bed7 {
   overflow: visible;
 }

 .container_edaa2a4ab924 {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7b930e947084 {
   width: 460px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7b930e947084 {
   overflow: visible;
 }

 .container_bf230a9ae47a {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_506d4a280483 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 0px;
   top: 294px;
   background: linear-gradient(154deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dcfce7ff;
 }

 .imageview_c0e75e9eca76 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_c0e75e9eca76 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_c0e75e9eca76.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_d6a4cb6fffa5 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d6a4cb6fffa5 {
   overflow: visible;
 }

 .container_3ecfe3d3c26f {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8fc87a47c178 {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8fc87a47c178 {
   overflow: visible;
 }

 .container_c90a1b0434d8 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_ccf3a4a421ae {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 560px;
   top: 294px;
   background: linear-gradient(154deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #fef9c2ff;
 }

 .container_98072ffe02d0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 556px;
   flex-shrink: 0;
 }

 .container_718a65e80645 {
   width: 1088px;
   height: 624px;
   position: absolute !important;
   left: 32px;
   top: 648px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bdb3980e3f28 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_3504ea4330bc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_8ec04f09d0d5 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8ec04f09d0d5 {
   overflow: visible;
 }

 .container_c2638197f40f {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9fda6e05a8d5 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9fda6e05a8d5 {
   overflow: visible;
 }

 .container_5617f13396b2 {
   position: absolute !important;
   overflow: visible;
   width: 1020px;
   height: 52px;
   left: 34px;
   top: 82px;
 }

 .text_3c739788b307 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3c739788b307 {
   overflow: visible;
 }

 .container_3b0e1908562d {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0484b34f1f89 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0484b34f1f89 {
   overflow: visible;
 }

 .container_f44dfdfee8b8 {
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_2cdb46a4106b {
   padding: 17px 17px 1px 17px;
   width: 329.33px;
   height: 74px;
   z-index: 998;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_2cdb46a4106b {
   position: absolute !important;
   left: 34px;
   top: 158px;
   width: 329.33px;
   height: 74px;
 }

 .input_text_2cdb46a4106b::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #4a5565;
   font-family: 'Inter';
 }

 .text_f1d9d02bd131 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f1d9d02bd131 {
   overflow: visible;
 }

 .container_795f19780ab2 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff4431e36646 {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ff4431e36646 {
   overflow: visible;
 }

 .container_60cc8ed1c5de {
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_a6edc318e8fc {
   padding: 17px 17px 1px 17px;
   width: 329.33px;
   height: 74px;
   z-index: 998;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_a6edc318e8fc {
   position: absolute !important;
   left: 379.33px;
   top: 158px;
   width: 329.33px;
   height: 74px;
 }

 .input_text_a6edc318e8fc::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #4a5565;
   font-family: 'Inter';
 }

 .text_64801404e773 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_64801404e773 {
   overflow: visible;
 }

 .container_9bce30d84e88 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ea8b15efdeb {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2ea8b15efdeb {
   overflow: visible;
 }

 .container_570bc1296081 {
   width: 100%;
   min-width: 0;
   height: 16px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_734ff1e26a6b {
   padding: 17px 17px 1px 17px;
   width: 329.34px;
   height: 74px;
   z-index: 998;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
   font-family: 'Inter';
 }

 .wrapper_input_text_734ff1e26a6b {
   position: absolute !important;
   left: 724.66px;
   top: 158px;
   width: 329.34px;
   height: 74px;
 }

 .input_text_734ff1e26a6b::placeholder {
   height: 16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 16px;
   text-align: start;
   word-wrap: break-word;
   color: #4a5565;
   font-family: 'Inter';
 }

 .container_06c95b827659 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 266px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #0000001a;
 }

 .container_wrapper_06c95b827659 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 266px;
   flex-shrink: 0;
 }

 .container_nested_06c95b827659 {
   width: 100%;
   min-width: 0;
   height: 266px;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .text_913c100c0e18 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_7682e5c37d85 {
   padding: 4px 12px 4px 12px;
   width: 149.77px;
   height: 24px;
   position: absolute !important;
   left: 34px;
   top: 35px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #00a63e;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_f971e79c1d8b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f971e79c1d8b {
   overflow: visible;
 }

 .container_b64f485618dc {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 71px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_738d3f76edac {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_738d3f76edac {
   overflow: visible;
 }

 .container_53a4e342cc27 {
   position: absolute !important;
   overflow: visible;
   width: 1020px;
   height: 52px;
   left: 34px;
   top: 119px;
 }

 .text_8056b4ba5faf {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8056b4ba5faf {
   overflow: visible;
 }

 .container_8410da9f1e4c {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d262237547d6 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d262237547d6 {
   overflow: visible;
 }

 .container_0aa862e99ad6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba3aa6cbe08e {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ba3aa6cbe08e {
   overflow: visible;
 }

 .container_8b412d30d3b1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_288e5f6dd084 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_288e5f6dd084 {
   overflow: visible;
 }

 .container_f35e66ff5d3a {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d603bdf4d72b {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d603bdf4d72b {
   overflow: visible;
 }

 .container_7f1ce243352e {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_52a438642cb6 {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1372d2bf16e0 {
   padding: 25px 25px 1px 25px;
   width: 1020px;
   height: 170px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 34px;
   top: 195px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_632aa9aa0c1a {
   width: max-content;
   position: absolute !important;
   left: 17px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7c8c824a2f17 {
   position: absolute !important;
   overflow: visible;
   width: 289.2px;
   height: 48px;
   left: 34px;
   top: 381px;
   background: #00a63e;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_wrapper_7c8c824a2f17 {
   position: absolute !important;
   overflow: visible;
   left: 34px;
   top: 381px;
   width: 289.2px;
   height: 48px;
 }

 .container_nested_7c8c824a2f17 {
   width: 289.2px;
   height: 48px;
   background: #00a63e;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 2px 4px #0000001a) drop-shadow(0px 4px 6px #0000001a);
 }

 .container_bd04c69f0b9d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 463px;
   flex-shrink: 0;
   background: linear-gradient(157deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #b9f8cfff;
 }

 .text_4bee93ee8d02 {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4bee93ee8d02 {
   overflow: visible;
 }

 .text_26be7e132c75 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 34px;
   top: 80px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_26be7e132c75 {
   overflow: visible;
 }

 .text_8aa7127ab7a9 {
   width: 1020px;
   height: 20px;
   position: absolute !important;
   left: 34px;
   top: 158px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8aa7127ab7a9 {
   overflow: visible;
 }

 .container_b62f089cf527 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 212px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #0000001a;
 }

 .text_eab23c902a24 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_eab23c902a24 {
   overflow: visible;
 }

 .container_567d353ea0a0 {
   width: 100%;
   min-width: 0;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_048e3e84e716 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ea8b70809852 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 184px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_3c586b88c45f {
   width: 100%;
   min-width: 0;
   height: 1197px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2e6419ecfcb3 {
   width: 1088px;
   height: 1265px;
   position: absolute !important;
   left: 32px;
   top: 1352px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e0917ef96bb {
   width: 1104px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 2689px;
   background: linear-gradient(90deg, #c27affff 0%, #fb64b6ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_f62fc27308c7 {
   width: 1088px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2289.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_5c3f6294fbb8 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 320px;
   z-index: 1;
   left: 32px;
   top: 2697px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_c33d5ad8fa55 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_c2d28e70ba84 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_bb071095402e {
   width: max-content;
   position: absolute !important;
   left: 175.73px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_dadc8863b48f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
 }

 .text_dd7f51f77a27 {
   width: max-content;
   position: absolute !important;
   left: 147.23px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_7d712f9d03f4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .container_429289d9001a {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 136px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(173deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_c698f53a6d80 {
   width: 1088px;
   height: 204px;
   position: absolute !important;
   left: 32px;
   top: 3097px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a573c709a2b {
   width: max-content;
   position: absolute !important;
   left: 318.55px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_cf37a26b49e5 {
   position: absolute !important;
   overflow: visible;
   width: 988px;
   height: 36px;
   left: 50px;
   top: 50px;
 }

 .text_f34f84f05f5a {
   width: 672px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f34f84f05f5a {
   overflow: visible;
 }

 .container_85f3294c6c85 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 58.5px;
   left: 208px;
   top: 102px;
 }

 .text_9b1e2bfc19b2 {
   width: max-content;
   position: absolute !important;
   left: 22px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_83249a2e62d0 {
   position: absolute !important;
   overflow: visible;
   width: 320.88px;
   height: 60px;
   left: 383.56px;
   top: 192.5px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_83249a2e62d0 {
   position: absolute !important;
   overflow: visible;
   left: 383.56px;
   top: 192.5px;
   width: 320.88px;
   height: 60px;
 }

 .container_nested_83249a2e62d0 {
   width: 320.88px;
   height: 60px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .text_ce91bb852432 {
   width: max-content;
   position: absolute !important;
   left: 321.16px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-d733e5f986b0_ce91bb852432 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-68856d6066ba_ce91bb852432 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_5eff8b640b47 {
   position: absolute !important;
   overflow: visible;
   width: 988px;
   height: 24px;
   left: 50px;
   top: 276.5px;
 }

 .container_626d90443eec {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 350.5px;
   left: 32px;
   top: 3381px;
   background: linear-gradient(162deg, #d4a0271a 0%, #fff7edff 100%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #d4a02733;
 }

 .container_f0f550f0f903 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #51a2ffff 0%, #7c86ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_5551a5069d78 {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2308.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_95b11cce8fee {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_a60588b2a816 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3731.5px;
   flex-shrink: 0;
 }

 .container_82dcfc790bc6 {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 3891.5px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_826707fec563 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_826707fec563 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

 .imageview_826707fec563.wp-block-image {
   overflow: hidden;
 }

 .text_e22f92da5dff {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e22f92da5dff {
   overflow: visible;
 }

 .container_73b39e523ec4 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_20e84263db40 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

 .text_d77a31d219d5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f5d3eb19d807 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_cf3ae8301b8a {
   width: 584px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_698934f5a408 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_698934f5a408 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2138107c2bea {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_44469d9ce001 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_00cf2a6cd479 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5808acd085aa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5aca12903fc2 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dded0ba03efb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e19bc0c916c6 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c9d495cfa8c7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_c9d495cfa8c7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_c9d495cfa8c7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_cd34022522ad {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ff2624a70c45 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b39845503460 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8bcd1d152004 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5be1a0db8b28 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_5be1a0db8b28 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5be1a0db8b28 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_5d070d376df5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_645cceac3bb5 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_19a4985851b8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c39fe828dc48 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5f77b4a92878 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_5f77b4a92878 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5f77b4a92878 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_e3747617dbb9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b00aa59ed673 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_479b2bf61b23 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5e484b6d909b {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ac7e4db738ef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_ac7e4db738ef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ac7e4db738ef {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_d52f9a266b88 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c28cc6a8cd10 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_45c5d3c15518 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2593dcc0c1df {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5a3543fe283d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_5a3543fe283d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_5a3543fe283d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_ed4d7d986109 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_ed4d7d986109 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ed4d7d986109 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_405e22a83588 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_02cdd13c0fd9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_ec2e02fb20e6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a85926427c60 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f5157c5766ca {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1a877b241870 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_93e7fb560462 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_3405b90babf7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_3405b90babf7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_3405b90babf7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_53ed9ac656f0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d13b43bf19ba {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff626ca34685 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_61af5f1fa7a7 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_43e7c42dc032 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_43e7c42dc032 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_43e7c42dc032 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_12167bb665eb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d61c8353f663 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_76dfa5fbb683 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_80c36402a7cf {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_02bc30b1a1b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_02bc30b1a1b6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_02bc30b1a1b6 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_f061ff18c847 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f061ff18c847 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f061ff18c847 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_abef85a150f2 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_853e683ccbb0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_38f2ab66e85a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e0fabb44d405 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e71bc9522c8d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6e67fb732134 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_150f5ba54675 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c1f84d615547 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_43328bd6bcbf {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_0db34e5e8852 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_447a925f6f64 {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_aa11f0ed9cb4 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 3989px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_aa11f0ed9cb4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3989px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_aa11f0ed9cb4 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_d526007df66d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4409.5px;
   flex-shrink: 0;
 }

 .container_6c76a3474d14 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b384209b8138 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_b384209b8138 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_a796ceaa697a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7718ac8c3705 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_7718ac8c3705 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_7718ac8c3705 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .text_fe26e85bb612 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_667feab42a54 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_667feab42a54 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_667feab42a54 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .text_e61bdcd04f2b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a731190339ed {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_a731190339ed {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_a731190339ed {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .text_c9dc9ad20a0c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0130753a33a4 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_0130753a33a4 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_0130753a33a4 {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .text_e04bf196ddf8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_50ccaaebeceb {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_50ccaaebeceb {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_50ccaaebeceb {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .text_65543f660840 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_45a9c820c6f3 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_45a9c820c6f3 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_45a9c820c6f3 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .text_86734590a7ef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1c8d71c442e6 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_1c8d71c442e6 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_1c8d71c442e6 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_f4fcda51841e {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_289712d9cae3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_74861c5035e1 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_578058ad330f {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_578058ad330f {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_578058ad330f {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_2faf120c0651 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_49763eff34ae {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_49763eff34ae {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_49763eff34ae {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_7af04aec2c25 {
   width: 1556px;
   height: 4410px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_44e5212f9c02 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -3px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .text_d4a1fbd6b2ba {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c5eca5cd8ceb {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_095dc7373186 {
   width: 102.75px;
   height: 36px;
   position: absolute !important;
   left: 971px;
   top: 6px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_095dc7373186 {
   position: absolute !important;
   left: 971px;
   top: 6px;
   width: 102.75px;
   height: 36px;
 }

 .container_nested_095dc7373186 {
   width: 102.75px;
   height: 36px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_4a64be58fba0 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_3865dd5948e7 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3865dd5948e7 {
   overflow: visible;
 }

 .container_d3bf5f4ba168 {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

 .text_965e0270899f {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_5b2b3d3f531f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_8235dc493e31 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_8235dc493e31 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_8235dc493e31.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_435539db4212 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_435539db4212 {
   overflow: visible;
 }

 .container_07f969114d4f {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_442d0ebf497f {
   width: 460px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_442d0ebf497f {
   overflow: visible;
 }

 .container_4199311cb852 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_62df105e142a {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 288px;
   left: 0px;
   top: 0px;
   background: linear-gradient(151deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dbeafeff;
 }

 .imageview_a2be06df207b {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_a2be06df207b img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_a2be06df207b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_f1632804edf5 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f1632804edf5 {
   overflow: visible;
 }

 .container_34ea782f09c2 {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6820bf9c4009 {
   width: 460px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6820bf9c4009 {
   overflow: visible;
 }

 .container_6614ca4b5157 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 104px;
   left: 34px;
   top: 150px;
 }

 .container_8a6749044d4d {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 288px;
   left: 560px;
   top: 0px;
   background: linear-gradient(151deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dcfce7ff;
 }

 .imageview_d60035527b00 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_d60035527b00 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_d60035527b00.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_bf3988d2792b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bf3988d2792b {
   overflow: visible;
 }

 .container_9194e7d7b4ff {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3456348548d7 {
   width: 460px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3456348548d7 {
   overflow: visible;
 }

 .container_ab00e1aaa2bf {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_124912c14e42 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 0px;
   top: 320px;
   background: linear-gradient(154deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #f3e8ffff;
 }

 .imageview_5a9e7c3cc5ce {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_5a9e7c3cc5ce img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_5a9e7c3cc5ce.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_00206201320d {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_00206201320d {
   overflow: visible;
 }

 .container_49d77ee7de89 {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6beb8d38b807 {
   width: 460px;
   height: 104px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6beb8d38b807 {
   overflow: visible;
 }

 .container_6b17f74bbe36 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_4b3c72a7dbb2 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 560px;
   top: 320px;
   background: linear-gradient(154deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #fef9c2ff;
 }

 .container_540797ee4b6c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 582px;
   flex-shrink: 0;
 }

 .container_a86f6f92bf05 {
   width: 1088px;
   height: 650px;
   position: absolute !important;
   left: 32px;
   top: 648px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc04fbff80ab {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_dad4cf102218 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_bc0200723124 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_bc0200723124 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_2cbed218a9d9 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_386712ae4c31 {
   width: 352.73px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_36dc2400315a {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7f98059cdca2 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7f98059cdca2 {
   overflow: visible;
 }

 .container_5898403f18c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
 }

 .text_dccfbbc8e933 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_563458ebf415 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_ac843be83fee {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f003f732f509 {
   padding: 25px 25px 1px 25px;
   width: 498px;
   height: 122px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .text_b3df5ae40f6d {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e7f58694cb20 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_e64d94329a88 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_9a3d0607e9bc {
   padding: 25px 25px 1px 25px;
   width: 498px;
   height: 122px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 522px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .text_08ff199a3909 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_eb1ba522ab78 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_91f85e8d49db {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_adf2c2d82f8d {
   padding: 25px 25px 1px 25px;
   width: 498px;
   height: 122px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 146px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(166deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_d220b6fc038d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 268px;
   flex-shrink: 0;
 }

 .container_faa5d6e07831 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_10eb3a878a67 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_10eb3a878a67 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_83baf65fdb66 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_e4676f006b93 {
   width: 348.48px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_731e1cb71a2c {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_beb03a306b04 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_beb03a306b04 {
   overflow: visible;
 }

 .container_3da918e83144 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
 }

 .text_d48609affc6e {
   width: max-content;
   position: absolute !important;
   left: 25px;
   top: 23px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text_994f31309f23 {
   width: 970px;
   height: 20px;
   position: absolute !important;
   left: 25px;
   top: 57px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_994f31309f23 {
   overflow: visible;
 }

 .text_bbd681dcdb3c {
   width: 970px;
   height: 40px;
   position: absolute !important;
   left: 25px;
   top: 88px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_bbd681dcdb3c {
   overflow: visible;
 }

 .text-2b7daf0e34fc_bbd681dcdb3c {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-d25bfd7e7d32_bbd681dcdb3c {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_5f047df80066 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 154px;
   flex-shrink: 0;
   background: linear-gradient(171deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 1px #0000001a;
 }

 .container_439bb0408d52 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 386px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .imageview_265712ade803 {
   width: 64px;
   height: 64px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

 .imageview_265712ade803 img {
   width: 100%;
   height: 100%;
   object-fit: contain;
 }

 .text_ebc1b6da5058 {
   width: fit-content;
   line-height: 32px;
   font-family: 'Inter';
 }

 .container_9873f510d166 {
   width: 315.66px;
   height: 32px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_278c2de4b3fe {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4797118fd6f0 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4797118fd6f0 {
   overflow: visible;
 }

 .container_b5c5f450583a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
 }

 .text_03e7cf595538 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_03e7cf595538 {
   overflow: visible;
 }

 .text-a62f57440775_03e7cf595538 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-9f92a8aa4031_03e7cf595538 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6810630dcb5b {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3745f05ec206 {
   padding: 25px 25px 1px 25px;
   width: 100%;
   min-width: 0;
   height: 70px;
   flex-shrink: 0;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(176deg, #f9fafbff 0%, #f3f4f6ff 100%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_a81feb738ecf {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 302px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_652518f5cd4a {
   width: 100%;
   min-width: 0;
   height: 1252px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_acac56541c35 {
   width: 1088px;
   height: 1320px;
   position: absolute !important;
   left: 32px;
   top: 1378px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a63b933adfb {
   width: 1104px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 2770px;
   background: linear-gradient(90deg, #05df72ff 0%, #51a2ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_653f523e6880 {
   width: 1088px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2490.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_3cd10b6e4788 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 320px;
   z-index: 1;
   left: 32px;
   top: 2778px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_df0df3c33375 {
   width: max-content;
   position: absolute !important;
   left: 357.44px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_4b2159d4fd19 {
   position: absolute !important;
   overflow: visible;
   width: 988px;
   height: 36px;
   left: 50px;
   top: 50px;
 }

 .text_d7fdf95086a6 {
   width: 672px;
   height: 88px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d7fdf95086a6 {
   overflow: visible;
 }

 .container_e4a4bd5b4990 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 87.75px;
   left: 208px;
   top: 102px;
 }

 .text_3fbc08802164 {
   width: max-content;
   position: absolute !important;
   left: 23px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2345f0235c90 {
   position: absolute !important;
   overflow: visible;
   width: 319.98px;
   height: 60px;
   left: 384px;
   top: 221.75px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_2345f0235c90 {
   position: absolute !important;
   overflow: visible;
   left: 384px;
   top: 221.75px;
   width: 319.98px;
   height: 60px;
 }

 .container_nested_2345f0235c90 {
   width: 319.98px;
   height: 60px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .text_16c322e32750 {
   width: max-content;
   position: absolute !important;
   left: 332.17px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-fadeb17504ef_16c322e32750 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .text-cdf34a8af477_16c322e32750 {
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_e9f9e5472442 {
   position: absolute !important;
   overflow: visible;
   width: 988px;
   height: 24px;
   left: 50px;
   top: 305.75px;
 }

 .container_60a32b6993c8 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 379.75px;
   left: 32px;
   top: 3178px;
   background: linear-gradient(161deg, #d4a0271a 0%, #fff7edff 100%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #d4a02733;
 }

 .container_501b3c30a625 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #c27affff 0%, #7c86ffff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_01bf3b892ce7 {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2501.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_fc06e08fd0f5 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_d27d643b010c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 3557.75px;
   flex-shrink: 0;
 }

 .container_55959e33b52c {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 3717.75px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_738ffbab5644 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_738ffbab5644 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

 .imageview_738ffbab5644.wp-block-image {
   overflow: hidden;
 }

 .text_60201800e74e {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_60201800e74e {
   overflow: visible;
 }

 .container_a51ba230c256 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_2a8d4c59ccd5 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

 .text_4232e6907d26 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_cb05475674f8 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_36a589ad78ca {
   width: 584px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bd88a5e75f48 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_bd88a5e75f48 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1b323cfcc2a9 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_df77edb4129a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_780c725c26ff {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_9db95e765720 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e6e3f710b28f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d7ac1e1da0c4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_deaa79422041 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_aef83bbded50 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_aef83bbded50 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_aef83bbded50 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_2bdab79284fc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d37052a25897 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5501117b87f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0a5b59eaf5cd {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_246878f7a0b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_246878f7a0b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_246878f7a0b4 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_2d759bd0c554 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_285c91a251b2 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8be8840d8190 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_342213633d66 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_e39a5d9d5a46 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e39a5d9d5a46 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e39a5d9d5a46 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_8961aab22e56 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f63243615b1d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5ac46b6bf9c1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_18db4d078db8 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_800f3800897c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_800f3800897c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_800f3800897c {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_1541a4c43dd3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_06f7e3bddeb0 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b51fc5f0c4a1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_62008dfb544e {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9236fd529616 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_9236fd529616 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_9236fd529616 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_2e818e24b3c9 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_2e818e24b3c9 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2e818e24b3c9 {
   width: 100%;
   min-width: 0;
   height: 148px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d511b5489ee9 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d511b5489ee9 {
   position: absolute !important;
   left: 632px;
   top: 0px;
   width: 268px;
   height: 192px;
   z-index: 1;
 }

 .container_nested_d511b5489ee9 {
   width: 268px;
   height: 192px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_dadef4de65c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_bf14546f9744 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_28e8dab05fbb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_da14f8d471fa {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_17968e556d9b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9cfde87c982d {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_ce6603b2eb10 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_ce6603b2eb10 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ce6603b2eb10 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_8217cf54c075 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_05bd9eabc46e {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c99871172a48 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_09dc6f92b8af {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_884896c4b55f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_884896c4b55f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_884896c4b55f {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_1b1378059038 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_24e59be71f58 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7d5058d505f9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_9b0d12135993 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c456c4534612 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_c456c4534612 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_c456c4534612 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_888657384a65 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_888657384a65 {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_888657384a65 {
   width: 100%;
   min-width: 0;
   height: 84px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dafd5ab165a6 {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_494f183470a4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_933ee3ff728d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0b0fa196da44 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d7bacf58839c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_97d254ed77c8 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bdff097b6b0e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_831220a2b887 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_5c993dfcfdd7 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_58a80c7950da {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9eb71509b50b {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3164571a0917 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 3815px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_wrapper_3164571a0917 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 3815px;
   width: 1556px;
   height: 421px;
 }

 .container_nested_3164571a0917 {
   width: 1556px;
   height: 421px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_586df0b77657 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4235.75px;
   flex-shrink: 0;
 }

 .container_3ed4d3cede8b {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a4c9bb727d50 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_a4c9bb727d50 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_365f09ca6173 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_373cf5036099 {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_373cf5036099 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_373cf5036099 {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .text_f8efdc8243a9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_ecb4b316480b {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_ecb4b316480b {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_ecb4b316480b {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .text_ef6db7b0e882 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_60cf2f2d7b8a {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_60cf2f2d7b8a {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_60cf2f2d7b8a {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .text_2050b3891493 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0472d067267b {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_0472d067267b {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_0472d067267b {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .text_625af1a70058 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d4f261f9575c {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_d4f261f9575c {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_d4f261f9575c {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .text_ed1d0bc34817 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_300ef77f99bf {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_300ef77f99bf {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_300ef77f99bf {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .text_6f79f28e5cde {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c0839837bb25 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_c0839837bb25 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_c0839837bb25 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_a64dba2a4818 {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_62416a4be6ed {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_09fd49671474 {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_2d3d33ac4263 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_2d3d33ac4263 {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2d3d33ac4263 {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f8bfdca2cfe {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_17ca534c9bd7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_17ca534c9bd7 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_17ca534c9bd7 {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_56b15916697d {
   width: 1556px;
   height: 4236px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_f7eab364ea9c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -3px;
   line-height: 48px;
   font-family: 'Inter';
 }

 .container_e4b500118bf7 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 48px;
   left: 32px;
   top: 0px;
 }

 .text_3511d0b54037 {
   width: 768px;
   height: 56px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3511d0b54037 {
   overflow: visible;
 }

 .container_b642017561fa {
   position: absolute !important;
   overflow: visible;
   width: 768px;
   height: 56px;
   left: 32px;
   top: 80px;
 }

 .text_8ff12bbd1a9a {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_b1b969d1b212 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .imageview_2c7fd7a0c604 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_2c7fd7a0c604 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_2c7fd7a0c604.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_df31f223aedf {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df31f223aedf {
   overflow: visible;
 }

 .container_bf686be387fb {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5a81f7a09b69 {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_5a81f7a09b69 {
   overflow: visible;
 }

 .container_e068feac66f6 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_ed845b692c36 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 0px;
   top: 0px;
   background: linear-gradient(154deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dbeafeff;
 }

 .imageview_e0f365dc0e66 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_e0f365dc0e66 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_e0f365dc0e66.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_ee0defed382f {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_ee0defed382f {
   overflow: visible;
 }

 .container_398450133b2e {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_46f75548de74 {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_46f75548de74 {
   overflow: visible;
 }

 .container_8a62021ad46d {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_330a1ec020ba {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 560px;
   top: 0px;
   background: linear-gradient(154deg, #f0fdf4ff 0%, #ecfdf5ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #dcfce7ff;
 }

 .imageview_0ab46b587e8e {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_0ab46b587e8e img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_0ab46b587e8e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_8d904d19dfb0 {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_8d904d19dfb0 {
   overflow: visible;
 }

 .container_5832211cb91d {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_65f9ee4498fa {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_65f9ee4498fa {
   overflow: visible;
 }

 .container_822751b58833 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_92863c777783 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 0px;
   top: 294px;
   background: linear-gradient(154deg, #faf5ffff 0%, #fdf2f8ff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #f3e8ffff;
 }

 .imageview_b7c422b55180 {
   width: 56px;
   height: 56px;
   position: absolute !important;
   left: 34px;
   top: 34px;
 }

 .imageview_b7c422b55180 img {
   position: absolute;
   width: 66.0px !important;
   height: 66.0px !important;
   max-width: none !important;
   left: -5.0px;
   top: -1.0px;
 }

 .imageview_b7c422b55180.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_4223657bca9b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_4223657bca9b {
   overflow: visible;
 }

 .container_7d506e6a5fbd {
   width: 460px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 106px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b586c99bfb3 {
   width: 460px;
   height: 78px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9b586c99bfb3 {
   overflow: visible;
 }

 .container_e029b05d7866 {
   position: absolute !important;
   overflow: visible;
   width: 460px;
   height: 78px;
   left: 34px;
   top: 150px;
 }

 .container_8334060ade5e {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 262px;
   left: 560px;
   top: 294px;
   background: linear-gradient(154deg, #fefce8ff 0%, #fff7edff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #fef9c2ff;
 }

 .container_26145748b251 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 556px;
   flex-shrink: 0;
 }

 .container_8a0f0a069712 {
   width: 1088px;
   height: 624px;
   position: absolute !important;
   left: 32px;
   top: 648px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8facaa9f52c6 {
   width: 1104px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 1344px;
   background: linear-gradient(90deg, #51a2ffff 0%, #c27affff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_75f6ea3d529e {
   width: 1088px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2636.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_62c8eedc72a4 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 320px;
   z-index: 1;
   left: 32px;
   top: 1352px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_4bd1ce7cc5b4 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_fb28ee5fdeef {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_342566530c0e {
   width: fit-content;
   line-height: 16px;
   font-family: 'Inter';
 }

 .container_07168c81632f {
   padding: 4px 12px 4px 12px;
   width: 116.84px;
   height: 24px;
   position: absolute !important;
   left: 34px;
   top: 35px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #155dfc;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
 }

 .text_89387abdb2cd {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_89387abdb2cd {
   overflow: visible;
 }

 .container_b8fbaa0c30ff {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 71px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3a89005ca7f2 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3a89005ca7f2 {
   overflow: visible;
 }

 .container_fe0e1d21f61d {
   position: absolute !important;
   overflow: visible;
   width: 1020px;
   height: 52px;
   left: 34px;
   top: 119px;
 }

 .text_acf58ff34232 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_16af580cb414 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_8a54a7607684 {
   width: 100%;
   min-width: 0;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_038bf89588d0 {
   padding: 25px 25px 1px 25px;
   width: 502px;
   height: 142px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 34px;
   top: 195px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_cd7bab689b27 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_c3eb840fcc01 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_2163a3166ae8 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e735588176c2 {
   padding: 25px 25px 1px 25px;
   width: 502px;
   height: 142px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 552px;
   top: 195px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_ec3aa6c86c6c {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_bf74a5bd67f5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_55e7009ae500 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_fce3f96f257e {
   padding: 25px 25px 1px 25px;
   width: 502px;
   height: 122px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 34px;
   top: 353px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_ec8b90e955f7 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_82435ae61fc2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24px;
   flex-shrink: 0;
 }

 .text_d790aaadc176 {
   width: 100%;
   min-width: 0;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_aaec2c1f5fd9 {
   padding: 25px 25px 1px 25px;
   width: 502px;
   height: 122px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 552px;
   top: 353px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_a857a0de3769 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a857a0de3769 {
   overflow: visible;
 }

 .container_8504b2d914d9 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0f07583f1a48 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_0f07583f1a48 {
   overflow: visible;
 }

 .container_6d79bd1d6260 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_7e9f3590d183 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_7e9f3590d183 {
   overflow: visible;
 }

 .container_2ecd1ac029d7 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dc0eaed56b7e {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_dc0eaed56b7e {
   overflow: visible;
 }

 .container_7e7a1c31abbc {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a2cdadf735a3 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_a2cdadf735a3 {
   overflow: visible;
 }

 .container_45e31e6a95d1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab277df4b88e {
   width: 100%;
   min-width: 0;
   height: 92px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_2b57b77a13aa {
   padding: 25px 25px 1px 25px;
   width: 1020px;
   height: 170px;
   border-top: 1px solid #0000001a;
   border-right: 1px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 1px solid #0000001a;
   position: absolute !important;
   left: 34px;
   top: 499px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_1b77202a6978 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 703px;
   flex-shrink: 0;
   background: linear-gradient(147deg, #eff6ffff 0%, #eef2ffff 100%);
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #bedbffff;
 }

 .text_9da538825d1b {
   height: 32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9da538825d1b {
   overflow: visible;
 }

 .container_a87a5b6cf154 {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9a9d9758c7dc {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_9a9d9758c7dc {
   overflow: visible;
 }

 .container_4c08f4549e79 {
   position: absolute !important;
   overflow: visible;
   width: 1020px;
   height: 52px;
   left: 34px;
   top: 82px;
 }

 .text_6ca2de6ed809 {
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ca2de6ed809 {
   overflow: visible;
 }

 .text-30c12e5c951c_6ca2de6ed809 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .text-737627c07cb2_6ca2de6ed809 {
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_94228bd736f8 {
   width: 1020px;
   height: 20px;
   position: absolute !important;
   left: 34px;
   top: 158px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_90319de3f10d {
   width: max-content;
   position: absolute !important;
   left: 19px;
   top: 10px;
   line-height: 24px;
   font-family: 'Inter';
 }

 .container_f16b1bf8d535 {
   position: absolute !important;
   overflow: visible;
   width: 208.47px;
   height: 48px;
   left: 34px;
   top: 194px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_wrapper_f16b1bf8d535 {
   position: absolute !important;
   overflow: visible;
   left: 34px;
   top: 194px;
   width: 208.47px;
   height: 48px;
 }

 .container_nested_f16b1bf8d535 {
   width: 208.47px;
   height: 48px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 2px 4px #0000001a) drop-shadow(0px 4px 6px #0000001a);
 }

 .container_c2025e71e5b0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 276px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #0000001a;
 }

 .text_31f50a63cdde {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_31f50a63cdde {
   overflow: visible;
 }

 .text_df6f7217fd01 {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 34px;
   top: 80px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_df6f7217fd01 {
   overflow: visible;
 }

 .text_32ac785ec870 {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4e98745192cc {
   width: 1020px;
   height: 20px;
   position: absolute !important;
   left: 34px;
   top: 158px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e1d62572afdc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 212px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #0000001a;
 }

 .text_6ea88fab22cd {
   width: 1020px;
   height: 32px;
   position: absolute !important;
   left: 34px;
   top: 34px;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_6ea88fab22cd {
   overflow: visible;
 }

 .text_15b882ffeaad {
   width: 1020px;
   height: 52px;
   position: absolute !important;
   left: 34px;
   top: 80px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_15b882ffeaad {
   overflow: visible;
 }

 .text_9807934b4a2e {
   width: fit-content;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_a493df8122cd {
   width: 1020px;
   height: 20px;
   position: absolute !important;
   left: 34px;
   top: 158px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_ea3dd8a01594 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 212px;
   flex-shrink: 0;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #0000001a;
 }

 .container_2d433df15536 {
   width: 100%;
   min-width: 0;
   height: 1475px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba0da230608f {
   width: 1088px;
   height: 1543px;
   position: absolute !important;
   left: 32px;
   top: 1752px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_49c3f0ac354d {
   width: 1104px;
   height: 336px;
   position: absolute !important;
   left: 24px;
   top: 3367px;
   background: linear-gradient(90deg, #fdc700ff 0%, #ff8904ff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_dbd04708d3fe {
   width: 1088px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2696.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_f3b4727b4fd2 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 320px;
   z-index: 1;
   left: 32px;
   top: 3375px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_cc2c272a9095 {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_d52980e085b3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
 }

 .text_81154c4dc709 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_81154c4dc709 {
   overflow: visible;
 }

 .container_5b9b2851fea9 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_53136e7f157b {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text-2dba82476e30_53136e7f157b {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-29c9ec75be44_53136e7f157b {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-1a4763fdf05a_53136e7f157b {
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_d40af1ef6eaf {
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_3794aca53316 {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_3794aca53316 {
   overflow: visible;
 }

 .container_f110aa2a5db8 {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d2041b08a20 {
   width: 100%;
   min-width: 0;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_bfb03876b206 {
   width: 100%;
   min-width: 0;
   height: 88px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f174bf611b2e {
   height: 28px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_f174bf611b2e {
   overflow: visible;
 }

 .container_4ad6ccb9aafa {
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3a454bea19df {
   width: max-content;
   position: absolute !important;
   left: 0px;
   top: -2px;
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-91a00518ae26_3a454bea19df {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-e3d07afbd4d5_3a454bea19df {
   line-height: 26px;
   font-family: 'Inter';
 }

 .text-d5571a0d5888_3a454bea19df {
   line-height: 26px;
   font-family: 'Inter';
 }

 .container_3907babca0a0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 26px;
   flex-shrink: 0;
 }

 .container_03f1b6dc7fdd {
   width: 100%;
   min-width: 0;
   height: 62px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ed70e50f448 {
   width: 100%;
   min-width: 0;
   height: 286px;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3843f01a8ad9 {
   padding: 34px 34px 2px 34px;
   width: 100%;
   min-width: 0;
   height: 354px;
   flex-shrink: 0;
   border-top: 2px solid #0000001a;
   border-right: 2px solid #0000001a;
   border-bottom: 2px solid #0000001a;
   border-left: 2px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_8af66e37803e {
   width: 1088px;
   height: 422px;
   position: absolute !important;
   left: 32px;
   top: 3775px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_5fbafe61b09f {
   width: max-content;
   position: absolute !important;
   left: 303.95px;
   top: -2px;
   line-height: 36px;
   font-family: 'Inter';
 }

 .container_0e34734036ed {
   position: absolute !important;
   overflow: visible;
   width: 988px;
   height: 36px;
   left: 50px;
   top: 50px;
 }

 .text_e2896b03e919 {
   width: 672px;
   height: 59px;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e2896b03e919 {
   overflow: visible;
 }

 .container_379fd60bc298 {
   position: absolute !important;
   overflow: visible;
   width: 672px;
   height: 58.5px;
   left: 208px;
   top: 102px;
 }

 .text_58c544eccbc8 {
   width: max-content;
   position: absolute !important;
   left: 30px;
   top: 15px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_2db4fd0a35d4 {
   position: absolute !important;
   overflow: visible;
   width: 154.75px;
   height: 60px;
   left: 466.63px;
   top: 192.5px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_wrapper_2db4fd0a35d4 {
   position: absolute !important;
   overflow: visible;
   left: 466.63px;
   top: 192.5px;
   width: 154.75px;
   height: 60px;
 }

 .container_nested_2db4fd0a35d4 {
   width: 154.75px;
   height: 60px;
   background: #d4a027;
   border-radius: 10px 10px 10px 10px;
   filter: drop-shadow(0px 4px 6px #0000001a) drop-shadow(0px 10px 15px #0000001a);
 }

 .container_543ccbb41d91 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 302.5px;
   left: 32px;
   top: 4277px;
   background: linear-gradient(164deg, #d4a0271a 0%, #fff7edff 100%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a, inset 0 0 0 2px #d4a02733;
 }

 .container_2aa9ab2ad627 {
   width: 1104px;
   height: 400px;
   position: absolute !important;
   left: 24px;
   top: 192px;
   background: linear-gradient(90deg, #05df72ff 0%, #00d5beff 100%);
   border-radius: 16px 16px 16px 16px;
   filter: blur(24px);
   opacity: 0.10000000149011612;
 }

 .container_f61cb883d26d {
   width: 1088px;
   height: 384px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/6c54c050-aa4e-405c-b67e-6ae6a7de6d84/15:2723.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: normal;
 }

 .container_5ed8169f50e0 {
   position: absolute !important;
   overflow: visible;
   width: 1088px;
   height: 384px;
   z-index: 1;
   left: 32px;
   top: 200px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_b6542d0063e3 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 4579.5px;
   flex-shrink: 0;
 }

 .container_dd9631919a16 {
   padding: 80px 202px 0 202px;
   width: 1556px;
   height: 4739.5px;
   position: absolute !important;
   left: 0px;
   top: 97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6637da0f9707 {
   width: 1556px;
   height: 421px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
   opacity: 0.5;
 }

 .imageview_6637da0f9707 img {
   position: absolute;
   width: 3.86% !important;
   height: 14.25% !important;
   max-width: none !important;
   left: 0.00%;
   top: 0.00%;
 }

 .imageview_6637da0f9707.wp-block-image {
   overflow: hidden;
 }

 .text_d3a78f49e7a8 {
   width: 560px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d3a78f49e7a8 {
   overflow: visible;
 }

 .container_ea48a1439740 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 45.5px;
   z-index: 1;
   left: 0px;
   top: 88px;
 }

 .container_eab7e637b95e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #d4a027;
   border-radius: 33554400px 33554400px 33554400px 33554400px;
   opacity: 0.6289460062980652;
 }

 .text_ce07c0666449 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0003423c23e0 {
   width: 278.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1524d3a4d157 {
   width: 584px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 157.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_425c5471f4d7 {
   width: 350px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 0.5;
 }

 .imageview_425c5471f4d7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_4c377a69cfc9 {
   position: absolute !important;
   overflow: visible;
   width: 584px;
   height: 192px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_f2899f071d37 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_0441dbc72874 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_1b9956b23778 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_0cc604936284 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_648f56e9a490 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2e8ff45ede1c {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_80de786f9914 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_80de786f9914 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_80de786f9914 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_8596c9d86480 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e62d25f1a72c {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2609b068ddb1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_3e1ca2d485a9 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_1d8024498d40 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_1d8024498d40 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_1d8024498d40 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_958055f1b3cc {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_6c356206bc9b {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_739fa08eaf87 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a0c9a055e9a {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_14a010f8f6df {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_14a010f8f6df {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_14a010f8f6df {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_f4b1cb0f96dd {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4b4948154ea2 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_311e349b1c2d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4335ef9e85ab {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_69ca4b7e9351 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_69ca4b7e9351 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_69ca4b7e9351 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_0f6cb0558338 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_1ccadba9c2d4 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3fe310c94ea8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_58ab71078406 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_f94875f12d66 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_f94875f12d66 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f94875f12d66 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_d51207d2dac6 {
   width: 100%;
   min-width: 0;
   height: 148px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b59b8201290f {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 632px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa640925a869 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1px;
   line-height: 28px;
   font-family: 'Inter';
 }

 .container_efb9429f9812 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e597787c0dc0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_00dca3eae9e2 {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_cba8a02c18e5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_8b1b56b2979a {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_a413817fe00e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_a413817fe00e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_a413817fe00e {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_bc6ae2e906af {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_48f1193ade8f {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bc6ffbd14bb8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_406289a2cda6 {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_05b0945b7be2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_05b0945b7be2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_05b0945b7be2 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .text_91502b54b076 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e87e00aa192d {
   width: 12.09px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_4f4395c756e3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 20.09px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_17f2ae6d2dae {
   position: absolute !important;
   overflow: visible;
   width: 268px;
   height: 20px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_9639a33fd3c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_9639a33fd3c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_9639a33fd3c1 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 1;
 }

 .container_c4fab587f1bf {
   width: 100%;
   min-width: 0;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d0f5ca7821a {
   width: 268px;
   height: 192px;
   z-index: 1;
   position: absolute !important;
   left: 948px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9348d929b797 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4e1e50215f0a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_f64f05771183 {
   width: 469.02px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_2ee33ce11d5b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d334db046780 {
   width: 8.47px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_def3bf619701 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 16.47px;
   top: -1px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_7a15c9eb4df8 {
   position: relative !important;
   overflow: visible;
   height: 20px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_696ba64b3b49 {
   width: 127.42px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_77641ec4d415 {
   width: 100%;
   min-width: 0;
   height: 53px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #364153ff;
   border-right: 0px solid #364153ff;
   border-bottom: 0px solid #364153ff;
   border-left: 0px solid #364153ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_59cb0bfe25ac {
   padding: 64px 32px 0 32px;
   width: 1280px;
   height: 421px;
   z-index: 1;
   position: absolute !important;
   left: 138px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd888324ae38 {
   position: absolute !important;
   overflow: visible;
   width: 1556px;
   height: 421px;
   left: 0px;
   top: 4837px;
   background: linear-gradient(165deg, #101828ff 0%, #1e2939ff 50%, #101828ff 100%);
 }

 .container_f6772dde3fbe {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 5257.5px;
   flex-shrink: 0;
 }

 .container_f2ba0b433b35 {
   width: 1556px;
   height: 911px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fa27c9e96552 {
   width: 350px;
   height: 64px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

 .imageview_fa27c9e96552 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ea1d78fb1649 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_d640717cbbdd {
   position: absolute !important;
   overflow: visible;
   width: 38.5px;
   height: 24px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_d640717cbbdd {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_d640717cbbdd {
   width: 38.5px;
   height: 24px;
   z-index: 1;
 }

 .text_f573dea5b393 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_db596cc36b28 {
   position: absolute !important;
   overflow: visible;
   width: 59.16px;
   height: 24px;
   z-index: 1;
   left: 70.5px;
   top: 0px;
 }

 .container_wrapper_db596cc36b28 {
   position: absolute !important;
   overflow: visible;
   left: 70.5px;
   top: 0px;
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_db596cc36b28 {
   width: 59.16px;
   height: 24px;
   z-index: 1;
 }

 .text_41fd243e8127 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_2d417c9ea0d8 {
   position: absolute !important;
   overflow: visible;
   width: 89.36px;
   height: 24px;
   z-index: 1;
   left: 161.66px;
   top: 0px;
 }

 .container_wrapper_2d417c9ea0d8 {
   position: absolute !important;
   overflow: visible;
   left: 161.66px;
   top: 0px;
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_2d417c9ea0d8 {
   width: 89.36px;
   height: 24px;
   z-index: 1;
 }

 .text_50d805d21356 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_b4a4a8aa63d7 {
   position: absolute !important;
   overflow: visible;
   width: 60.97px;
   height: 24px;
   z-index: 1;
   left: 283.02px;
   top: 0px;
 }

 .container_wrapper_b4a4a8aa63d7 {
   position: absolute !important;
   overflow: visible;
   left: 283.02px;
   top: 0px;
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_b4a4a8aa63d7 {
   width: 60.97px;
   height: 24px;
   z-index: 1;
 }

 .text_37ee958d4d89 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_e6ccc70da9ca {
   position: absolute !important;
   overflow: visible;
   width: 43.7px;
   height: 24px;
   z-index: 1;
   left: 375.98px;
   top: 0px;
 }

 .container_wrapper_e6ccc70da9ca {
   position: absolute !important;
   overflow: visible;
   left: 375.98px;
   top: 0px;
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_e6ccc70da9ca {
   width: 43.7px;
   height: 24px;
   z-index: 1;
 }

 .text_ac928c36f2ae {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_4555a970b384 {
   position: absolute !important;
   overflow: visible;
   width: 44.69px;
   height: 24px;
   z-index: 1;
   left: 451.69px;
   top: 0px;
 }

 .container_wrapper_4555a970b384 {
   position: absolute !important;
   overflow: visible;
   left: 451.69px;
   top: 0px;
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_4555a970b384 {
   width: 44.69px;
   height: 24px;
   z-index: 1;
 }

 .text_be9a3a9c0972 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_565ad3d6d5c5 {
   position: absolute !important;
   overflow: visible;
   width: 80.23px;
   height: 24px;
   z-index: 1;
   left: 528.38px;
   top: 0px;
 }

 .container_wrapper_565ad3d6d5c5 {
   position: absolute !important;
   overflow: visible;
   left: 528.38px;
   top: 0px;
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_nested_565ad3d6d5c5 {
   width: 80.23px;
   height: 24px;
   z-index: 1;
 }

 .container_5995e2930afd {
   position: relative !important;
   overflow: visible;
   width: 608.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5e6858e51900 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   font-family: 'Inter';
 }

 .container_c9cce19d644d {
   padding: 8px 16px 8px 16px;
   width: 86.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #d4a027;
   border-radius: 8px 8px 8px 8px;
 }

 .container_29c146d5e46f {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_29c146d5e46f {
   width: 102.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_29c146d5e46f {
   width: 102.75px;
   height: 36px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_cbffe90c5f67 {
   width: 100%;
   min-width: 0;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_204fbf54a0fb {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_204fbf54a0fb {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1556px;
   height: 97px;
   z-index: 1;
 }

 .container_nested_204fbf54a0fb {
   padding: 0 138px 1px 138px;
   width: 1556px;
   height: 97px;
   z-index: 1;
   border-top: 0px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 1px solid #0000001a;
   border-left: 0px solid #0000001a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .viewport_7324af64cb05 {
   width: 1556px;
   height: 5258px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }