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

 .imageview_1925551b8055 {
   width: 30px;
   height: 33px;
   flex-shrink: 0;
 }

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

 .text_87be1b5cd6eb {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_87be1b5cd6eb {
   overflow: visible;
 }

 .container_70fa172c8e04 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_556a8a83f73f {
   width: 100%;
   min-width: 0;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_556a8a83f73f {
   overflow: visible;
 }

 .container_6e60ccecbc55 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_61aba7e36176 {
   padding: 32px 32px 86px 32px;
   width: 280px;
   height: 285px;
   border-top: 0px solid #154231ff;
   border-right: 0px solid #154231ff;
   border-bottom: 4px solid #154231ff;
   border-left: 0px solid #154231ff;
   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: #f5f3f3;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_938121c655c2 {
   width: 33px;
   height: 24px;
   flex-shrink: 0;
 }

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

 .text_6f8ea440feb7 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_6f8ea440feb7 {
   overflow: visible;
 }

 .container_19b77d12a2f9 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5540026817a2 {
   width: 100%;
   min-width: 0;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_5540026817a2 {
   overflow: visible;
 }

 .container_49a9fbe0eac8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd3d1f076cf7 {
   padding: 32px 32px 86px 32px;
   width: 280px;
   height: 276px;
   border-top: 0px solid #154231ff;
   border-right: 0px solid #154231ff;
   border-bottom: 4px solid #154231ff;
   border-left: 0px solid #154231ff;
   position: absolute !important;
   left: 312px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_f72a6298b15c {
   width: 33px;
   height: 31.5px;
   flex-shrink: 0;
 }

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

 .text_df37d2cb1e7f {
   width: 100%;
   min-width: 0;
   height: 56px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_df37d2cb1e7f {
   overflow: visible;
 }

 .container_f9544b832bfe {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2c6cecba824c {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2c6cecba824c {
   overflow: visible;
 }

 .container_2531a764f51b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_96bebed4c7ff {
   padding: 32px 32px 32px 32px;
   width: 280px;
   height: 283.5px;
   border-top: 0px solid #154231ff;
   border-right: 0px solid #154231ff;
   border-bottom: 4px solid #154231ff;
   border-left: 0px solid #154231ff;
   position: absolute !important;
   left: 624px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_1bb7af020660 {
   width: 24px;
   height: 30px;
   flex-shrink: 0;
 }

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

 .text_82b70d3a20f5 {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_82b70d3a20f5 {
   overflow: visible;
 }

 .container_81018ec9ef41 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ea12513a3a5 {
   width: 100%;
   min-width: 0;
   height: 78px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2ea12513a3a5 {
   overflow: visible;
 }

 .container_47bde7be4eb9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55389ccbbcdd {
   padding: 32px 32px 86px 32px;
   width: 280px;
   height: 282px;
   border-top: 0px solid #154231ff;
   border-right: 0px solid #154231ff;
   border-bottom: 4px solid #154231ff;
   border-left: 0px solid #154231ff;
   position: absolute !important;
   left: 936px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 24px 24px 24px 24px;
 }

 .container_2a7b25ce9d70 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_9a6b42dd512c {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 484px;
   position: absolute !important;
   left: 0px;
   top: 756px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
 }

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

 .container_e22996680611 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f88f67dd588 {
   width: fit-content;
   line-height: 48px;
   font-family: 'Manrope';
 }

 .container_c43813bbe852 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_8aec6afe5670 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_8aec6afe5670 img {
   position: absolute;
   width: 140.41% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -20.21%;
   top: 0.00%;
 }

 .imageview_8aec6afe5670.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .container_af2bce801e33 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_66fbb9e98564 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_66fbb9e98564 {
   overflow: visible;
 }

 .container_66dac3f62c0b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a4ec20f8fd68 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e15f917bb8a9 {
   width: 100%;
   min-width: 0;
   height: 130px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_e15f917bb8a9 {
   overflow: visible;
 }

 .container_8462d17db7c2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b63aea8d5b3c {
   padding: 0 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c5f52f23bf7b {
   width: 15px;
   height: 15px;
 }

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

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

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

 .imageview_6801243aff00 {
   width: 15px;
   height: 15px;
 }

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

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

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

 .imageview_d390da79ea21 {
   width: 15px;
   height: 15px;
 }

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

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

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

 .container_f01a3940200e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dd329dd291be {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d228d0d330b1 {
   padding: 60px 40px 40px 40px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4077ec3b90b {
   width: 584px;
   height: 410px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #fbf9f8;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .imageview_a86052cefd8c {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   _scaling-factor: 1;
 }

 .imageview_a86052cefd8c img {
   position: absolute;
   width: 140.41% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -20.21%;
   top: 0.00%;
 }

 .imageview_a86052cefd8c.wp-block-image {
   overflow: hidden;
   position: relative;
 }

 .container_6de06e2956f2 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_282c51c881b3 {
   width: 100%;
   min-width: 0;
   height: 36px;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_282c51c881b3 {
   overflow: visible;
 }

 .container_6d84dc626e54 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_624a3b7695b9 {
   padding: 0 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3f06be6d4971 {
   width: 100%;
   min-width: 0;
   height: 130px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_3f06be6d4971 {
   overflow: visible;
 }

 .container_930fda7f12d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f069bbd6523 {
   padding: 0 0 24px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4bb975d246ba {
   width: 15px;
   height: 15px;
 }

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

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

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

 .imageview_88e0f95c418f {
   width: 15px;
   height: 15px;
 }

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

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

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

 .container_548879c4f877 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0ed30a375a10 {
   width: 15px;
   height: 15px;
 }

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

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

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

 .imageview_fd2bbbf4fc1d {
   width: 15px;
   height: 15px;
 }

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

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

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

 .container_684627d6762e {
   padding: 9px 0 9px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_51b33c0512d0 {
   padding: 0 0 2px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_95a56a856d81 {
   padding: 40px 40px 40px 40px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_55215159f716 {
   width: 584px;
   height: 410px;
   position: absolute !important;
   left: 632px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #fbf9f8;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_40f91b229b6a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_73b7fd522c29 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6f729e0edad {
   padding: 96px 0 96px 0;
   width: 1280px;
   height: 742px;
   position: absolute !important;
   left: 0px;
   top: 1240px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
 }

 .text_181274ebcb1c {
   width: fit-content;
   line-height: 36px;
   font-family: 'Manrope';
 }

 .container_77cf8edbe6c4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_00c1399c4466 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_9fd6e3dced2a {
   width: 261.33px;
   height: 16px;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2a05806a168d {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_9ec5930bf81c {
   width: 261.33px;
   height: 16px;
   position: absolute !important;
   left: 285.33px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4616945476dc {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_807963feb1cf {
   width: 261.33px;
   height: 16px;
   position: absolute !important;
   left: 546.67px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d371f3a1ddb5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   background: #154231;
 }

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

 .container_fc421781a35f {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c186f8e29403 {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 285.33px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_752e966398cd {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 546.67px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a49b6d1d0a8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #eae8e7ff;
   border-right: 0px solid #eae8e7ff;
   border-left: 0px solid #eae8e7ff;
   box-shadow: inset 0 -1px 0 0 #eae8e7ff;
 }

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

 .container_9934b5a6123c {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f25f4760d013 {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 285.33px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_4b9f6f980dbb {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 546.67px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90e7e6a1063a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #eae8e7ff;
   border-right: 0px solid #eae8e7ff;
   border-left: 0px solid #eae8e7ff;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #eae8e7ff;
 }

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

 .container_c4e6cd670dd3 {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f7cad28b3bed {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 285.33px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_e3e6ecd14ce7 {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 546.67px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_86c9e7dac9eb {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #eae8e7ff;
   border-right: 0px solid #eae8e7ff;
   border-left: 0px solid #eae8e7ff;
   box-shadow: inset 0 -1px 0 0 #eae8e7ff;
 }

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

 .container_a6ffe5d6230c {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c5709d29be0f {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 285.33px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_74e8f5920de1 {
   width: 261.33px;
   height: 20px;
   position: absolute !important;
   left: 546.67px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_333be4b2ddda {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffffff;
   border-right: 0px solid #ffffffff;
   border-left: 0px solid #ffffffff;
   background: #ffffff;
   box-shadow: inset 0 -1px 0 0 #ffffffff;
 }

 .container_c826ac3f7fcb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 1px 2px #0000000d;
 }

 .container_3d53f5d7b4e7 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 896px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_00656b142cee {
   padding: 96px 192px 96px 192px;
   width: 1280px;
   height: 616px;
   position: absolute !important;
   left: 0px;
   top: 2774px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
 }

 .text_07afc15cd746 {
   width: 100%;
   min-width: 0;
   height: 80px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_07afc15cd746 {
   overflow: visible;
 }

 .container_a6aa4e59e5fd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_86f43df2c8f2 {
   width: 362px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_86f43df2c8f2 {
   overflow: visible;
 }

 .container_9ca255e7dc84 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_93d6c610d9d8 {
   width: 389.33px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d5e8ab1bb990 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_cdc40a5031fb {
   padding: 9.5px 0 10.5px 0;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #154231;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_c6adb0e02a35 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_40364cdf75e5 {
   width: 246.14px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_96e58f15cb36 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_ff77ce7982a1 {
   width: 246.14px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_7911a17e0e6e {
   width: 373.33px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d4610f5946af {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_ec19314070d1 {
   padding: 9.5px 0 10.5px 0;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #154231;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_4d9287b7f295 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_40e651b8977d {
   width: 285.61px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_03060a26aed7 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_b6268aed32d3 {
   width: 285.61px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_80ff25da9643 {
   width: 373.33px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 405.33px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e146da49b527 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_07d2818d223c {
   padding: 9.5px 0 10.5px 0;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #154231;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_981a8e7d760c {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_ee479a130651 {
   width: 273.48px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_45a365ddf095 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_6dc10f6422d5 {
   width: 273.48px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_58999b657a42 {
   width: 373.33px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 116px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a11d4c51f84 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_387c08782167 {
   padding: 9.5px 0 10.5px 0;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #154231;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_f29b70fd4302 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_9e60a5c9d94d {
   width: 254.9px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc193625f6dc {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_69cab32c82eb {
   width: 254.9px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_79ccaff02523 {
   width: 373.33px;
   height: 84px;
   z-index: 1;
   position: absolute !important;
   left: 405.33px;
   top: 116px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b8b01448f83e {
   position: relative !important;
   overflow: visible;
   width: 778.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_76dc739dc161 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_939aead62660 {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 392px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 3389px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
 }

 .text_0791b789d91b {
   width: fit-content;
   line-height: 40px;
   font-family: 'Manrope';
 }

 .container_ed2e1037ce17 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_18137d923e10 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .imageview_ee901081e5b3 {
   width: 12px;
   height: 7.4px;
 }

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

 .container_94ed15be1d08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ef25d6e5862 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 16px 16px 16px 16px;
 }

 .text_8ee07e350c15 {
   width: fit-content;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .imageview_0623daba8cb2 {
   width: 12px;
   height: 7.4px;
 }

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

 .container_9bc8b39e9167 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4dbf197af24c {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 16px 16px 16px 16px;
 }

 .text_5829baca238f {
   width: fit-content;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .imageview_b1d944010bbc {
   width: 12px;
   height: 7.4px;
 }

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

 .container_b29fb72ac91a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f12be3cab025 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f3f3;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_fe6231f49567 {
   padding: 0 32px 0 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 768px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 48px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_90a5eab18742 {
   padding: 71px 256px 25px 256px;
   width: 1280px;
   height: 483px;
   position: absolute !important;
   left: 0px;
   top: 4277px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
 }

 .text_287720f5d1de {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_287720f5d1de {
   overflow: visible;
 }

 .container_c257072c78e2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dbdfad94f927 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_dbdfad94f927 {
   overflow: visible;
 }

 .container_70e1dd818aa3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_881674709492 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_881674709492 {
   overflow: visible;
 }

 .container_f4ccf5f4f3cb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_13dbae3863bd {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_13dbae3863bd {
   overflow: visible;
 }

 .container_b0a5650b450b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_wrapper_7e222de37394 {
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

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

 .container_59ef5a7ba5d1 {
   width: 260px;
   height: 140px;
   position: absolute !important;
   left: 356px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_f70eec85b160 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f70eec85b160 {
   overflow: visible;
 }

 .container_4c2bb3f93ada {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a3eaafa74102 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_a3eaafa74102 {
   overflow: visible;
 }

 .container_f5a303ccbb96 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1793194be755 {
   width: 100%;
   min-width: 0;
   height: 20px;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_1793194be755 {
   overflow: visible;
 }

 .container_6ef4d2688de4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_10e4ed7a9764 {
   padding: 0 0 36px 0;
   width: 260px;
   height: 140px;
   position: absolute !important;
   left: 664px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_b9b7c7a48544 {
   width: 100%;
   min-width: 0;
   height: 24px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_b9b7c7a48544 {
   overflow: visible;
 }

 .container_2485f3e59017 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_03df828c0fd7 {
   width: 100%;
   min-width: 0;
   height: 16px;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_03df828c0fd7 {
   overflow: visible;
 }

 .container_47402dcc77a5 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_441cb022522a {
   width: 100%;
   min-width: 0;
   height: 19px;
   line-height: 19.12px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_441cb022522a {
   overflow: visible;
 }

 .container_62f31de8cf57 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b088e897661 {
   padding: 8px 16px 8px 16px;
   height: 35px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .imageview_505a65bd54d4 {
   width: 37px;
   height: 35px;
   flex-shrink: 0;
 }

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

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

 .container_d6d0cbb4dbea {
   padding: 0 0 24px 0;
   width: 260px;
   height: 139px;
   position: absolute !important;
   left: 972px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_933ad980647a {
   width: 100%;
   min-width: 0;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_933ad980647a {
   overflow: visible;
 }

 .container_edf5510a4055 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b80ff5a5ea8 {
   width: 100%;
   min-width: 0;
   height: 69px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_2b80ff5a5ea8 {
   overflow: visible;
 }

 .container_142d6d61abd6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bafc79e7b61 {
   padding: 0 0 19.75px 0;
   width: 260px;
   height: 176px;
   position: absolute !important;
   left: 48px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 22.75px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d29c97975aa1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 278px;
   max-width: 1280px;
   flex-shrink: 0;
 }

 .text_d5dfbd5ccd07 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_aa1da5e2b77d {
   width: 414px;
   height: 16px;
   position: absolute !important;
   left: 48px;
   top: 33px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_207e4e537130 {
   width: 63px;
   height: 60px;
   position: absolute !important;
   left: 1187px;
   top: 11px;
   _scaling-factor: 0.5;
 }

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

 .container_64e0e410e53f {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 81px;
   flex-shrink: 0;
   border-right: 0px solid #e4e4e7ff;
   border-bottom: 0px solid #e4e4e7ff;
   border-left: 0px solid #e4e4e7ff;
   box-shadow: inset 0 1px 0 0 #e4e4e7ff;
 }

 .container_05024ce61e44 {
   width: 1280px;
   height: 359px;
   position: absolute !important;
   left: 0px;
   top: 5321px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f4f5;
   border-radius: 24px 24px 0 0;
 }

 .container_wrapper_05024ce61e44 {
   position: absolute !important;
   left: 0px;
   top: 5321px;
   width: 1280px;
   height: 359px;
 }

 .container_nested_05024ce61e44 {
   width: 1280px;
   height: 359px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f4f5;
   border-radius: 24px 24px 0 0;
 }

 .imageview_037e25276c76 {
   width: 1280px;
   height: 756px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.20000000298023224;
 }

 .imageview_037e25276c76 img {
   position: absolute;
   width: 100.00% !important;
   height: 169.31% !important;
   max-width: none !important;
   left: 0.00%;
   top: -34.66%;
 }

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

 .text_09ae2170f993 {
   width: 100%;
   min-width: 0;
   height: 216px;
   z-index: 1;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_09ae2170f993 {
   overflow: visible;
 }

 .container_fd6fcba962bd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_60ac77b56bf7 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   font-family: 'Manrope';
 }

 .container_58712d176d10 {
   width: 672px;
   height: fit-content;
   max-width: 672px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ddc072806689 {
   width: 20px;
   height: 20px;
   z-index: 1;
 }

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

 .text_bdbb3eba255d {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_d59fb968b8ab {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_d59fb968b8ab {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_d59fb968b8ab {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_33a67718f989 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 2px solid #154231ff;
   border-right: 2px solid #154231ff;
   border-bottom: 2px solid #154231ff;
   border-left: 2px solid #154231ff;
   background: #e4e4e7;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_9197a3aba8eb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 2px solid #154231ff;
   border-right: 2px solid #154231ff;
   border-bottom: 2px solid #154231ff;
   border-left: 2px solid #154231ff;
   background: #d4d4d8;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_77b89856b0bd {
   margin: 0 0 0 -12px !important;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64d13fbb1589 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 2px solid #154231ff;
   border-right: 2px solid #154231ff;
   border-bottom: 2px solid #154231ff;
   border-left: 2px solid #154231ff;
   background: #a1a1aa;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_d08a9e969369 {
   margin: 0 0 0 -12px !important;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_66e2932b6dfe {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_9dedd32c9fca {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2196e06d6a0 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 60px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d32728bb5e65 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5881fd0e05c5 {
   width: 689.33px;
   height: 404px;
   z-index: 1;
   position: absolute !important;
   left: 32px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d38b211771b4 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Manrope';
 }

 .container_8c6983690a6c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4b0b3aaa1c32 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_a82c83d62a59 {
   padding: 16px 16px 16px 16px;
   width: 198.33px;
   height: 83.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_aaf384624cba {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Manrope';
 }

 .container_ebd32ef57b19 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c41be78fae8 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_d83f8157ecbf {
   padding: 16px 16px 16px 16px;
   width: 198.33px;
   height: 83.5px;
   z-index: 1;
   position: absolute !important;
   left: 214.33px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_311485f87ad0 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Manrope';
 }

 .container_e3b38840df07 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b0f095f51f2d {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_a8827959512a {
   padding: 16px 16px 16px 16px;
   width: 198.33px;
   height: 83.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 100px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 12px 12px 12px 12px;
 }

 .text_eca7eb9d8374 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   font-family: 'Manrope';
 }

 .container_65ef86e96bd2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c257c0d80cba {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_8c2bc664d18a {
   padding: 16px 16px 16px 16px;
   width: 198.33px;
   height: 83.5px;
   z-index: 1;
   position: absolute !important;
   left: 214.33px;
   top: 100px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 12px 12px 12px 12px;
 }

 .container_dbbf9fc6d61c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_5f82314fac43 {
   padding: 32px 32px 32px 32px;
   width: 478.67px;
   height: 250px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 769.33px;
   top: 77px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_a6482b1b64c9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 404px;
   max-width: 1280px;
   z-index: 1;
   left: 0px;
   top: 192px;
 }

 .container_a940110ec371 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 756px;
   left: 0px;
   top: 0px;
   background: linear-gradient(135deg, #154231ff 0%, #2e5a47ff 100%);
 }

 .imageview_6cc1c0eb982a {
   width: 384px;
   height: 600px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_f63524100384 {
   width: 100%;
   min-width: 0;
   height: 32px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_f63524100384 {
   overflow: visible;
 }

 .container_d50b1c37834e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1fb8c412c7d {
   padding: 40px 40px 40px 40px;
   width: 384px;
   height: 600px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #022c22e6 0%, #022c2200 100%);
 }

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

 .imageview_1ef4e72457d5 {
   width: 384px;
   height: 600px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_06b5889fa6ba {
   width: 100%;
   min-width: 0;
   height: 63px;
   z-index: 1;
   line-height: 63px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_06b5889fa6ba {
   overflow: visible;
 }

 .container_11b78ed2eb2d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22f5a9e3dbdb {
   padding: 24px 24px 24px 24px;
   width: 384px;
   height: 600px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #022c22cc 0%, #022c2200 100%);
 }

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

 .imageview_6200e4baaee3 {
   width: 384px;
   height: 600px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

 .text_9638811daffa {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 64px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_9638811daffa {
   overflow: visible;
 }

 .container_6de1383fc65d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_83f38749651b {
   padding: 24px 24px 24px 24px;
   width: 384px;
   height: 600px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #022c22cc 0%, #022c2200 100%);
 }

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

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

 .container_3154a8c8e97f {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 792px;
   position: absolute !important;
   left: 0px;
   top: 1982px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
 }

 .imageview_c5a9bfc0d11d {
   width: 100%;
   min-width: 0;
   height: 19px;
 }

 .imageview_c5a9bfc0d11d img {
   position: absolute;
   width: 512.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_c769e0cde2b1 {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_c769e0cde2b1 {
   overflow: visible;
 }

 .container_add72a6cc3b0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3b5aee241c2 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   background: #e4e4e7;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_a13de9a9ae2b {
   width: fit-content;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_e65be6952c07 {
   width: 163.23px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d84cf2d8cfb0 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_9b7e3656f5d4 {
   width: 163.23px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b9b3d51b73d4 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_40f6216cd962 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_33e781bd3508 {
   padding: 40px 40px 40px 40px;
   width: 592px;
   height: 299px;
   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: #fbf9f8;
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_67943419eac9 {
   width: 100%;
   min-width: 0;
   height: 19px;
 }

 .imageview_67943419eac9 img {
   position: absolute;
   width: 512.0px !important;
   height: 19.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_01da683f784f {
   width: 100%;
   min-width: 0;
   height: 104px;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_01da683f784f {
   overflow: visible;
 }

 .container_660ee399483b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47a6bab6d5d1 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   background: #e4e4e7;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_b0979b8582ef {
   width: fit-content;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_664bef53009b {
   width: 172.56px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3640b4c7102 {
   width: fit-content;
   line-height: 16px;
   font-family: 'Manrope';
 }

 .container_b53d608e60fc {
   width: 172.56px;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_773f4a8a92dc {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_40ad42407fe6 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9bcec7fe65ff {
   padding: 40px 40px 40px 40px;
   width: 592px;
   height: 299px;
   position: absolute !important;
   left: 624px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #fbf9f8;
   border-radius: 24px 24px 24px 24px;
 }

 .container_56bb53388a30 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
 }

 .container_724bc2fcb0bc {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 496px;
   position: absolute !important;
   left: 0px;
   top: 3781px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #efeded;
 }

 .text_5914f099e5c1 {
   width: fit-content;
   line-height: 60px;
   font-family: 'Manrope';
 }

 .container_d855f48a6147 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_17d036c965ed {
   width: 912px;
   height: 28px;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_17d036c965ed {
   overflow: visible;
 }

 .container_38c75734e2f7 {
   padding: 0 0 16px 0;
   width: 672px;
   height: fit-content;
   max-width: 672px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_58773a62610d {
   width: 20px;
   height: 20px;
 }

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

 .text_f9cf73e2c3fc {
   width: fit-content;
   line-height: 28px;
   font-family: 'Manrope';
 }

 .container_df305cddc1f7 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.99px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_df305cddc1f7 {
   width: fit-content;
   height: fit-content;
 }

 .container_nested_df305cddc1f7 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 15.99px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_fe55b274c818 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_47b96e6d68bb {
   padding: 80px 80px 80px 80px;
   width: 1216px;
   height: 456px;
   position: absolute !important;
   left: 32px;
   top: 4785px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #154231;
   border-radius: 48px 48px 48px 48px;
 }

 .imageview_9c895cc1ae0b {
   width: 90px;
   height: 87px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

 .container_344e500737e8 {
   padding: 0 21px 0 21px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_7bcd74c406b4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f0a05f594a73 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9582168509ae {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_288efae1e56e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_edf3d8bde4f3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_edf3d8bde4f3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_edf3d8bde4f3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_add82e621d26 {
   width: 15px;
   height: 15px;
   z-index: 1;
 }

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

 .text_9c2d0f30a090 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   font-family: 'Manrope';
 }

 .container_9ec35e512957 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_9ec35e512957 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_9ec35e512957 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #fdaf06;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_163b189b0ce7 {
   padding: 16px 32px 16px 32px;
   width: 100%;
   min-width: 0;
   height: 125px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_3f09187e084c {
   width: 1280px;
   height: 125px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #022c22b3;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_3f09187e084c {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 125px;
   z-index: 1;
 }

 .container_nested_3f09187e084c {
   width: 1280px;
   height: 125px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #022c22b3;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_7917d09923e2 {
   width: 221px;
   height: 221px;
   z-index: 1;
   position: absolute !important;
   left: 963px;
   top: 2861px;
   _scaling-factor: 0.5;
 }

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

 .viewport_20fd36538209 {
   width: 1280px;
   height: 5680px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fbf9f8;
 }