 /*
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=Hanken+Grotesk: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("https://fonts.googleapis.com/css?display=swap&family=Poppins:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono: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("https://fonts.googleapis.com/css?family=Barlow+Condensed: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("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("https://fonts.googleapis.com/css?display=swap&family=Playfair+Display:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?family=JetBrains+Mono: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("https://fonts.googleapis.com/css?family=Epilogue: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-nav-item {
   /* the design wrapper is the flex row (label + icon); the anchor must not
       introduce its own box or the icon wraps under the label */
   display: contents;
 }

 body .yt-nav-item figure {
   margin: 0;
   display: flex;
   align-items: center;
 }

 body .wp-block-yotako-block-button button {
   /* the outer div carries the design box (bg, radius, flex); the native
       button must not add browser chrome or its own box */
   background: none;
   border: 0;
   padding: 0;
   margin: 0;
   font: inherit;
   color: inherit;
   cursor: pointer;
   display: contents;
 }

 body textarea.wp-block-yotako-block-input-text {
   /* textareas default to a monospace UA font and a resize grip - neither
       exists in the design */
   font-family: inherit;
   resize: none;
 }

 body .wp-block-video video {
   /* the figure carries the design size; the raw <video> otherwise renders at
       its intrinsic (or control-bar) size until media loads */
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }

 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%;
 }

 [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;
   /* Crop content that overhangs the artboard bounds, matching how Figma
     renders/exports artboards (elements bleeding past the frame edge are
     clipped and must not widen the page). */
   overflow-x: clip;
 }

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

 /* Post thumbnails bound from an image-fill container: the featured image
   must fill the container exactly like the original background fill did.
   The container's own class still carries the design-time background image —
   suppress it so only the per-post featured image shows. */
 .yt-post-thumbnail {
   overflow: hidden;
   background-image: none !important;
   position: relative;
 }

 /* A background fill ignores the container's padding — the bound featured
   image must do the same: fill the whole box, with siblings (e.g. category
   chips) layered above like in the design. */
 .yt-post-thumbnail .wp-block-post-featured-image {
   background-image: none !important;
   position: absolute;
   inset: 0;
   margin: 0;
 }

 .yt-post-thumbnail>*:not(.wp-block-post-featured-image) {
   position: relative;
   z-index: 1;
 }

 /* Meta bindings (date/author) are single-line labels in list cards; the
   shared post template must not wrap longer names of other posts. */
 .yt-post-card .wp-block-post-date,
 .yt-post-card .wp-block-post-author-name {
   white-space: nowrap;
 }

 .yt-post-thumbnail .wp-block-post-featured-image,
 .yt-post-thumbnail .wp-block-post-featured-image a,
 .yt-post-thumbnail .wp-block-post-featured-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 /* Designs using FIT/STRETCH image scaling keep their own fit mode. */
 .yt-post-thumbnail.yt-fit-contain .wp-block-post-featured-image img {
   object-fit: contain;
 }

 .yt-post-thumbnail.yt-fit-fill .wp-block-post-featured-image img {
   object-fit: fill;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_509272dc58d8 {
   width: 230px;
   height: 64px;
   z-index: 0;
   position: absolute !important;
   left: 462px;
   top: 4002px;
 }

 .imageview_2f835d9cdbd7 {
   width: 15px;
   height: 29px;
   z-index: 0;
   position: absolute !important;
   left: 1304px;
   top: 4017px;
 }

 .imageview_2f835d9cdbd7 img {
   position: absolute;
   width: 18.0px !important;
   height: 32.0px !important;
   max-width: none !important;
   left: -1.5px;
   top: -1.5px;
 }

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

 .imageview_b73bae626c17 {
   width: 18px;
   height: 32px;
   z-index: 0;
   position: absolute !important;
   left: 279.5px;
   top: 4015.5px;
   transform-origin: 0 0;
 }

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

 .container_c0fe31a51b22 {
   width: 700px;
   height: 378px;
   z-index: 2;
   position: absolute !important;
   left: 84px;
   top: 144px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .container_c172c83c0ebb {
   width: 783px;
   height: 408px;
   z-index: 3;
   position: absolute !important;
   left: 41px;
   top: 78px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .container_1459af08ae64 {
   width: 864px;
   height: 450px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_1d670c1b70f4 {
   width: 397px;
   height: 160px;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 135px;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1d670c1b70f4 {
   overflow: visible;
 }

 .text_1c9c0967e258 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 332px;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_71995ed992ae {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 405px;
   top: 364px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_be89a759745c {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 450px;
   z-index: 4;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_1909ca529dbd {
   position: absolute !important;
   overflow: visible;
   width: 864px;
   height: 522px;
   z-index: 2;
   left: 368px;
   top: 3799px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_8fddd5cbc739 {
   width: 37px;
   height: 27px;
   z-index: 0;
   position: absolute !important;
   left: 1126px;
   top: 3857px;
 }

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

 .imageview_1c7db9caa9d4 {
   width: 258px;
   height: 72px;
   z-index: 1;
   position: absolute !important;
   left: 448px;
   top: 3994px;
 }

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

 .container_98070ddac732 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4410px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_5732b0c4133f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4431px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bed57cd8b596 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4462px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_c55a12e4f582 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4449px;
 }

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

 .container_73fd5a728c67 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_2e5f0e6ebc8b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_616deee518f8 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_4c20aedf0d53 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_b3d7a06a01cb {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4410px;
 }

 .container_wrapper_b3d7a06a01cb {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4410px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_b3d7a06a01cb {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_618da66b54de {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4410px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_134fa5f95524 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4446px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bf6499756be2 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4476px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_1a24b1ad4519 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4449px;
 }

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

 .container_35f541cda27f {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d18f28707cbd {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 103px;
   top: 33px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d18f28707cbd {
   overflow: visible;
 }

 .text_322b952e4a38 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 71px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_10751dddfecc {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 39px;
 }

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

 .container_b039e9468c2b {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 469px;
   top: 4594px;
 }

 .container_wrapper_b039e9468c2b {
   position: absolute !important;
   overflow: visible;
   left: 469px;
   top: 4594px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_b039e9468c2b {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_d4b86af6f76a {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_e29e5e09976a {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 99px;
   top: 33px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e29e5e09976a {
   overflow: visible;
 }

 .text_0f1b90879971 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 77px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_049afeb74b6c {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_712670f808ed {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 893px;
   top: 4594px;
 }

 .container_wrapper_712670f808ed {
   position: absolute !important;
   overflow: visible;
   left: 893px;
   top: 4594px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_712670f808ed {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_6475870425d3 {
   width: 1600px;
   height: 454px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3246px;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_86db605bc36f {
   width: 550px;
   height: 199px;
   z-index: 1;
   position: absolute !important;
   left: 197px;
   top: 3370px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text-ee55b69910b8_86db605bc36f {
   line-height: 72px;
   font-family: 'Hanken Grotesk';
 }

 .text-c60f6d1da945_86db605bc36f {
   line-height: 72px;
   font-family: 'Hanken Grotesk';
 }

 .text-5e4413d2594d_86db605bc36f {
   line-height: 72px;
   font-family: 'Hanken Grotesk';
 }

 .imageview_81228072524f {
   width: 682px;
   height: 481px;
   z-index: 2;
   position: absolute !important;
   left: 740px;
   top: 3240px;
 }

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

 .container_6f98c431625b {
   width: 201px;
   height: 139px;
   z-index: 3;
   position: absolute !important;
   left: 1233px;
   top: 3436px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .imageview_5376d7350d9e {
   width: 152px;
   height: 110px;
   z-index: 4;
   position: absolute !important;
   left: 1257px;
   top: 3451px;
 }

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

 .container_a70091f49522 {
   width: 195px;
   height: 84px;
   z-index: 3;
   position: absolute !important;
   left: 1201px;
   top: 3332px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_cd80dc863444 {
   width: 135px;
   height: 45px;
   z-index: 4;
   position: absolute !important;
   left: 1236px;
   top: 3360px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_7f32bec23b7e {
   width: 135px;
   height: 45px;
   z-index: 5;
   position: absolute !important;
   left: 1258px;
   top: 3329px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_72dbb126418d {
   width: 22px;
   height: 22px;
   z-index: 5;
   position: absolute !important;
   left: 1231px;
   top: 3349px;
 }

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

 .text_72d07225d0a7 {
   width: 645px;
   height: 267px;
   z-index: 0;
   position: absolute !important;
   left: 200px;
   top: 1332px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text-0ede7b410536_72d07225d0a7 {
   line-height: 58px;
   font-family: 'Hanken Grotesk';
 }

 .text-67edc7857e78_72d07225d0a7 {
   line-height: 58px;
   font-family: 'Hanken Grotesk';
 }

 .text-c689f4401045_72d07225d0a7 {
   line-height: 58px;
   font-family: 'Hanken Grotesk';
 }

 .imageview_4f2ba1f3e076 {
   width: 344px;
   height: 413px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_29c7fc1b7748 {
   width: 265.43px;
   height: 172px;
   z-index: 1;
   -webkit-text-stroke: 1px #29bdb2ff;
   position: absolute !important;
   left: 38.33px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_07ad1a3e1d95 {
   width: 189.47px;
   height: 27.02px;
   z-index: 1;
   -webkit-text-stroke: 1px #29bdb2ff;
   position: absolute !important;
   left: 38.79px;
   top: 39.91px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_02b676b9b3c4 {
   position: absolute !important;
   overflow: visible;
   width: 344px;
   height: 413px;
   z-index: 0;
   left: 200px;
   top: 1605px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_06381e9e9bc1 {
   width: 340px;
   height: 413px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_822b8249e81b {
   width: 257.3px;
   height: 154px;
   z-index: 1;
   position: absolute !important;
   left: 31.65px;
   top: 79px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_6fa2664284e9 {
   width: 167.35px;
   height: 25.71px;
   z-index: 1;
   position: absolute !important;
   left: 32.46px;
   top: 38px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_aeee344f6062 {
   position: absolute !important;
   overflow: visible;
   width: 340px;
   height: 413px;
   z-index: 0;
   left: 572px;
   top: 1605px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_2ff5087c698a {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_15165de60a2d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_e6c5d483373a {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #172b4d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_51a57daef4be {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 0px;
 }

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

 .container_23a98b45a3bc {
   position: absolute !important;
   overflow: visible;
   width: 36px;
   height: 36px;
   z-index: 2;
   left: 168px;
   top: 10px;
 }

 .container_wrapper_23a98b45a3bc {
   position: absolute !important;
   overflow: visible;
   left: 168px;
   top: 10px;
   width: 36px;
   height: 36px;
   z-index: 2;
 }

 .container_nested_23a98b45a3bc {
   width: 36px;
   height: 36px;
   z-index: 2;
 }

 .container_b35ca031f442 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 240px;
   top: 1924px;
 }

 .container_wrapper_b35ca031f442 {
   position: absolute !important;
   overflow: visible;
   left: 240px;
   top: 1924px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_b35ca031f442 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_966cd66b273e {
   width: 491px;
   height: 421px;
   z-index: 0;
   position: absolute !important;
   left: 944px;
   top: 1411px;
   background: #f4f6ff;
   border-radius: 27px 27px 27px 27px;
 }

 .imageview_7831c27913cd {
   width: 350px;
   height: 754px;
   z-index: 1;
   position: absolute !important;
   left: 1045px;
   top: 1292px;
 }

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

 .container_a87f65cb3102 {
   width: 319.45px;
   height: 132.94px;
   z-index: 2;
   transform: rotate(-1.724853210548166deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 936.96px;
   top: 1608.97px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_6a74568c2c51 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_8e8d29a79825 {
   width: 33.33px;
   height: 33.33px;
   z-index: 2;
   position: absolute !important;
   left: 8.29px;
   top: 6.9px;
 }

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

 .container_7ff20e3aa3eb {
   position: absolute !important;
   overflow: visible;
   width: 50px;
   height: 50px;
   z-index: 1;
   left: 1406px;
   top: 1527px;
 }

 .container_wrapper_7ff20e3aa3eb {
   position: absolute !important;
   overflow: visible;
   left: 1406px;
   top: 1527px;
   width: 50px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_7ff20e3aa3eb {
   width: 50px;
   height: 50px;
   z-index: 1;
 }

 .container_fc2239afb2fa {
   width: 127px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 978px;
   top: 1483px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_c2f1007b227f {
   width: 214px;
   height: 108px;
   z-index: 3;
   position: absolute !important;
   left: 954px;
   top: 1610px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_cb86dc17efbc {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 978px;
   top: 1605px;
   line-height: 58px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3979e03df7d3 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 1028px;
   top: 1478px;
   line-height: 58px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_5353870b2340 {
   width: 135px;
   height: 45px;
   z-index: 5;
   position: absolute !important;
   left: 1011px;
   top: 1643px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a52c0fa8a067 {
   width: 20px;
   height: 20px;
   z-index: 4;
   position: absolute !important;
   left: 978px;
   top: 1663px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .container_3fd9e2b86ec1 {
   width: 216px;
   height: 117px;
   z-index: 3;
   position: absolute !important;
   left: 1241px;
   top: 1721px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_19028bc90c60 {
   width: 20px;
   height: 20px;
   z-index: 3;
   position: absolute !important;
   left: 998px;
   top: 1497px;
   background: #29bdb2;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_e1e9d3782633 {
   width: 13.33px;
   height: 13.33px;
   z-index: 4;
   position: absolute !important;
   left: 1001.32px;
   top: 1499.76px;
 }

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

 .imageview_e6b743e849b4 {
   width: 164px;
   height: 89px;
   z-index: 4;
   position: absolute !important;
   left: 1267px;
   top: 1733px;
 }

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

 .container_872cfb0d8c36 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_21c84b32ce09 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_5b9e88cfe038 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_6e5f42eeb93e {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_96857e9893c3 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 604px;
   top: 1924px;
 }

 .container_wrapper_96857e9893c3 {
   position: absolute !important;
   overflow: visible;
   left: 604px;
   top: 1924px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_96857e9893c3 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_284b0000f48c {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_6ad355d8570d {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_0b97cae2fb54 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_43d5fc907693 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_43d5fc907693 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_43d5fc907693 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_ef032f5c6af4 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_c75ef33f0aa0 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_cdaadeaa0b42 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_cdaadeaa0b42 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_cdaadeaa0b42 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_9618bab6617d {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_71065e9a114f {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_d3f5e41c3aa1 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_d3f5e41c3aa1 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_d3f5e41c3aa1 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_7ae0f75a742d {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_c0215c65abd6 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_13f98cf39b5d {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_2ff74258fce4 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_9fb436af8259 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_936b06446ad0 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_936b06446ad0 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_936b06446ad0 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_06d5df067fa0 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_07a1fb31f164 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_2c3bba2ac246 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_d6cbd339dfc8 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_d6cbd339dfc8 {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_d6cbd339dfc8 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ebc54be7d936 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_e87178ecfe0f {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_debff226321e {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_debff226321e {
   overflow: visible;
 }

 .text_08c4f5f6247e {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_08c4f5f6247e {
   overflow: visible;
 }

 .container_3486555bc578 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_25de25757ac9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_0857c86df32c {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_eaf3a610cd73 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_b5ca186e85c8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_ab0ec364032d {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_c7d7ac17335a {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

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

 .container_796e8340554a {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_796e8340554a {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_796e8340554a {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_656a145394c2 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_de60bbe86136 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_b6679e7cc890 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_3ae09e2bd5b7 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3fdb0a67efa1 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .text_8ce12970c02f {
   width: 645px;
   height: 208px;
   z-index: 0;
   position: absolute !important;
   left: 790px;
   top: 2172px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 58px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_77240d164612 {
   width: 357px;
   height: 307px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_3c1ae2eae8c9 {
   width: 262px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_68f0ee4e5262 {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.34px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dc6ca9572d73 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 0px;
   top: 0px;
   border-radius: 10px 10px 10px 10px;
 }

 .container_dc96fb0ccd5c {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 776px;
   top: 2462px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_de93f13d4e92 {
   width: 357px;
   height: 307px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

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

 .text_2caf585fb256 {
   width: 234px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_2f4ec160ca13 {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.78px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_3f59c884203e {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 307px;
   z-index: 0;
   left: 1151px;
   top: 2462px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_af1bad5c0cfa {
   width: 357px;
   height: 325px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .text_845db6445381 {
   width: 314px;
   height: 30px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 39px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_b3a42b6dd17b {
   width: 285px;
   height: 85px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_58ec1c8f87e2 {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 325px;
   z-index: 0;
   left: 776px;
   top: 2785px;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_4f2c490943cd {
   width: 357px;
   height: 325px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   transform-origin: 0 0;
 }

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

 .text_93722febaca7 {
   width: 261px;
   height: 29.52px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39.36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_9502e46349b6 {
   width: 299.88px;
   height: 85.28px;
   z-index: 1;
   position: absolute !important;
   left: 28.78px;
   top: 82px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_231c54df4a6c {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 325px;
   z-index: 0;
   left: 1151px;
   top: 2785px;
   border-radius: 10px 10px 10px 10px;
 }

 .text_b1ba6375f268 {
   width: 641px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 790px;
   top: 2376px;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.699999988079071;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b1ba6375f268 {
   overflow: visible;
 }

 .container_153ef24a35e4 {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_692829764d3a {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48a86c63414b {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_bcd4fb77ae62 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_7af92ed48ee9 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 804px;
   top: 3021px;
 }

 .container_wrapper_7af92ed48ee9 {
   position: absolute !important;
   overflow: visible;
   left: 804px;
   top: 3021px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_7af92ed48ee9 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_24a8a36c2c31 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_0450a6c17a78 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2a08e6f95d65 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_1254dd74e153 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_9f7e229059b8 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 804px;
   top: 2696px;
 }

 .container_wrapper_9f7e229059b8 {
   position: absolute !important;
   overflow: visible;
   left: 804px;
   top: 2696px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_9f7e229059b8 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_f0656c041a99 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_244b02e9e702 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ca784a797302 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_34a962680343 {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_1d81b00708f1 {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 1180px;
   top: 2696px;
 }

 .container_wrapper_1d81b00708f1 {
   position: absolute !important;
   overflow: visible;
   left: 1180px;
   top: 2696px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_1d81b00708f1 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_8a53bd8f3b41 {
   width: 213px;
   height: 56px;
   z-index: 1;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_66b78dd213d5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_366c80a55736 {
   width: 36px;
   height: 36px;
   z-index: 2;
   border-top: 1px solid #c1ccdcff;
   border-right: 1px solid #c1ccdcff;
   border-bottom: 1px solid #c1ccdcff;
   border-left: 1px solid #c1ccdcff;
   position: absolute !important;
   left: 168px;
   top: 10px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_51e3d1e1b9ec {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_be4109d03dfc {
   position: absolute !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   z-index: 1;
   left: 1180px;
   top: 3021px;
 }

 .container_wrapper_be4109d03dfc {
   position: absolute !important;
   overflow: visible;
   left: 1180px;
   top: 3021px;
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_nested_be4109d03dfc {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .imageview_29741f3c8917 {
   width: 1023.2px;
   height: 543px;
   z-index: 0;
   position: absolute !important;
   left: -438.2px;
   top: 2349px;
 }

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

 .imageview_29741f3c8917 img {
   position: absolute;
   width: 585.0px !important;
   height: 543.0px !important;
   max-width: none !important;
   left: 438.2px;
   top: 0.0px;
 }

 .imageview_752d431a0a62 {
   width: 486px;
   height: 541px;
   z-index: 1;
   position: absolute !important;
   left: -13px;
   top: 2357px;
 }

 .imageview_752d431a0a62.wp-block-image {
   width: 473px !important;
   height: 541px !important;
   left: 0px !important;
   top: 2357px !important;
   overflow: hidden;
 }

 .imageview_752d431a0a62 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_ba5dafdfd377 {
   width: 347px;
   height: 229px;
   z-index: 2;
   position: absolute !important;
   left: 173px;
   top: 2708px;
 }

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

 .container_5d520bb23323 {
   width: 218px;
   height: 218px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 32px 64px #161c2d42;
 }

 .text_002f057198f1 {
   width: 153.75px;
   height: 32px;
   z-index: 3;
   position: absolute !important;
   left: 32.13px;
   top: 123px;
   line-height: 15.64px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_002f057198f1 {
   overflow: visible;
 }

 .text_6faeef3f4508 {
   width: 110.15px;
   height: 17px;
   z-index: 4;
   position: absolute !important;
   left: 53.93px;
   top: 154px;
   line-height: 16.94px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.7056128978729248;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6faeef3f4508 {
   overflow: visible;
 }

 .imageview_83bb0cec0849 {
   width: 53px;
   height: 53px;
   z-index: 3;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: 70.78px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_83bb0cec0849.wp-block-image {
   width: 53px !important;
   height: 52px !important;
   left: 71px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_83bb0cec0849 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_a1aa229beca9 {
   width: 53px;
   height: 53px;
   z-index: 3;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: -1.5px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_a1aa229beca9.wp-block-image {
   width: 52px !important;
   height: 52px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_a1aa229beca9 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .imageview_b16a7ea41709 {
   width: 53px;
   height: 53px;
   z-index: 4;
   border-top: 3px solid #33d5b8ff;
   border-right: 3px solid #33d5b8ff;
   border-bottom: 3px solid #33d5b8ff;
   border-left: 3px solid #33d5b8ff;
   position: absolute !important;
   left: 37.51px;
   top: -1.5px;
   border-radius: 50% 50% 50% 50%;
 }

 .imageview_b16a7ea41709.wp-block-image {
   width: 53px !important;
   height: 52px !important;
   left: 38px !important;
   top: 0px !important;
   overflow: hidden;
 }

 .imageview_b16a7ea41709 img {
   width: 100% !important;
   height: 100% !important;
   object-fit: cover;
   object-position: left top;
   max-width: none !important;
 }

 .container_b82866be6324 {
   position: absolute !important;
   overflow: visible;
   width: 125.06px;
   height: 52.78px;
   z-index: 3;
   left: 47.04px;
   top: 40.16px;
 }

 .container_9797ab812af5 {
   position: absolute !important;
   overflow: visible;
   width: 218px;
   height: 218px;
   z-index: 2;
   left: 359px;
   top: 2398px;
 }

 .imageview_20adb2ef46e6 {
   width: 1600px;
   height: 993px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_c6fbf744f2d0 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 993px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_b63bd3252001 {
   width: 371.57px;
   height: 154.62px;
   z-index: 2;
   transform: rotate(-1.724853210548166deg);
   transform-origin: 0 0;
   position: absolute !important;
   left: 879.27px;
   top: 513.68px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_0bb0ae17bd2d {
   width: 100%;
   min-width: 0;
   height: 260px;
   z-index: 1;
   line-height: 65px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Poppins';
 }

 .text_autoheight_0bb0ae17bd2d {
   overflow: visible;
 }

 .text-28b60ad679ac_0bb0ae17bd2d {
   line-height: 65px;
   font-family: 'Hanken Grotesk';
 }

 .text-65f002e9c3d2_0bb0ae17bd2d {
   line-height: 65px;
   font-family: 'Hanken Grotesk';
 }

 .text_746470583e51 {
   width: 100%;
   min-width: 0;
   height: 64px;
   z-index: 1;
   line-height: 32px;
   word-wrap: break-word;
   white-space: normal;
   mix-blend-mode: normal;
   opacity: 0.8999999761581421;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_746470583e51 {
   overflow: visible;
 }

 .container_8b2864cce5d8 {
   width: 213px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #121d9d80;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_d45a29f5ddfd {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 31px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_4d3e1c796f18 {
   width: 36px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 168px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_cf23d479ccce {
   width: 33.94px;
   height: 33.94px;
   z-index: 3;
   position: absolute !important;
   left: 169px;
   top: 10px;
 }

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

 .container_836747d67894 {
   position: relative !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_836747d67894 {
   position: relative !important;
   overflow: visible;
   width: 213px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_836747d67894 {
   width: 213px;
   height: 56px;
   z-index: 1;
 }

 .container_bc95c925383c {
   width: 567px;
   height: 464px;
   z-index: 1;
   position: absolute !important;
   left: 244px;
   top: 289px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 42px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba338ec92603 {
   width: 196px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 100px 100px 100px 100px;
 }

 .text_7a87aca94b31 {
   width: 196px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_7a87aca94b31 {
   overflow: visible;
 }

 .container_b5678d672662 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: -22px;
   top: 0px;
 }

 .container_9bb58a7010d2 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 1;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_9bb58a7010d2 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_9bb58a7010d2 {
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .text_78ab71f09b1c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_966ea4b970d2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e663cb101824 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e7e458b0cd80 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9dacea2bf370 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0fa7ba287fa0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3ffaa9d04c21 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_323148f4cb9d {
   width: 675px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_323148f4cb9d {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_323148f4cb9d {
   width: 675px;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5d25a4c5f549 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_62f6002d45cf {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 1;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_62f6002d45cf {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_62f6002d45cf {
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .imageview_3d619d3a1b86 {
   width: 918px;
   height: 690px;
   z-index: 1;
   position: absolute !important;
   left: 845px;
   top: 240px;
 }

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

 .imageview_9bfc31299f3e {
   width: 175px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 148px;
   top: 1105px;
 }

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

 .imageview_a21b6a01253d {
   width: 97px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 973px;
   top: 1124px;
 }

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

 .container_dcfd5b3723da {
   width: 126px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 958px;
   top: 1105px;
 }

 .imageview_f8fcf9abbf1f {
   width: 105px;
   height: 49px;
   z-index: 0;
   position: absolute !important;
   left: 1331px;
   top: 1110px;
 }

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

 .container_c3f78643d382 {
   width: 105px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 1331px;
   top: 1108px;
 }

 .container_79206b9e2679 {
   width: 137px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 1315px;
   top: 1105px;
 }

 .container_673735613f5c {
   width: 173px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 554px;
   top: 1105px;
 }

 .imageview_43580ca6abf1 {
   width: 166px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 558px;
   top: 1120px;
 }

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

 .viewport_20f4d3d771bf {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_f2f8928e96b3 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4350px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_6e8f273b1fee {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4371px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_acb14b744607 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4402px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_0344d580618e {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4389px;
 }

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

 .container_c2d661e262b3 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_26e1c39acd7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1d25a8d63327 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_77b6857fb205 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_b2c8f1c65e8f {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4350px;
 }

 .container_wrapper_b2c8f1c65e8f {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4350px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_b2c8f1c65e8f {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_3abb32109b6c {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4350px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6c4b529d4ca8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4386px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b4a7f47489d3 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4416px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_fa3114614d81 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4389px;
 }

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

 .container_cb7d089fc94e {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4534px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_59d1060daf45 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4567px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_59d1060daf45 {
   overflow: visible;
 }

 .text_b474556adba1 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4605px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_a55563f1270f {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4573px;
 }

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

 .container_3d73b5f12248 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4534px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_b298e5552043 {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4567px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b298e5552043 {
   overflow: visible;
 }

 .text_450b9c16df9d {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4611px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_3868acc1eff3 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4573px;
 }

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

 .imageview_772aaf3febcc {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_d57db321c405 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .imageview_48cdd317e8b9 {
   width: 175px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 167px;
   top: 833px;
 }

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

 .imageview_656fe33391a7 {
   width: 97px;
   height: 46px;
   z-index: 0;
   position: absolute !important;
   left: 992px;
   top: 852px;
 }

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

 .container_4145cdc9a789 {
   width: 126px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 977px;
   top: 833px;
 }

 .imageview_a150ac009490 {
   width: 105px;
   height: 49px;
   z-index: 0;
   position: absolute !important;
   left: 1350px;
   top: 838px;
 }

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

 .container_625e172723d0 {
   width: 105px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 1350px;
   top: 836px;
 }

 .container_e55f6bc13f35 {
   width: 137px;
   height: 79px;
   z-index: 1;
   position: absolute !important;
   left: 1334px;
   top: 833px;
 }

 .container_b07b0511f915 {
   width: 173px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 573px;
   top: 833px;
 }

 .imageview_af4f53e1bbc6 {
   width: 166px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 577px;
   top: 848px;
 }

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

 .container_8a7f53f639cd {
   width: 5.99px;
   height: 5.99px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_d07acd64b45d {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(332deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ee5785e4fbdf {
   padding: 4px 12px 4px 12px;
   width: 259.81px;
   height: 26.31px;
   z-index: 0;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 2.03px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_ef23fd94514c {
   width: fit-content;
   z-index: 0;
   line-height: 66px;
   font-family: 'Barlow Condensed';
 }

 .text-75cf6560bc57_ef23fd94514c {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-793df7818250_ef23fd94514c {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-4aa39947129d_ef23fd94514c {
   line-height: 66px;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_8f78d849991f {
   width: 448px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8f78d849991f {
   overflow: visible;
 }

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

 .text_fb4f97116ada {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .imageview_bd37395f9eba {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_cc6d30fa8d4f {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_cc6d30fa8d4f {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_cc6d30fa8d4f {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_3530bc99b654 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_1ed5134cab88 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_e41dd6546ec6 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_e41dd6546ec6 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_e41dd6546ec6 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_56e9b0c9d52d {
   padding: 32px 0 0 0;
   width: 502px;
   height: 81.81px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f4c1e25e55e0 {
   width: 502px;
   height: 443.87px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ecd46aed93f {
   width: 533.99px;
   height: 263.1px;
   z-index: 0;
   position: absolute !important;
   left: 558px;
   top: 170.38px;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_5cb37ca7a00f {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_4ee15ffc1948 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_d484b0023a1e {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_027bc74100cb {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4dd5d4fadd9b {
   padding: 0 0 0 8px;
   width: 218px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fae55cd099b1 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(337deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_b69d93c46e04 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d9592ca22f14 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 214.1px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_27150406a391 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 329.15px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_68493c506ffc {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 444.2px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_030283ea9cee {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 13.33px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_a0447bcef44b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c79b7b7cf2a7 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 189.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4964f0746d69 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 304.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_728bafd7ed16 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 419.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c7b0e3abe12c {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_e496bf014b57 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_22c5a183e002 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 189.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_55f67f5f548c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 304.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_738a4d50faea {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 419.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_192834c6d6ee {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_05b7ae50bfe8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c0195d049c54 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 189.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d5de56c5a4ac {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 304.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_aed65ca40a87 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 419.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c028bec0bc84 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_126227d48c7e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0eb2870c6bde {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 198.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9f6f014affca {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 313.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9f48ab6b5025 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 428.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c17639d6151f {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_44815107d1f1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_95872bafd721 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 198.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_b918b25404e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 313.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_04dc80ebc1b4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 419.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_6f50b5469b8b {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_7b5a1e9c665c {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_911d2a0e849d {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 198.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c5b9e0ef24ab {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 313.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9ab8cee1f7eb {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 428.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6adbda8ae806 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d95b3a7cc547 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_a965d33a10d4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 210.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_8857ec99e2a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 325.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_b07506ff12eb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 440.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d427c8aae965 {
   position: relative !important;
   overflow: visible;
   width: 476.19px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9530e5bcd56f {
   padding: 12px 12px 12px 12px;
   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_be936277ac50 {
   width: 502px;
   height: 231.11px;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 574px;
   top: 186.38px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_a2befd7fa7e0 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 619.87px;
   z-index: 0;
   left: 250px;
   top: 142px;
 }

 .text_4a1487c1fe10 {
   width: fit-content;
   z-index: 0;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_5899fc1b2159 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_41dc0538acb3 {
   padding: 8px 0 0 0;
   width: 285.77px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0e5d7ba06943 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f5174afc0a2b {
   padding: 4px 0 0 0;
   width: 285.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9dc6087c577d {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef940c32ef25 {
   width: fit-content;
   z-index: 0;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_7791d142b165 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cc6637f3b30f {
   padding: 8px 0 0 0;
   width: 285.77px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3d4af9c6c702 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_90d6d74bde06 {
   padding: 4px 0 0 0;
   width: 285.77px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f601aa7ac3f0 {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 374.67px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0646b4ecb70 {
   width: fit-content;
   z-index: 1;
   line-height: 77px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(275deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_b25478f4c2d8 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0eacbda09cb7 {
   padding: 8px 0 0 0;
   width: 286.68px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9bbd390231ca {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2aa616491fe9 {
   padding: 4px 0 0 0;
   width: 286.68px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb72f21cf751 {
   padding: 32px 32px 32px 32px;
   width: 350.67px;
   height: 196.98px;
   z-index: 1;
   position: absolute !important;
   left: 725.33px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b4af7ab0fc6 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 357.89px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   left: 250px;
   top: 973.99px;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_1a6e4250f48c {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_4f903f0bd72c {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_4824564f56e0 {
   padding: 4px 12px 4px 12px;
   width: 189.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

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

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

 .text_707ffd1bc297 {
   width: 503px;
   height: 165px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_707ffd1bc297 {
   overflow: visible;
 }

 .container_f013c072c932 {
   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_a58184006222 {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a58184006222 {
   overflow: visible;
 }

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

 .imageview_3f6286a44eed {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_8a047e46c3e0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_92c11f997ea5 {
   width: 100%;
   min-width: 0;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6d0ead055adc {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_254ea3aa0a87 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7bfb2692d001 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_22707a6fac37 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_886ae763b81c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9df1620365db {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_21765dddbdbd {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f27b3d0dde93 {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_09615f0714d6 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_3aede70c2416 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_e8c68322772d {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff66;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_e337687fac4c {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa0afb2103cd {
   padding: 0 0 0 8px;
   width: 218px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27ab19e59216 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(334deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_1c8703a0d918 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_49f976b55dce {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 174.1px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_aa957b645d7b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 269.15px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1e74ee38c87e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 364.2px;
   top: 0px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e93e195992ae {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 13.33px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6a8d1a029284 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e06c7e3ccaa5 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 149.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_94019ecc5619 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 244.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7127aa5efce8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 339.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_14d2d5cecb3e {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_26bbd68eacd8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_5079d68d8f72 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 149.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b61477bac6b9 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 244.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c6ec148abb68 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 339.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_96fc6633d77a {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 3;
   border-radius: 4px 4px 4px 4px;
 }

 .text_e0db44b966ff {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_df3ebd819e7c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 149.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e53fa19180b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 244.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d1b1d1db7e19 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 339.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_32d7e89fee77 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 4px 4px;
 }

 .text_c25c97fdad3f {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0971ed6a6b19 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 158.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b9f0ce11bdfa {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 253.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_13f580e670ea {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 348.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1a0a305cf579 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_f3e55c9e02fb {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_ede3be5bec06 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 158.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_91a5e703fe7e {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 253.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_d62eb9f86d53 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 339.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_cecc0d8e8f5b {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 3;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_54b88d7dfc3b {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a6dd10f02c93 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 158.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1b1e6a427185 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 253.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_25086899de5d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 348.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8b3a8b955862 {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 4;
   border-radius: 4px 4px 4px 4px;
 }

 .text_9e5699d2dc1a {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 8px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_4ac5cfa79fe6 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 170.1px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_0844ddab404f {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 265.15px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_e500ecb3724b {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 360.2px;
   top: 4px;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a0014229c1ac {
   position: relative !important;
   overflow: visible;
   width: 396.2px;
   height: 22.66px;
   flex-shrink: 0;
   z-index: 5;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_485403207f62 {
   padding: 12px 12px 12px 12px;
   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_d571020e6b47 {
   width: 422.01px;
   height: 231.11px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_28a736ba1225 {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_933eed364abe {
   padding: 0 0 0 32px;
   width: 502px;
   height: 279.11px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 115.58px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eff427640804 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 511.18px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_6ad8bae6b8b3 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_83cb6c7ad423 {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(323deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_5b8d64aa6f46 {
   padding: 4px 12px 4px 12px;
   width: 201.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_d64f1461522a {
   width: 503px;
   height: 165px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d64f1461522a {
   overflow: visible;
 }

 .container_9cdfc085baba {
   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_be7a314b52b6 {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_be7a314b52b6 {
   overflow: visible;
 }

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

 .imageview_c83dbd6d755b {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bd286d98aeb3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5402562c3136 {
   width: 100%;
   min-width: 0;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a4e16bf38adb {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c22f42de6a95 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aaea6c221997 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_53f637552445 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c1cd0dc87460 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b7c8d0a33a59 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e87df0649165 {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9e6f25007813 {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_96c64902ed57 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_4302f1832c32 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5b5ca347eb22 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #b9f8cfff;
   border-right: 0.91px solid #b9f8cfff;
   border-bottom: 0.91px solid #b9f8cfff;
   border-left: 0.91px solid #b9f8cfff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_5b5ca347eb22 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #b9f8cfff;
   border-right: 0.91px solid #b9f8cfff;
   border-bottom: 0.91px solid #b9f8cfff;
   border-left: 0.91px solid #b9f8cfff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f0fdf4;
   border-radius: 4px 4px 4px 4px;
 }

 .container_bc8997ed5d97 {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_459b49d68cd6 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_2ea92fe1c5b8 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_144803910a34 {
   width: 388.2px;
   height: 14.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_55b1c3202ddb {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_ee082c818583 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_055eef47d2c7 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_80be4cbeac1e {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_35084426f670 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_577eee4d71be {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_6c1435e9349b {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e92a55073a5d {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_52e13a73fd59 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_96826d63700d {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_881faa44eae5 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_0df24dda874e {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 22.67px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_59c394f9de05 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(313deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_4f41d98038b8 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_7c19d475edb2 {
   padding: 8px 0 0 0;
   width: 388.2px;
   height: 23.57px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_db7cac1cadce {
   padding: 16px 16px 16px 16px;
   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_101fac191d23 {
   width: 422.01px;
   height: 206.74px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_ad7344ecac5a {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_96d535074c4c {
   padding: 0 32px 0 0;
   width: 502px;
   height: 254.74px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 127.76px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a321ada32211 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 511.18px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-left: 0px solid #00000014;
   box-shadow: inset 0 -0.91px 0 0 #00000014;
 }

 .imageview_7007391bbf25 {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1e36ab29ad9d {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_130a71ff65fd {
   padding: 4px 12px 4px 12px;
   width: 158.81px;
   height: 26.31px;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

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

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

 .text_f228f688f792 {
   width: 503px;
   height: 165px;
   z-index: 1;
   line-height: 55px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f228f688f792 {
   overflow: visible;
 }

 .container_fe025971f2cd {
   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_e73296ea9dcb {
   width: 503px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e73296ea9dcb {
   overflow: visible;
 }

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

 .imageview_0559215ecd68 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_efa5190d4261 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a391813bdd8b {
   width: 100%;
   min-width: 0;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_39c410a87375 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9a5e351bf0ee {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_62c122bedb73 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_340b6dfa4999 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_423cadf6d5f9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_80f8cdc4eba5 {
   padding: 8px 0 0 0;
   width: 502px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6407ebd06ae7 {
   padding: 24px 0 0 0;
   width: 502px;
   height: 99.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed720930458c {
   width: 502px;
   height: 350.27px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fce96dd36457 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e502ceb98348 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_07a2e8b77907 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_c6988442df71 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_37428270185d {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d1e5e0471e7d {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7b6cae4fd861 {
   width: 388.2px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db5e5c9103a4 {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-19395dfd0bba_db5e5c9103a4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-52631140cb22_db5e5c9103a4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-1d3f57a852a8_db5e5c9103a4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-f0bb7a36cc23_db5e5c9103a4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_dc2f3c4a8874 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_35bba3439a49 {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-c5d366c16f12_35bba3439a49 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-a4bf37215f18_35bba3439a49 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-5028757480c8_35bba3439a49 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-60ce8174a3d0_35bba3439a49 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_f4bb7a8f9584 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_011db00fff32 {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-53022e3194c5_011db00fff32 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-5831222adb2e_011db00fff32 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-5140932c13c1_011db00fff32 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-e6de40bfd907_011db00fff32 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_adb4cd4b9feb {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_470248c2d617 {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-6e85fadd3b98_470248c2d617 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-d94f0fdb04fc_470248c2d617 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-618db42611a8_470248c2d617 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-18e45ab15f38_470248c2d617 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_e58dad928e97 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2a0f616afda {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-471efc9e1a9a_e2a0f616afda {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-c747cd983f88_e2a0f616afda {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-d0f42d63733c_e2a0f616afda {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-f3c6af23ed02_e2a0f616afda {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_c5522968cba8 {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_68c7c78b0fc4 {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-d68340051b3c_68c7c78b0fc4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-6836ee52eefd_68c7c78b0fc4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .text-1096c67f72c8_68c7c78b0fc4 {
   line-height: 16.25px;
   font-family: 'Hanken Grotesk';
 }

 .container_a0185d07ad7b {
   padding: 4px 0 0 16px;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_60bbe335b13b {
   width: fit-content;
   z-index: 2;
   line-height: 16.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2415efdcecb6 {
   padding: 4px 0 0 0;
   width: 388.2px;
   height: 21px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_01190e17065c {
   width: 422.01px;
   height: 223.7px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_c28846f4bc91 {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_e8093a4856c4 {
   padding: 0 0 0 32px;
   width: 502px;
   height: 271.7px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 119.28px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_17ed7a14fef7 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 510.27px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5cc9bb496668 {
   padding: 16px 24px 16px 24px;
   width: 1100px;
   height: 1564.63px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 250px;
   top: 1329px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e7a8d61cb88 {
   width: fit-content;
   z-index: 2;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_fe260f4493eb {
   width: fit-content;
   z-index: 2;
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .container_729f37038de1 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5af797545e3 {
   width: 1052px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_99193d519a51 {
   width: 464.18px;
   height: 12px;
   z-index: 2;
 }

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

 .text_5ffde7a51fed {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5ffde7a51fed {
   overflow: visible;
 }

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

 .text_ae98df5e70e4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_37e4ca5236b7 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2354328e145e {
   padding: 2px 0 0 0;
   width: 464.18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_012211767262 {
   padding: 16px 0 0 0;
   width: 464.18px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_bc8b2e644303 {
   padding: 24px 24px 24px 24px;
   width: 514px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .imageview_85506edc67a7 {
   width: 464.19px;
   height: 12px;
   z-index: 2;
 }

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

 .text_4199bae4e6d4 {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4199bae4e6d4 {
   overflow: visible;
 }

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

 .text_e3c8990e607f {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7982ef800dd1 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5c966dde2b9 {
   padding: 2px 0 0 0;
   width: 464.19px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_23706e571696 {
   padding: 16px 0 0 0;
   width: 464.19px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_af05c972b727 {
   padding: 24px 24px 24px 24px;
   width: 514.01px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 538px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_3274fe12ed19 {
   width: 464.18px;
   height: 12px;
   z-index: 2;
 }

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

 .text_417d1a1ddb9b {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_417d1a1ddb9b {
   overflow: visible;
 }

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

 .text_ed56b6835996 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_8db0fd9694ce {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5bff34443947 {
   padding: 2px 0 0 0;
   width: 464.18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11cf82b2e0c2 {
   padding: 16px 0 0 0;
   width: 464.18px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_67ef765645e8 {
   padding: 24px 24px 24px 24px;
   width: 514px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 0px;
   top: 222.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_875308db9596 {
   width: 464.19px;
   height: 12px;
   z-index: 2;
 }

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

 .text_dfb714ababec {
   width: 465px;
   height: 46px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_dfb714ababec {
   overflow: visible;
 }

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

 .text_3c3a7baaeff4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7b9f4365b814 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a0c0a3c75bcd {
   padding: 2px 0 0 0;
   width: 464.19px;
   height: 18px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_709662377514 {
   padding: 16px 0 0 0;
   width: 464.19px;
   height: fit-content;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_f3396ae87750 {
   padding: 24px 24px 24px 24px;
   width: 514.01px;
   height: 198.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 538px;
   top: 222.18px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_ac5c75effa6d {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7aa14f64e1a7 {
   width: 1100px;
   height: 769.18px;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 2893.63px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

 .text_e6f5b08a8af9 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3981b8725600 {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b942ca76a9b4 {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b8f8aa35a3aa {
   padding: 16px 0 0 0;
   width: 1052px;
   height: 85px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_67248132b9fd {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_67248132b9fd {
   overflow: visible;
 }

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

 .text_a7fbcd949995 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .imageview_c321cfe00229 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_80f54240d207 {
   padding: 16px 32px 16px 32px;
   width: 222.99px;
   height: 55.99px;
   z-index: 1;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_76214d447541 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 3797.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_010cc858f0a7 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_eb207b462524 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_eb207b462524 {
   overflow: visible;
 }

 .container_cfd0d650edd7 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_1b1e647ff048 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_1b1e647ff048 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_1b1e647ff048 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_50b96479430a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e32e6f15e68a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ab86f07d528c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_eccc1a2aaf2a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_13b0201a7ec2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d68cb677fff2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_acd292b1311f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_43195c95abc0 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_43195c95abc0 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_43195c95abc0 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2dfa91a1b8b1 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_7e2f31088eeb {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_7e2f31088eeb {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_7e2f31088eeb {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_365eb23d522e {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_dabe9ac6f43a {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_72af4d25be2a {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_17e10226aa15 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_17e10226aa15 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_17e10226aa15 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_d4ec7164b436 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_27e22c138d06 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_db4812c61ab4 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_db4812c61ab4 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_db4812c61ab4 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_7fac55773446 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_26018a4731eb {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ee1b4e2e9e89 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_ee1b4e2e9e89 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_ee1b4e2e9e89 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_9d28209cc4df {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_47501577b990 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_cb63945c2cce {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_0c6d5daca214 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_93799f51d824 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a3357aa434ab {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_a3357aa434ab {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_a3357aa434ab {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_299c0f4f0e7e {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e986e938213b {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e74d503495f5 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_365c2a85f0aa {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_365c2a85f0aa {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_365c2a85f0aa {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2d10dcd9177d {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_8f958b1c0096 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_f44ab08f4858 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f44ab08f4858 {
   overflow: visible;
 }

 .text_513193e2e4b3 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_513193e2e4b3 {
   overflow: visible;
 }

 .container_94914016aa73 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_9e9f53678d5d {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_ec5116aa0b35 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_5b67767b673e {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_2b8759389194 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_d20bb15d7fe5 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_f1984894a26a {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_18e5d965936a {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6a6d0b2cdb23 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_9f6aec73cb3a {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_4e5df0b136df {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_11cd4e489a69 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .viewport_2f73bd614071 {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_ca3e78015e2c {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4385px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_1127de6e5406 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4406px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_cf3e91e386ae {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4437px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_822cdf365c58 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4424px;
 }

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

 .container_6dc2b3e2c813 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_3b41f36fae68 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7a4676dee79b {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_c7f66faa0533 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_a57de0e05478 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4385px;
 }

 .container_wrapper_a57de0e05478 {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4385px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_a57de0e05478 {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_2b3d73d1995f {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4385px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_5131f3fd3a50 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4421px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3f7e451c4478 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4451px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_ca0ca6cc98b6 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4424px;
 }

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

 .container_a116925153b2 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_4a939b401a85 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 103px;
   top: 33px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4a939b401a85 {
   overflow: visible;
 }

 .text_1986e4e696d2 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 102px;
   top: 71px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_514d52179eb6 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 39px;
 }

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

 .container_7a2fd500b06e {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 469px;
   top: 4569px;
 }

 .container_wrapper_7a2fd500b06e {
   position: absolute !important;
   overflow: visible;
   left: 469px;
   top: 4569px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_7a2fd500b06e {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_35044158d9e7 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4569px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6a181fd1a56b {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4602px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6a181fd1a56b {
   overflow: visible;
 }

 .text_a26f33c33f45 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4646px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_72e8989f0289 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4608px;
 }

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

 .imageview_4f0b3adc026e {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_bc11dce946f5 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_9035470a45b2 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d0c3630f371b {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_63ba1340c91b {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ae69a312a8b3 {
   padding: 16px 0 0 0;
   width: 1052px;
   height: 85px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a72bf5f6192c {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a72bf5f6192c {
   overflow: visible;
 }

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

 .text_a4716f7d3f79 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_7776638a0c4a {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_c38cbc781d03 {
   padding: 16px 32px 16px 32px;
   width: 205.99px;
   height: 55.99px;
   z-index: 1;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .container_4cc267b7afec {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 244px;
   top: 3797.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_e88247926595 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_fcb968f676d1 {
   width: fit-content;
   z-index: 0;
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .container_93f876211723 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_b51dee56c7a8 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_4c44a3c1c233 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ca96e0a81627 {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_043c761ebf75 {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_043c761ebf75 {
   overflow: visible;
 }

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

 .container_168702fca55b {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_eef39601e734 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_4825c8815bb3 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_292e5c045e5e {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61ff9f2675ff {
   width: 286px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_61ff9f2675ff {
   overflow: visible;
 }

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

 .container_e984364f5468 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 350.97px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ebe43c3aff16 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_296aeeb440c3 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9e299a332d5c {
   padding: 20px 0 0 0;
   width: 286.07px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5ff4ee342393 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5ff4ee342393 {
   overflow: visible;
 }

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

 .container_a940a2684f88 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 221.12px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 701.03px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f51165dfc273 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_08606ce31769 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_36dd5069d506 {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4e11c5cfe73b {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4e11c5cfe73b {
   overflow: visible;
 }

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

 .container_eb748f7d8f11 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 0;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 0.91px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4749cf96bb99 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_41c2734339cd {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_193fd1e5d79c {
   padding: 20px 0 0 0;
   width: 285.16px;
   height: 44px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_17f997ad375c {
   width: 286px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_17f997ad375c {
   overflow: visible;
 }

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

 .container_2758bd2bc023 {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 350.97px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_330413a6665b {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_b051e2d52434 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_418e59223990 {
   padding: 20px 0 0 0;
   width: 286.07px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_040f7ce03fb4 {
   width: 287px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_040f7ce03fb4 {
   overflow: visible;
 }

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

 .container_ea4e09abd5bf {
   padding: 32px 32px 32px 32px;
   width: 350.06px;
   height: 242.95px;
   z-index: 0;
   position: absolute !important;
   left: 701.03px;
   top: 222.02px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7331f1c1c89f {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 465.88px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

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

 .container_9a2b686bf578 {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4c0ccaeb3c3 {
   width: 1100px;
   height: 821.79px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 830.11px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0c9169d68d5c {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_543c98d4d12a {
   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_51a28afdc65b {
   width: fit-content;
   z-index: 1;
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .container_477c7bc1fbee {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 122px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_511aebdd6c59 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_7186846b93d8 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f745b6a690f4 {
   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_4262687e3ac9 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d0ab91fe7e4f {
   padding: 2px 0 0 0;
   width: 91.27px;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_852ea0ba1a3e {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6bd3e917a583 {
   width: 446px;
   height: 78px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6bd3e917a583 {
   overflow: visible;
 }

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

 .imageview_e92a9e6019ba {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_621ffbde8ed1 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d63902b5ba14 {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d8ad5d926f5d {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c0812164430d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c4b834c724e6 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_000e8060a547 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9ba5b3fa7641 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c6b6e8c7d505 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_38816c236ce3 {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: 107.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_08b571ffcd06 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_e78250ef5276 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_4f859e22f7b1 {
   width: fit-content;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e0fe9bb72f95 {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_906e18dd8822 {
   width: fit-content;
   z-index: 1;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a4f0b7e6d7b1 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c1b923402054 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_c1b923402054 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff6ff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8208ddbd06ee {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_837009ecbcd7 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d591aa8b60d1 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .text_1283fe157858 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_18922e42f54c {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #121d9d;
 }

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

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

 .text_b04fbb022adc {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b64f0a1f6c1c {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .text_ef8b0e26bbe2 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_21076c714aab {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #121d9d;
 }

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

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

 .text_3a1cb8264e71 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ad042c16524d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1.82px solid #121d9dff;
   border-right: 1.82px solid #121d9dff;
   border-bottom: 1.82px solid #121d9dff;
   border-left: 1.82px solid #121d9dff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .text_029e0d0cf32f {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_73bf4704dd11 {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #00000014;
 }

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

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

 .text_419df50eddb9 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fd28854b767a {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f8;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .text_8c21f9f38ad9 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_b771dde39f12 {
   width: 12px;
   height: 0.99px;
   flex-shrink: 0;
   z-index: 1;
   background: #00000014;
 }

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

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

 .text_99ea2491e179 {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e69876654e30 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #f3f4f8;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

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

 .text_f9ec1f34f18f {
   width: fit-content;
   z-index: 1;
   line-height: 10.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .text_d3486012c7ec {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_90771c4853b7 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .text_023fc99fe7e6 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_337e2512a04d {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_0aa3b9227918 {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0c0befe32439 {
   width: fit-content;
   z-index: 2;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_f641f7b66657 {
   width: fit-content;
   z-index: 2;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_755fad7f1e44 {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_08355ed3f487 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_62f594e9138f {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_40f58349ceb7 {
   padding: 6px 0 0 0;
   width: 350.19px;
   height: 19.33px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b7e4e8d8ca0 {
   padding: 12px 0 0 0;
   width: 350.19px;
   height: 83.32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_39dda52d9edd {
   padding: 12px 16px 12px 16px;
   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_eb70326bf1fc {
   width: 384px;
   height: 177.81px;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_fcd8c34e645f {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 1;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

 .container_58667ed0c63e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

 .imageview_c5b87ec2c98f {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_ebafd8ca416f {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_4b6876b614b0 {
   width: fit-content;
   z-index: 2;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_2f736faacc31 {
   width: 105.81px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b12fd18001c {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d6e63c664637 {
   width: 446px;
   height: 78px;
   z-index: 2;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d6e63c664637 {
   overflow: visible;
 }

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

 .imageview_fa66fc283a1d {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_840c436d01e9 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5b1b722e1a1e {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9b38c4301f4e {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_5068243cbda7 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4fcf952737e5 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2b15c13cf5a3 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_73b1db05464a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5f9f0c4fd264 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b93c402b7840 {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: 107.98px;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7b3be63e3ddc {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_45439ec43c5f {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_823352a84f0e {
   width: fit-content;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_5ac659223ba9 {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 2;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_14677079bec6 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_64a363590228 {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_f48056ecc5d3 {
   padding: 10px 12px 10px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_dbc2074f8abf {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a564c74dcb08 {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_d4e61c6dbb76 {
   width: 46.32px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2c6325470568 {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_6d85f5e6e682 {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_e69d8f000ea0 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a1367366ee0c {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_1c620d534eee {
   width: 38.64px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_73ea69f639d9 {
   width: fit-content;
   z-index: 2;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_25b7e441ce84 {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_254ff9387850 {
   width: fit-content;
   z-index: 3;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_82a6fcb3521a {
   width: fit-content;
   z-index: 3;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_55645b08f6ea {
   width: 38.98px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_349049e86d56 {
   width: fit-content;
   z-index: 3;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_88c150e5961b {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_ebd25f1e5509 {
   width: fit-content;
   z-index: 3;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_6e91896cca43 {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

 .container_dcaa977aa1be {
   width: 220px;
   height: 198.27px;
   max-width: 220px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_ba743c9691ce {
   width: 384px;
   height: fit-content;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d2fdad63ed3d {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 2;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e8edff;
 }

 .container_4e047b9305db {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

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

 .imageview_9e6b92f926f9 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ee38f7a12e00 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f267b3eb883 {
   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_591995222ad1 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c637b2eddffc {
   padding: 2px 0 0 0;
   width: 91.27px;
   height: 17px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_34a5d9e92a6a {
   padding: 0 0 24px 0;
   width: 445.09px;
   height: 59.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_71ea3569e125 {
   width: 446px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_71ea3569e125 {
   overflow: visible;
 }

 .container_a5ba6892fbc5 {
   padding: 0 0 24px 0;
   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;
 }

 .imageview_644e63828bf2 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_d0a93d931af7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_44bc2bdc68a9 {
   width: 445.09px;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_49ce5094b4d4 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_da109a1660b4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f7f41eec4239 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1e164a9b7029 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_aef7665faa76 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7f5b988db075 {
   padding: 8px 0 0 0;
   width: 445.09px;
   height: 27.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9aca3651fe3c {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: 107.98px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_32e0cbaef277 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_782802ded406 {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_5b8bc6f4bcbc {
   width: fit-content;
   height: 19.99px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e16c48600984 {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.97px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_e959237beec3 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_cf4a238cc916 {
   width: fit-content;
   z-index: 1;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_6f836b59484e {
   padding: 8px 16px 8px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0px solid #00000014;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_7f99da4e720b {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_24637d9d9d07 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 162.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7fe278d5bdb4 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 319.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d9f05d032bd9 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ec0f80e31e80 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8d97bd85df38 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 162.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bf5490c6e18c {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 319.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d0834b2d7721 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 3;
   background: #eef2ff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_d1903b883c7a {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a8140e1da457 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 162.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8fb6d3f80373 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 314.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e5ba9c243adb {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 4;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_45a7106549f6 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 8px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8d3598f80ae4 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 162.59px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_070095d608e5 {
   width: max-content;
   z-index: 5;
   position: absolute !important;
   left: 314.18px;
   top: 5.99px;
   line-height: 13.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_256ed0872667 {
   position: relative !important;
   overflow: visible;
   width: 358.19px;
   height: 25.32px;
   flex-shrink: 0;
   z-index: 5;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_c7bdb82bf35e {
   width: 384px;
   height: 175.31px;
   max-width: 384px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_bbb749b62459 {
   padding: 40px 40px 40px 40px;
   width: 525.09px;
   height: 369.96px;
   z-index: 1;
   position: absolute !important;
   left: 526px;
   top: 0.91px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e4eaff;
 }

 .container_773bffb9bd04 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 371.78px;
   flex-shrink: 0;
   z-index: 1;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   box-shadow: inset 0 0 0 0.91px #00000014;
 }

 .container_6771c46ba89e {
   padding: 24px 0 0 0;
   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_b1311873a57c {
   padding: 56px 0 0 0;
   width: 1052px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88259fa64701 {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15bd2199df49 {
   width: 1100px;
   height: 1519.24px;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 1651.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f4f8;
 }

 .text_093019082f35 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_873b90180bcf {
   width: fit-content;
   z-index: 0;
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .text-bf02b90310cb_873b90180bcf {
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .text-55de99fdc0b3_873b90180bcf {
   line-height: 55px;
   font-family: 'Hanken Grotesk';
 }

 .container_6b8e073cabf7 {
   padding: 16px 0 0 0;
   width: 494px;
   height: 126px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_67d6a66f8db2 {
   width: 448px;
   height: 78px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_67d6a66f8db2 {
   overflow: visible;
 }

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

 .text_111b5cebd8d3 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_2d163b7551a9 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_9208bcd0f6f0 {
   padding: 12px 24px 12px 24px;
   width: 158.2px;
   height: 47.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_wrapper_ac966a3431e4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

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

 .container_a6ccc60d24ac {
   width: 494px;
   height: 320.47px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 102px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe8ce37cabee {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b0e4d18b42d9 {
   padding: 2px 0 0 0;
   width: 14px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_57c863a7ba15 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_4878c16bbaaf {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e53f6d46d271 {
   padding: 2px 0 0 0;
   width: 287.86px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1e8065ed0a62 {
   width: 287.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_2391eff9e81b {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9f1837a41cdf {
   padding: 2px 0 0 0;
   width: 14px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ff5c702e208e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_62f81a81c8d3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6dc268d8ab17 {
   padding: 2px 0 0 0;
   width: 299.96px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8eb509b40164 {
   width: 299.96px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2bf2926e3da0 {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8c02d7431eeb {
   width: fit-content;
   z-index: 1;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fc446fc47d9b {
   padding: 2px 0 0 0;
   width: 14px;
   height: 19px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_55fda5586d49 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c069dcc7a76b {
   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_10ece0a698ba {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_29101d328b27 {
   padding: 2px 0 0 0;
   width: 291.08px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_1706a634120c {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1979acf3dd83 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0940207a3812 {
   padding: 2px 0 0 0;
   width: 14px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5db7e6a93846 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_baa8a74fefe0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_37f036790d08 {
   padding: 2px 0 0 0;
   width: 304.06px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ede2699e381 {
   width: 304.06px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_445ca27bf0ae {
   padding: 20px 28px 20px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_11f98d564de0 {
   width: 494.01px;
   height: 332.47px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   position: absolute !important;
   left: 582px;
   top: 95.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a07463ad9d87 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 524.46px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_9dffb11f6e57 {
   width: 1100px;
   height: 525.37px;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0px solid #00000014;
   border-bottom: 0px solid #00000014;
   border-left: 0px solid #00000014;
   position: absolute !important;
   left: 250px;
   top: 3171.14px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_420bec712830 {
   width: 550px;
   height: 633.11px;
   z-index: 0;
   position: absolute !important;
   left: 550px;
   top: 0px;
   background: #f3f4f8;
 }

 .container_9a1c587b4507 {
   width: 5.99px;
   height: 5.99px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_03a9a8658e98 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_03037393aff9 {
   padding: 4px 12px 4px 12px;
   width: 192.81px;
   height: 26.31px;
   z-index: 0;
   border-top: 0.91px solid #1240e833;
   border-right: 0.91px solid #1240e833;
   border-bottom: 0.91px solid #1240e833;
   border-left: 0.91px solid #1240e833;
   position: absolute !important;
   left: 0px;
   top: 2.03px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eef2ff;
 }

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

 .text_7f610172a954 {
   width: fit-content;
   z-index: 0;
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-d680c92b91ca_7f610172a954 {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-7829583c83a5_7f610172a954 {
   line-height: 66px;
   background: linear-gradient(287deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_837031e4ea89 {
   width: 448px;
   height: 117px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_837031e4ea89 {
   overflow: visible;
 }

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

 .text_c85aa0615ed8 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_f7338da75c6d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_d79349a9b68c {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_d79349a9b68c {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_d79349a9b68c {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_a1566407e8ca {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3e211cc9c807 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_3e211cc9c807 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_3e211cc9c807 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #00000014;
   border-right: 0.91px solid #00000014;
   border-bottom: 0.91px solid #00000014;
   border-left: 0.91px solid #00000014;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_545b44117bec {
   padding: 32px 0 0 0;
   width: 462px;
   height: 81.81px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c88bf8211b1f {
   padding: 80px 64px 80px 0;
   width: 526px;
   height: 633.11px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_341d27b339f3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_5c4082a36ac6 {
   width: 160px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 108px;
   top: -0.15px;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5c4082a36ac6 {
   overflow: visible;
 }

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

 .text_d1431a740625 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_742e4dc117f9 {
   width: 160px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 121px;
   top: -0.42px;
   line-height: 22px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_742e4dc117f9 {
   overflow: visible;
 }

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

 .text_bf3baf5db28d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 44px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_8d209d466f4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 72px;
   top: 11.32px;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_168a4d2800a4 {
   padding: 80px 0 80px 64px;
   width: 526px;
   height: 384.8px;
   z-index: 1;
   position: absolute !important;
   left: 550px;
   top: 124.15px;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bf9fae9cef47 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 633.11px;
   z-index: 0;
   left: 250px;
   top: 197px;
 }

 .container_7fd056773de7 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_146d37574e68 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_146d37574e68 {
   overflow: visible;
 }

 .container_2921183e5db1 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_fb2f15d0656f {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_fb2f15d0656f {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_fb2f15d0656f {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_275cad60a9e5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_885bd15b0b49 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_305780bbb6a2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_cdc894a69787 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ae4d6fe1f829 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0e365319d3a0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_02b06f967993 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8511e41b4af3 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_8511e41b4af3 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_8511e41b4af3 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_47c0b8467c4c {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_b2e7fdce7331 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_b2e7fdce7331 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_b2e7fdce7331 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_514ee965863f {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_7fc3371eea7f {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_4e9549a187bb {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_49028e82b431 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_49028e82b431 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_49028e82b431 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_254216b604f0 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_580ebbff1afc {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_b348a3e7934b {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_b348a3e7934b {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_b348a3e7934b {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_6f380bd6abbd {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_17d957b36c92 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_c5b6adea7f5e {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_c5b6adea7f5e {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_c5b6adea7f5e {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_5bb2dd6383cf {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_698b32cdf082 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ae754e364975 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_97bb46a4b018 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e269b497fe81 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_920e106e3332 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_920e106e3332 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_920e106e3332 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_159db1763ff3 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ffb2c32c0653 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a336883682ec {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_eab74b3bcee0 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_eab74b3bcee0 {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_eab74b3bcee0 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_27055d3ad68f {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_65e76d94e465 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_e174e1200e45 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e174e1200e45 {
   overflow: visible;
 }

 .text_afb8c01c8228 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_afb8c01c8228 {
   overflow: visible;
 }

 .container_b3dda0558d7f {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_109d0493974c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_240e298b5265 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_7085832ce552 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_8ddd783bd143 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_77a32703c187 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_e939a96d406b {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_4af2bd4db095 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_44aed445565e {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_20c017112279 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_1307be649f61 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_00260dc5e5c9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .viewport_6f7b566712fc {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_f4ed75156e44 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_6d269196c152 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8728fa5c60d4 {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_982111b096a2 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

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

 .container_20f9100f77da {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_a3b577c3a9c6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 106px;
   top: 36px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_48c9e3104d3f {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 100px;
   top: 66px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_90345d232ac5 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 29px;
   top: 39px;
 }

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

 .container_f207c5f4f481 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 127px;
   z-index: 0;
   left: 648px;
   top: 4244px;
 }

 .container_wrapper_f207c5f4f481 {
   position: absolute !important;
   overflow: visible;
   left: 648px;
   top: 4244px;
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_nested_f207c5f4f481 {
   width: 358px;
   height: 127px;
   z-index: 0;
 }

 .container_9e8740aa3822 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_106d9c4b1a58 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8137b65f949d {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_237d75474974 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

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

 .container_34f2ec1b6bc1 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6d7a8994b794 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6d7a8994b794 {
   overflow: visible;
 }

 .text_de160e98be23 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_1b50807382e8 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

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

 .container_957a88592387 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6e70e7e33635 {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6e70e7e33635 {
   overflow: visible;
 }

 .text_0ce992d28cdd {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_98d895e50758 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

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

 .imageview_64f50e204064 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_9884595aecce {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_9d42ce0894b5 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fe76df641f4c {
   width: 1052px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_590bea8dfc77 {
   width: fit-content;
   z-index: 0;
   line-height: 68.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d01576a521db {
   padding: 16px 0 0 0;
   width: 1052px;
   height: 85px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_30b0a64abe83 {
   width: 512px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_30b0a64abe83 {
   overflow: visible;
 }

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

 .text_be565df88131 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_95d0a4c89e69 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_4517e4a9e624 {
   padding: 16px 32px 16px 32px;
   width: 205.99px;
   height: 55.99px;
   z-index: 0;
   position: absolute !important;
   left: 425.1px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_nested_27f29bae38d5 {
   width: 100%;
   min-width: 0;
   height: 55.98px;
   z-index: 0;
 }

 .container_16e5c7983645 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 453.98px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 244px;
   top: 3581px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_e4a488c25a42 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_685f8da19b8a {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_20ea136cf3f6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_05c4c65d271e {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0acdfd0d8af1 {
   width: 74.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_db6f957e3895 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_7d24c7b162e0 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_0aba3f017d15 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_74406aca9b78 {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_20fb8ee98b5a {
   width: 112.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_b7b9745cdd1c {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_b50d36948199 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_8d3833e81b2a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5f957d81f47 {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_892532ad96ae {
   width: 139.22px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c3833275ad90 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_c808fbc4dcbd {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_9e9e11597285 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ee56e980a374 {
   padding: 2px 0 0 0;
   width: 130.02px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0e0916f52a4 {
   width: 130.02px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_229a48944f8d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_d2e41badf022 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_01ad8a8ea700 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ec60610e8ab8 {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f449dd9f925 {
   width: 129.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_fc025c397725 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4c03cc01da74 {
   width: 1100px;
   height: 79.82px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 753.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_ebfd082f6738 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(325deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_e8ee1361b95b {
   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_48d114c63002 {
   width: 576px;
   height: 90px;
   z-index: 1;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_48d114c63002 {
   overflow: visible;
 }

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

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

 .imageview_c6556bebe9b5 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_bf09855126be {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a222aece0d91 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2e17cfe642c9 {
   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;
 }

 .text_0d4bea0ca51a {
   width: 287px;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0d4bea0ca51a {
   overflow: visible;
 }

 .container_40f424ce4b87 {
   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_acfdbce437f7 {
   width: 287px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_acfdbce437f7 {
   overflow: visible;
 }

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

 .container_887bf6416307 {
   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_67e9be3b8d40 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d5f293a4605f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 52.03px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2b2da42d6f63 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_c91bec3597fa {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 319.9px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_e29d516b344c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_634e5601df0f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c17f9bbfc08c {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_fa25d99f91bf {
   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;
 }

 .text_cdb8ca1c25b2 {
   width: 287px;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_cdb8ca1c25b2 {
   overflow: visible;
 }

 .container_08f5d7e4b056 {
   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_2e564ae5ee31 {
   width: 287px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2e564ae5ee31 {
   overflow: visible;
 }

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

 .container_d4dd2e9fec44 {
   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_8fa5e7bb9aef {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_44c34f1bb65d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33.55px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_383a7502ad7f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_ab69978a1f31 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 319.9px;
   z-index: 1;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_536fe1bd6748 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_8822236c7d8d {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6389d96fdb24 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_6389d96fdb24 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8eb2fcc6a88d {
   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;
 }

 .text_17b5d0c3cb54 {
   width: 287px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_17b5d0c3cb54 {
   overflow: visible;
 }

 .container_4a0cdafaae0b {
   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_19d5b49ad6bd {
   width: 287px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_19d5b49ad6bd {
   overflow: visible;
 }

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

 .container_e77d592b6219 {
   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_e3dc6be101bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e0a7b74c3831 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 56.88px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_112dd7522196 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_947ffbb095ff {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_31e1deffcac1 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.83px;
   z-index: 1;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_5cde9c7a85b8 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_297dfb95dca5 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1ad742b0cbee {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_1ad742b0cbee {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ff4979a60c4c {
   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;
 }

 .text_61aac5fd5f05 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_08e534a6ec2e {
   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_1533909d40bf {
   width: 287px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1533909d40bf {
   overflow: visible;
 }

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

 .container_9122b1cee6a1 {
   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_5222e8db4299 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c8faef7f2e76 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 33.66px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_21dad6a46f6d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_2fe9cb31b6d9 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ca1dff3a344 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 347.83px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_f833b52a584c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_234426ec7765 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ce829b8afdc6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_ce829b8afdc6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b08d2444cc1f {
   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;
 }

 .text_aa84969e537c {
   width: 287px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_aa84969e537c {
   overflow: visible;
 }

 .container_e70703953cf7 {
   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_58c2faa043cb {
   width: 287px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_58c2faa043cb {
   overflow: visible;
 }

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

 .container_d68dd6f6bf8b {
   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_28959ba2f192 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_fc4acd3c822b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 51.13px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0a3d4a26bb8d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_859b31f13833 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 325.9px;
   z-index: 1;
   position: absolute !important;
   left: 350.99px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_b5208f538a2c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_4f16d3c9d9cd {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5e0eb9343c8b {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_5e0eb9343c8b {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_973e3538d9eb {
   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;
 }

 .text_7fe093a4546b {
   width: 287px;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7fe093a4546b {
   overflow: visible;
 }

 .container_a79f0444f4d4 {
   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_45856e1239ae {
   width: 287px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_45856e1239ae {
   overflow: visible;
 }

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

 .container_f882ecffa426 {
   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_2bf035bda288 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 15.9px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7948e1ab0de7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 62.77px;
   top: 30.09px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0e860194ae98 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 48.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_36c5bb7867c5 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-end;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff8166a3520c {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 347.83px;
   z-index: 1;
   position: absolute !important;
   left: 702px;
   top: 348.83px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_964975d676b2 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 696.66px;
   flex-shrink: 0;
   z-index: 1;
   background: #eff2f6;
 }

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

 .container_4ea68e45f296 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 1070.66px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 833.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_129b53dcd4ee {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_05d6b0e6e3f5 {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_da94d02ac538 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 57px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_2a93a5fa102b {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_a41b11a2e2e4 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_1fe7a9a059d7 {
   width: 260px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7f8be3d393c1 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_7f8be3d393c1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_7f8be3d393c1 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_305d3e17f8f0 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_b876a9c3551c {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2b1e82d76d50 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_3749178104f4 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_348ef27a4cfb {
   width: 300px;
   height: 176px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_f8db1cb7b030 {
   width: 100%;
   min-width: 0;
   height: 289.82px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .text_6db5f1b8fe58 {
   width: 512px;
   height: 52px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6db5f1b8fe58 {
   overflow: visible;
 }

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

 .text_1704a659ba1e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_b3ce5a9b9fba {
   width: 14px;
   height: 14px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_c09717fcd8e6 {
   width: 704.01px;
   height: 409.82px;
   z-index: 1;
   position: absolute !important;
   left: 348px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a3c613b8468 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 409.81px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_e258c87272ba {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 722.81px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 1903.79px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_3ed2cc96e483 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_fdc98230a7cc {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8c641fd9ffd4 {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c9cb0245960a {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
 }

 .imageview_c9cb0245960a img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_052e0a581c79 {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_052e0a581c79 {
   overflow: visible;
 }

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

 .text_d5535a2cbe69 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6871e8d3181e {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_f38123cbc50a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_f9a157e1eacb {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_61f9adf75ad2 {
   width: 99.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_895a3f4deb85 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cd35fb423fca {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_9980204e2b43 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
 }

 .imageview_9980204e2b43 img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_5fd78451bc9d {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5fd78451bc9d {
   overflow: visible;
 }

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

 .text_38c43a64143a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_746a2b5050b6 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_ae09b8c09fa1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_ac1ab72cd980 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_e3df247ea65a {
   width: 103.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b60a204a07d {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b73e02c4e28 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_9196a2007662 {
   width: 100%;
   min-width: 0;
   height: 14px;
   z-index: 0;
 }

 .imageview_9196a2007662 img {
   position: absolute;
   width: 268.8px !important;
   height: 14.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_aec489dde6fe {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_aec489dde6fe {
   overflow: visible;
 }

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

 .text_88dbc2be2387 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d3ca8ed5952b {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_0208b9766053 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_6403cd6abe12 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_b47121111736 {
   width: 176.93px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb906c7b09c6 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f5d26e7acaa6 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 271.67px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_0041a77683a9 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 271.67px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_83e7ce8c5467 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 579.67px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2626.6px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c63d307b0fc {
   width: 503px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1c63d307b0fc {
   overflow: visible;
 }

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

 .text_4ce471b0cb08 {
   width: 503px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4ce471b0cb08 {
   overflow: visible;
 }

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

 .container_08cc9b53968b {
   width: 502px;
   height: 158px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e7595780673 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_c38068d41df5 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_87004354be33 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(296deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_87004354be33 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_87004354be33 {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(296deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_031067a5dff7 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7d345ad7f8ec {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_7d345ad7f8ec {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_7d345ad7f8ec {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_f36f6e7b31cd {
   width: 502px;
   height: 57.81px;
   z-index: 0;
   position: absolute !important;
   left: 574px;
   top: 130.09px;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4ed4ee9cb4ab {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 318px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_ffa3a286a632 {
   width: 1100px;
   height: 318.91px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 3206.27px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_40fcea917386 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_ae833bb8d742 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(339deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_11a8486714cf {
   padding: 6px 12px 6px 12px;
   width: 332.81px;
   height: 29.82px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_39126268107f {
   width: fit-content;
   z-index: 0;
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-723f86904fe1_39126268107f {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-cee649bfcf02_39126268107f {
   line-height: 66px;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_4cee019e9d31 {
   width: 448px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4cee019e9d31 {
   overflow: visible;
 }

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

 .text_0b3a96a1571e {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_a9b7b72c36f3 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_3c8f7a9bd82b {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_3c8f7a9bd82b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_3c8f7a9bd82b {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .imageview_44a87e4d7b5d {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_1c24fda9f44c {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .text_7af41388030e {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_0f432bc0c0be {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7a94c8158be8 {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a0b4bbac35a {
   width: 151.34px;
   height: 49.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3f09f831247a {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_947d278413aa {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_17f81cda3711 {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d424cbfb34e6 {
   width: 151.34px;
   height: 49.99px;
   z-index: 0;
   position: absolute !important;
   left: 175.33px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_07462cf4b451 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_bdb9e294c6e4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6d6845e93e4b {
   padding: 2px 0 0 0;
   width: 151.34px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6ad3bb7cfa3d {
   width: 151.34px;
   height: 49.99px;
   z-index: 0;
   position: absolute !important;
   left: 350.67px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd0f82ccd581 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 82.9px;
   flex-shrink: 0;
   z-index: 0;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

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

 .container_ff2a0d09eeca {
   width: 502px;
   height: 512.41px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 144.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9e0cab3f7bcc {
   width: 100%;
   min-width: 0;
   height: 343px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_69fd45d64153 {
   width: 502px;
   height: 344.8px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 574px;
   top: 228.71px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_5712ae3a2c40 {
   position: relative !important;
   overflow: visible;
   width: 1100px;
   height: 3870.92px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_4ad61070d0f1 {
   width: 1100px;
   height: 710px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ee03f57859a {
   width: 196px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_3061853fc5e1 {
   width: 196px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_3061853fc5e1 {
   overflow: visible;
 }

 .container_8643235e31c6 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: -22px;
   top: 0px;
 }

 .container_208075dadb9f {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 1;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_208075dadb9f {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_208075dadb9f {
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .text_36277f72a77d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_de58773367cb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b8ada70d1e8b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1d0dabf50a26 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8ba54e36510d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_eeb3261be962 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a1fe6c95407e {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6f0faaf7f712 {
   width: 675px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6f0faaf7f712 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_6f0faaf7f712 {
   width: 675px;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2a1990d61727 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_d5a61347b9e4 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 1;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_d5a61347b9e4 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_d5a61347b9e4 {
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_747eb1af7770 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_ce050a395b2c {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e6b5b3c92eb6 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_76ce3f0d0cbe {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_76ce3f0d0cbe {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_76ce3f0d0cbe {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_e35788656afb {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_8e95bc99167d {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_b8d16304b04d {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_b8d16304b04d {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_b8d16304b04d {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_2b093dbcdcad {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e690183b8297 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_9de738b38852 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_9de738b38852 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_9de738b38852 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_fc0bff88480d {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_bca29000aecf {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_93f9df5ea712 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_71c39b88a949 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e405b28bea4a {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ad9c2a0f9088 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_ad9c2a0f9088 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_ad9c2a0f9088 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_a261509992b7 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ffaafc8fa2ad {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e9cf264d1e58 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_03b62efee0ae {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_03b62efee0ae {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_03b62efee0ae {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_52b75aeb9f41 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_ef66a41b79eb {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_bc6820c9b772 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bc6820c9b772 {
   overflow: visible;
 }

 .text_42a8a475878a {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_42a8a475878a {
   overflow: visible;
 }

 .container_a3b14aa1aacc {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_733a4bf3b77a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_4d3d8784c09a {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f9619311f091 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_d4f73c50f097 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_9fff94a855a2 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_9f334a88abc2 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_110840305915 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_4411d8d794ea {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_88f051c01857 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_4d41fa57b8d7 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_bba81f5eeace {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .viewport_8fd35949976e {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_9a6fa7007462 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_a048701c79cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_650d294145dc {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_e573716840d9 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

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

 .container_177b0804e444 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_23d096d7601e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 754px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c2c0aaf0ada6 {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_09d01d2fbdf0 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4283px;
 }

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

 .container_fd8dfe035bdd {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_c934660b11f0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f5fa1af79bcc {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_9258cc5a78c5 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

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

 .container_c45da32b889a {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_57a9880d15a2 {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_57a9880d15a2 {
   overflow: visible;
 }

 .text_cb92bd465fea {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_ed0d357270f7 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

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

 .container_0cefbd54f7e7 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_231ec5b6bc42 {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_231ec5b6bc42 {
   overflow: visible;
 }

 .text_654d67e0d038 {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_2bfa188b76d5 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

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

 .imageview_41aa8d8214ac {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_e9d84977a58b {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_9eb2b12d53c9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(332deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_25b50eece8f7 {
   width: 576px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_25b50eece8f7 {
   overflow: visible;
 }

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

 .container_cc87ce5691e0 {
   width: 575.99px;
   height: fit-content;
   max-width: 576px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9114de0691d3 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_f8d51525216e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_21b5017e358b {
   padding: 12px 20px 12px 20px;
   width: 146px;
   height: 45.82px;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 0px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_240720db6989 {
   position: relative !important;
   overflow: visible;
   width: 151px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_240720db6989 {
   position: relative !important;
   overflow: visible;
   width: 151px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_240720db6989 {
   width: 151px;
   height: 44.81px;
   z-index: 0;
 }

 .imageview_8095102df35f {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_b35cc304087c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d092a9a84aa2 {
   padding: 12px 20px 12px 20px;
   width: 180px;
   height: 45.82px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d92969794964 {
   position: relative !important;
   overflow: visible;
   width: 186px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_341527f51cc2 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_0c4c87a8326f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_54fa4b0a3ba3 {
   padding: 12px 20px 12px 20px;
   width: 129px;
   height: 45.82px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fe43deb3127b {
   position: relative !important;
   overflow: visible;
   width: 130px;
   height: 44.81px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_32a0cab2ad37 {
   width: 1052px;
   height: 45.72px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_8b52a3823b04 {
   width: 12px;
   height: 12px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_a1d18a6dc394 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0fd0eb2200e0 {
   padding: 4px 12px 4px 12px;
   width: 116.81px;
   height: 25.82px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .text_17a1b6a54ae3 {
   width: fit-content;
   z-index: 1;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3ac78c7cb65c {
   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_752a007118da {
   width: 494px;
   height: 104px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_752a007118da {
   overflow: visible;
 }

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

 .imageview_7d8ffc23a654 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_a2b27705b183 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_d8e4fdd468cb {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_47accb343a05 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_fe434cded7ed {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_7e7c71c47034 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_697e85afee61 {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_b714a431ce09 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_a0d31ef37c1a {
   width: 15.99px;
   height: 17.99px;
   z-index: 1;
 }

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

 .text_f8d19271921b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_9e4239cf86a7 {
   padding: 32px 0 0 0;
   width: 494px;
   height: 180px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d002534441a3 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 24.91px;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_99d9cd9cc95a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 77.19px;
   top: 44.45px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_90fedc060948 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 64.91px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_637233340388 {
   padding: 40px 0 0 0;
   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_f2daf14129e3 {
   width: 494px;
   height: 490.66px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_53a674cfe56b {
   width: 492px;
   height: 418px;
   z-index: 1;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
 }

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

 .container_a8f39765ab01 {
   width: 492.19px;
   height: 418.18px;
   z-index: 2;
   position: absolute !important;
   left: 0.91px;
   top: 0.91px;
   background: linear-gradient(0deg, #12213a40 0%, #00000000 100%);
 }

 .container_ab33ad9166bc {
   position: absolute !important;
   overflow: visible;
   width: 494.01px;
   height: 420px;
   z-index: 1;
   left: 558px;
   top: 35.33px;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 0.91px #12213a1a;
 }

 .container_00a9665ea700 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 490.66px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_d6d72edb82a1 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 950.38px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 1051.22px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_11dedaaa4d5d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_70562e82762c {
   width: 448px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_70562e82762c {
   overflow: visible;
 }

 .container_e6c2028036da {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 448px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_5cd14653ebfb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_f7fddb19c0e7 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0c5ffe206084 {
   padding: 20px 0 0 0;
   width: 286.01px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_66e4f527bdf8 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_66e4f527bdf8 {
   overflow: visible;
 }

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

 .container_ea5932e079c8 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .imageview_6c3b056fffe4 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_5810ef1bef2a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba481226debd {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca961315dc22 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ca961315dc22 {
   overflow: visible;
 }

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

 .container_3f3f69457dd4 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .imageview_d4f7109ceab5 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_2191e1d00021 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fe9df1801969 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_268f5bcbcaec {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_268f5bcbcaec {
   overflow: visible;
 }

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

 .container_679c916c82e9 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .imageview_661afcddca31 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_08b2ec66b1ce {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5bcfb8da1642 {
   padding: 20px 0 0 0;
   width: 286.01px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5690d47a0d39 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5690d47a0d39 {
   overflow: visible;
 }

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

 .container_fa0f4c60bbc2 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .imageview_c4ac02f968e5 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_d23c2bed611e {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1c8d892fb3ec {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c341d3d93191 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c341d3d93191 {
   overflow: visible;
 }

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

 .container_3d50bf07414d {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .imageview_64e58c655343 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_88ef109e0db6 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b38d0a966535 {
   padding: 20px 0 0 0;
   width: 286.02px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d7a1c24eee88 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d7a1c24eee88 {
   overflow: visible;
 }

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

 .container_f2c1370671b7 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 228.2px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 229.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_37bc9830bb9b {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 457.4px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff;
 }

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

 .container_8f46d1039c03 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 831.4px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2001.6px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(281deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_3a05d530e484 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_4a57035aaf17 {
   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_03e51180e68c {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ffbc35bd08c {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_db96b04b8e63 {
   width: 350.67px;
   height: 0.99px;
   z-index: 1;
   position: absolute !important;
   left: 350.67px;
   top: 40px;
   background: #12213a1a;
 }

 .text_41ac8f13b4f4 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_1e00c8d50bd8 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

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

 .text_2a686a389a0a {
   width: fit-content;
   z-index: 2;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_d7928416d3be {
   width: 287px;
   height: 69px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d7928416d3be {
   overflow: visible;
 }

 .container_0b7f1f3e347a {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61fd67749648 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_428fdfb112ea {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

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

 .text_1895acf25be6 {
   width: fit-content;
   z-index: 3;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_537f4f35879b {
   width: 287px;
   height: 69px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_537f4f35879b {
   overflow: visible;
 }

 .container_ae2e003ccb69 {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 3;
   position: absolute !important;
   left: 350.67px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5f2d59cb8487 {
   width: fit-content;
   z-index: 4;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_d623c9778790 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 4;
   border-top: 1.82px solid #33d5b7ff;
   border-right: 1.82px solid #33d5b7ff;
   border-bottom: 1.82px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(#f8f7f4, #f8f7f4) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
   border-color: transparent;
 }

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

 .text_218b76931ff7 {
   width: fit-content;
   z-index: 4;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_760b7fb43c07 {
   width: 287px;
   height: 69px;
   z-index: 4;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_760b7fb43c07 {
   overflow: visible;
 }

 .container_dfa91a249d78 {
   padding: 40px 32px 40px 32px;
   width: 351px;
   height: 268.99px;
   z-index: 4;
   position: absolute !important;
   left: 701.34px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_743884b7d822 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 268.2px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_542afd8fa78f {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 592.2px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 250px;
   top: 2833px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f80cedb1d7c1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_1597389ef2f8 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6e567428276e {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_f4524726e4ae {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_f4524726e4ae img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_1059bc3d5651 {
   width: 269px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1059bc3d5651 {
   overflow: visible;
 }

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

 .text_2c10ef4beef5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a8a94719c969 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_e63974a8e195 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_f876cc0dcb85 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_0ceddfb6821d {
   width: 99.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81bfb515ab53 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_167144e68a0d {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_1a3065da9201 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_1a3065da9201 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_248a73feb327 {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_248a73feb327 {
   overflow: visible;
 }

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

 .text_1fe006486f18 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ad0eb42c4ccb {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_ad0eb42c4ccb {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ad0eb42c4ccb {
   width: 35.99px;
   height: 35.99px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_f7b8f4d0be83 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_17c980714b54 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_6e4e91ec46bb {
   width: 103.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26366c212b6a {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_11f4c9323c0a {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_bbc8271566f2 {
   width: 100%;
   min-width: 0;
   height: 13px;
   z-index: 0;
 }

 .imageview_bbc8271566f2 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_71818476b567 {
   width: 269px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_71818476b567 {
   overflow: visible;
 }

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

 .text_6c0599e707e4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b72619cd5af9 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_b72619cd5af9 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_b72619cd5af9 {
   width: 35.99px;
   height: 35.99px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_3d8b734ffd9e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_1582bb06a283 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_7cd2473918bf {
   width: 167.01px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee38d182b852 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ed5cf2c88ee4 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 293.41px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c181faa3e2e1 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 293.41px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_99cbf767f725 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7488ada2e3d8 {
   width: 1100px;
   height: 602.32px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   position: absolute !important;
   left: 250px;
   top: 3425.2px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_e938bb196e30 {
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #12213aff 0.13%, #00000000 0.13%);
   mix-blend-mode: normal;
 }

 .container_0f13b07888e6 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #12213aff 0.09%, #00000000 0.09%);
   opacity: 0.029999999329447746;
 }

 .imageview_2b9e734aef1a {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_389d5af0cf51 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(335deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d69a5120c05e {
   padding: 6px 12px 6px 12px;
   width: 286.81px;
   height: 29.82px;
   z-index: 1;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_a99fc856986a {
   width: fit-content;
   z-index: 1;
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-102548515d56_a99fc856986a {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-107177b2405c_a99fc856986a {
   line-height: 66px;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_64958c593c57 {
   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_2bf080dcfbba {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2bf080dcfbba {
   overflow: visible;
 }

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

 .text_e2d7eea3ebb9 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_472e34895d48 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_617217383a7a {
   padding: 14px 24px 14px 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: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

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

 .container_nested_617217383a7a {
   padding: 14px 24px 14px 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: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .imageview_276b45fb38c3 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_ca1df47e2bd5 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_211734bf53b3 {
   padding: 40px 0 0 0;
   width: 494px;
   height: 92px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3feb004aa94c {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c72ea5c63de5 {
   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_816dc4e458ce {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_242c584af31f {
   padding: 2px 0 0 0;
   width: 148.66px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_529ef86405dc {
   width: 148.66px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_48deee1f0766 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fe0a8b4bc982 {
   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_039f04fc5365 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7ebcb64a8fb4 {
   padding: 2px 0 0 0;
   width: 148.66px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_403df748456d {
   width: 148.66px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 172.66px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6139a8e3e3cc {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3ca5766faa72 {
   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_4d4370b8b017 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_039eb21108c0 {
   padding: 2px 0 0 0;
   width: 148.67px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a4d2e8ba780f {
   width: 148.67px;
   height: 45.99px;
   z-index: 1;
   position: absolute !important;
   left: 345.33px;
   top: 32.9px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e0f8fd03cff7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 78.9px;
   flex-shrink: 0;
   z-index: 1;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   box-shadow: inset 0 0.91px 0 0 #12213a1a;
 }

 .container_29f30ae76eab {
   padding: 40px 0 0 0;
   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_ab8314b0112c {
   width: 494px;
   height: 574.4px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2b516d72fbbe {
   width: 201px;
   height: 351px;
   z-index: 1;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

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

 .container_852cb6f5840a {
   width: 201px;
   height: 351px;
   z-index: 2;
   position: absolute !important;
   left: 3.5px;
   top: 4px;
   background: #12213a33;
 }

 .container_975c1ffef58e {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 359px;
   z-index: 1;
   transform: rotate(-5.999999940167531deg);
   transform-origin: 0 0;
   left: -2.2px;
   top: 43.62px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 3.64px #ffffffff;
   opacity: 0.800000011920929;
 }

 .imageview_49741a91feb1 {
   width: 185px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

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

 .container_e3a0312c0f2c {
   width: 185px;
   height: 320px;
   z-index: 2;
   position: absolute !important;
   left: 3.5px;
   top: 3.5px;
   background: #eef1f74d;
 }

 .container_d4af2b79d288 {
   position: absolute !important;
   overflow: visible;
   width: 192px;
   height: 327px;
   z-index: 1;
   transform: rotate(4.9999999854766894deg);
   transform-origin: 0 0;
   left: 300.63px;
   top: 153.03px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a, inset 0 0 0 3.64px #ffffffff;
   opacity: 0.75;
 }

 .imageview_cd09c7f21b44 {
   width: 233px;
   height: 392px;
   z-index: 2;
   position: absolute !important;
   left: 3.64px;
   top: 3.64px;
 }

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

 .imageview_2fbc2e89a17b {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_cf058689a2a5 {
   width: fit-content;
   z-index: 3;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_8dca3ab8f864 {
   width: fit-content;
   z-index: 3;
   line-height: 13.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_981583b3a51a {
   width: 105px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_a20b71b026e0 {
   padding: 10px 12px 10px 12px;
   width: 176px;
   height: 50.82px;
   z-index: 3;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 32px;
   top: 313.44px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .container_454c3e585032 {
   position: absolute !important;
   overflow: visible;
   width: 240px;
   height: 399.23px;
   z-index: 2;
   left: 127px;
   top: 60.38px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 3.64px #ffffffff;
 }

 .container_4cd124866310 {
   position: absolute !important;
   overflow: visible;
   width: 494.01px;
   height: 520px;
   z-index: 1;
   left: 582px;
   top: 107.2px;
 }

 .container_e23d56781418 {
   position: absolute !important;
   overflow: visible;
   width: 1100px;
   height: 766.4px;
   z-index: 0;
   left: 250px;
   top: 144px;
 }

 .imageview_38f48d8ad051 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_65d6f3de34f6 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fe8b1333a7f8 {
   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_7a41636d34da {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4b2f579eda51 {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_ea28fd81d897 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_7ea16d865df8 {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0b5797086733 {
   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_6b9f72f9597c {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a069eca47b6a {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_ecaf9754065d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_b24f530b00cd {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_afdda1200a7a {
   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_acca9132ca96 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a57578158f5b {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_3d3a13467e1c {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_1915e709d88f {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a5d802a5c560 {
   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_fa4c66170258 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45c1d22a4757 {
   padding: 2px 0 0 0;
   width: 130.02px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_59c3b8205c0d {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_6ab3992bc5ce {
   width: fit-content;
   z-index: 1;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9de08f8f7cb {
   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_38e786e2f659 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48172b4064a9 {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .container_24a2a837dd10 {
   width: 1100px;
   height: 79.82px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 910px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_2a060798cebc {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_5ea9db8d4f7b {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_5ea9db8d4f7b {
   overflow: visible;
 }

 .container_8370592f9ffa {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_6951c58d46ae {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_6951c58d46ae {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_6951c58d46ae {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_9abd8063a3a2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7ed09e51e5ae {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ca9b13bd8deb {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_81a6b9386c46 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c7d0628b99cd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3f321e5e8cd3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_71ede11a05ee {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba49f2389df4 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ba49f2389df4 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_ba49f2389df4 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8d73fb3033c1 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_5d9ff6560b13 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_5d9ff6560b13 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_5d9ff6560b13 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_a765648b31b0 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_dba9b8ccb251 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ff0b6002cd5e {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_22577e1ec198 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_22577e1ec198 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_22577e1ec198 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_60178fcfdd79 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ecd005032f22 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_22bc2f1c87e4 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_22bc2f1c87e4 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_22bc2f1c87e4 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_8bc4bdbdfe73 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_91f5c33fb327 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a19c968d5aa2 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_a19c968d5aa2 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_a19c968d5aa2 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_d2f0306654e3 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_03831dcc0929 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_04d4b8f31e7d {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_28c320817d7a {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_8e7d1b37e85c {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_20455d8edf4e {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_20455d8edf4e {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_20455d8edf4e {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_fc78611a5746 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_0e8f6803a4b3 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_9b516c23096b {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_44ad03d3a168 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_44ad03d3a168 {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_44ad03d3a168 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_718aa8708338 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_c089f961252b {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_dc51905d4bf1 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_dc51905d4bf1 {
   overflow: visible;
 }

 .text_42290eef3ef8 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_42290eef3ef8 {
   overflow: visible;
 }

 .container_e542dd7115ce {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_e0a1694c2ccd {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_9f11c3f924e2 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a7061661d208 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_5f6b674f8ac9 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_067aec197a89 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_4ce515ff2172 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_8231e8f85609 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_dd835fa81a30 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_19b3f99d8770 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_0c4193cbe561 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_281746540ed6 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .viewport_a07a0f5a9391 {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_ff9e01c4a433 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_bd9393bb7482 {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_d37d890cce89 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_b7eedb860ffa {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_b7eedb860ffa img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_1769f9222650 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

 .imageview_1769f9222650 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_7d96cba6b33a {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_a8c73f7132d7 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_ee0901f94c8b {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_d7756748d05f {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .container_bf50d26647f5 {
   width: 358px;
   height: 127px;
   z-index: 0;
   position: absolute !important;
   left: 216px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
   box-shadow: 0px 20px 60px #2e213d14;
 }

 .text_254c3a5f3e44 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 328px;
   top: 4265px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a038f3091cfb {
   width: 234px;
   height: 55px;
   z-index: 1;
   position: absolute !important;
   left: 324px;
   top: 4296px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_073098a8a947 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 253px;
   top: 4283px;
 }

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

 .container_cbfce4190a78 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 648px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6063cc9c27b7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 754px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_caa67f3b17ab {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 748px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_54719700d004 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 677px;
   top: 4283px;
 }

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

 .container_40d30a3538e2 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 1072px;
   top: 4244px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_16047c03292f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1186px;
   top: 4280px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3656d69a5dec {
   width: 234px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 1178px;
   top: 4310px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_0777e57a7690 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 1107px;
   top: 4283px;
 }

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

 .container_37d06a530647 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 469px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_b06c73d5bd9a {
   width: 184px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 572px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b06c73d5bd9a {
   overflow: visible;
 }

 .text_c158c2f7fa95 {
   width: 234px;
   height: 55px;
   z-index: 2;
   position: absolute !important;
   left: 571px;
   top: 4499px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_433c06298f32 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 500px;
   top: 4467px;
 }

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

 .container_d648158a5886 {
   width: 358px;
   height: 127px;
   z-index: 0;
   border-top: 1px solid #e5eaf2ff;
   border-right: 1px solid #e5eaf2ff;
   border-bottom: 1px solid #e5eaf2ff;
   border-left: 1px solid #e5eaf2ff;
   position: absolute !important;
   left: 893px;
   top: 4428px;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d13571b06bcb {
   width: 235px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 992px;
   top: 4461px;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d13571b06bcb {
   overflow: visible;
 }

 .text_0dd70e3e9b2e {
   width: 234px;
   height: 29px;
   z-index: 1;
   position: absolute !important;
   left: 993px;
   top: 4505px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .imageview_1778b4eff210 {
   width: 50px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 922px;
   top: 4467px;
 }

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

 .imageview_ef53d6af3a1c {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_45f2eab3be9f {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .imageview_dcf690b1d265 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_25945255f049 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_07e6c9aa0dc1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_254f4e76fc6b {
   padding: 2px 0 0 0;
   width: 74.88px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a78471334a9 {
   width: 74.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_37e792999fe9 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_26dccc0ab76c {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e11d370b47ad {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f4384202674 {
   padding: 2px 0 0 0;
   width: 112.68px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c969bff8924 {
   width: 112.68px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_5adaf1bde0dc {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_808cf893af99 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_d3517fbbb8e6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_78c453d93b7e {
   padding: 2px 0 0 0;
   width: 139.22px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae7b1d7da373 {
   width: 139.22px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_7d9474d3adf6 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_5c07f9baad35 {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_5514e59a948c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c4557c1d2f0f {
   padding: 2px 0 0 0;
   width: 156.56px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f84cfb878862 {
   width: 156.56px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_b673fd513fb1 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_3e8c7e4eb91e {
   width: fit-content;
   z-index: 0;
   line-height: 12px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7d7dc0a552f0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48302920d185 {
   padding: 2px 0 0 0;
   width: 129.99px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_63fd2e0246c7 {
   width: 129.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_ccbad91bf81c {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_196f2c563a75 {
   width: 1100px;
   height: 78.91px;
   z-index: 0;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 275px;
   top: 781.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_c5a0a3e8852f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(320deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_9a9ef035439b {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   font-family: 'Hanken Grotesk';
 }

 .container_c6ecb2334a2a {
   padding: 12px 0 0 0;
   width: 329.33px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e07d7a653f4 {
   width: 329.33px;
   height: 118px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c049dd7a27ce {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_0beacfcfde50 {
   width: 292px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0beacfcfde50 {
   overflow: visible;
 }

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

 .container_84baba9c3757 {
   padding: 0 0 0 20px;
   width: 313.34px;
   height: 149.69px;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.82px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   position: absolute !important;
   left: 393.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .text_0e435882b151 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_09e2582b9328 {
   width: 292px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_09e2582b9328 {
   overflow: visible;
 }

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

 .container_59943466a348 {
   padding: 0 0 0 20px;
   width: 313.34px;
   height: 149.69px;
   z-index: 0;
   border-top: 0px solid #12213a4d;
   border-right: 0px solid #12213a4d;
   border-bottom: 0px solid #12213a4d;
   border-left: 1.82px solid #12213a4d;
   position: absolute !important;
   left: 738.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dcc17f253967 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 149.69px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_faffe25984f7 {
   padding: 80px 24px 80px 24px;
   width: 1100px;
   height: 309.69px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 860.03px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16a153643b1f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(325deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_6e518825c679 {
   width: 512px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6e518825c679 {
   overflow: visible;
 }

 .container_de088c2ff246 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   max-width: 512px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_07a0dbf87eba {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b7a6cc69a564 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_b7a6cc69a564 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_b7a6cc69a564 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_2ee940d7e7fd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_25e80cb11ed7 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_25e80cb11ed7 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_25e80cb11ed7 {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_31d9a784afc3 {
   padding: 4px 4px 4px 4px;
   width: 334.6px;
   height: 47.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_d1c6ff2fb0c7 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_d8a397240259 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e94c23f28f0f {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e94c23f28f0f {
   overflow: visible;
 }

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

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

 .container_281c68d415fe {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 219px;
   z-index: 0;
   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: #eff2f6;
 }

 .imageview_b4c93ba675b0 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_aac74c927165 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_cdcc2173a2a7 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_cdcc2173a2a7 {
   overflow: visible;
 }

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

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

 .container_37b426c8965b {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 219px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_cc4ebaa1855c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_cc4950670eb4 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_53680938e2a5 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_53680938e2a5 {
   overflow: visible;
 }

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

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

 .container_7e0b76dc9072 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 219px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_bb3f6b7867bb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_08cc23e9e89d {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e444549615cc {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e444549615cc {
   overflow: visible;
 }

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

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

 .container_870492e1f293 {
   padding: 32px 32px 32px 32px;
   width: 350px;
   height: 240.94px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_1c49bcfa1260 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_4efb926877c8 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_fff495476f92 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fff495476f92 {
   overflow: visible;
 }

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

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

 .container_3550d314a375 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 219px;
   z-index: 0;
   position: absolute !important;
   left: 350.99px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_1a73bcfb6164 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_9478daf17742 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_3a0861d45cf1 {
   width: 287px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3a0861d45cf1 {
   overflow: visible;
 }

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

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

 .container_bff6ef6aa8d6 {
   padding: 32px 32px 32px 32px;
   width: 350.01px;
   height: 219px;
   z-index: 0;
   position: absolute !important;
   left: 702px;
   top: 241.94px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_5eaadaf83023 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 482.88px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

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

 .container_908a19ea8772 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8580ff21c980 {
   width: 1100px;
   height: 945.78px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 1169.73px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_328ca23d5cdf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_9e2c675d86a8 {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d8466258411d {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 57px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_e8a2966f8e7b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_52dad139f114 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_6b65b131b8a2 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_10e9232a40ad {
   padding: 24px 0 0 0;
   width: 285.77px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_56ba0d664fd0 {
   width: 286px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_56ba0d664fd0 {
   overflow: visible;
 }

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

 .container_f8a333de66bd {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 0;
   border-top: 0px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_60d3cd9932ce {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_5104762267ea {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_83643a9d2f71 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bd7959591e6b {
   padding: 24px 0 0 0;
   width: 285.77px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbe120ed89d0 {
   width: 286px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fbe120ed89d0 {
   overflow: visible;
 }

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

 .container_8fba56a94b4b {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 0;
   border-top: 0px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 350.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_330726d3e2a7 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .container_00b57528bf93 {
   width: 55.99px;
   height: 55.99px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.91px solid #d4891a80;
   border-right: 0.91px solid #d4891a80;
   border-bottom: 0.91px solid #d4891a80;
   border-left: 0.91px solid #d4891a80;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_51f3575207ca {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3b2e533e9c9f {
   padding: 24px 0 0 0;
   width: 286.68px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5f69638ef2cb {
   width: 287px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5f69638ef2cb {
   overflow: visible;
 }

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

 .container_7e2c2cf16092 {
   padding: 40px 32px 40px 32px;
   width: 350.67px;
   height: 290.94px;
   z-index: 1;
   position: absolute !important;
   left: 701.34px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c50f9734b9e {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 290.94px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_6d5308a05875 {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 619.94px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2115.51px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .imageview_52171c37cca0 {
   width: 100%;
   min-width: 0;
   height: 418px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_2f5135390052 {
   width: 494px;
   height: 420px;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 69.47px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f7;
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 4px 6px -4px #0000001a, 0px 10px 15px -3px #0000001a;
 }

 .text_ed37aa5b6464 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(318deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_e38a4aa99f9c {
   width: 495px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e38a4aa99f9c {
   overflow: visible;
 }

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

 .text_0d0c8e56c6b0 {
   width: 495px;
   height: 104px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0d0c8e56c6b0 {
   overflow: visible;
 }

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

 .imageview_de3d3b16a235 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

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

 .text_2305ba64ede6 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_7c2a9d055597 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

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

 .text_a6d391a71b25 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_ec585aa9b9ed {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

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

 .text_8086827d645a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_cfebb82c8a2b {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

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

 .text_9d5c3510bc98 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_e7d4e638aaa2 {
   width: 15.99px;
   height: 17.99px;
   z-index: 0;
 }

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

 .text_dd0d1d742f5a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_6b637fa4071d {
   padding: 32px 0 40px 0;
   width: 494.01px;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac4e0b806811 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_09fdb59e6457 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_6c2ec10f19ee {
   padding: 14px 24px 14px 24px;
   width: 188.99px;
   height: 52px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_nested_e8976e5b3ec6 {
   width: 100%;
   min-width: 0;
   height: 52px;
   z-index: 0;
 }

 .container_958a96749958 {
   width: 494.01px;
   height: 558.94px;
   z-index: 0;
   position: absolute !important;
   left: 558px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4d41a76f929 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 558.94px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_a9abb3fb6caa {
   padding: 96px 24px 96px 24px;
   width: 1100px;
   height: 750.94px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 250px;
   top: 2735.45px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_57ea004296dc {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_4f9b5fb3f8ad {
   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_7ed46c5788d4 {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3fe4cebd080d {
   padding: 12px 0 0 0;
   width: 1052px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .imageview_ec12595a7203 img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_6dce16c2ae0b {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6dce16c2ae0b {
   overflow: visible;
 }

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

 .text_c38b85bdc2c8 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ca63a9c37389 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_33088971b144 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2c43fe31d2c4 {
   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_7d82f9a9215a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87aba8e34328 {
   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_1e9c64fe0625 {
   width: 131.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af6301f2a6a8 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_98982f1c8bd9 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_f54ebd24853d img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_dcda99d9607f {
   width: 269px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_dcda99d9607f {
   overflow: visible;
 }

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

 .text_07f19e70bee6 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_621ed8ad80b2 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .container_wrapper_621ed8ad80b2 {
   width: 35.99px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_621ed8ad80b2 {
   width: 35.99px;
   height: 35.99px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_c43b034f2c91 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c6d19d9e222f {
   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_0d1e9e798600 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f242c928e9ed {
   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_dba577eb7c0c {
   width: 193.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8ad862c836b9 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f2a13e996d4f {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 358.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_85f2afc2c4cf img {
   position: absolute;
   width: 268.8px !important;
   height: 13.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_39b94b9c9154 {
   width: 269px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_39b94b9c9154 {
   overflow: visible;
 }

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

 .text_992db38f9062 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_51c68827a66f {
   width: 28.83px;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 15252000px 15252000px 15252000px 15252000px;
 }

 .text_5e5f6138c27d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_436089f3ae01 {
   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_0be5f709fb29 {
   width: 229px;
   height: 32px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0be5f709fb29 {
   overflow: visible;
 }

 .container_d3f269d5c945 {
   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_acccce0b6a5f {
   width: 228.03px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5680b61c8a35 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6952f38762a8 {
   padding: 32px 32px 32px 32px;
   width: 334.67px;
   height: 270.67px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   position: absolute !important;
   left: 717.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_99ea42adfa29 {
   position: relative !important;
   overflow: visible;
   width: 1052px;
   height: 270.67px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_6d8b4ee2cf29 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_69ff06502235 {
   width: 1100px;
   height: 579.58px;
   z-index: 1;
   border-top: 0.91px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 3486.39px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_078e851704fb {
   width: 10.99px;
   height: 10.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .text_5853c22a580b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(332deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b7b00943934d {
   padding: 6px 12px 6px 12px;
   width: 258.81px;
   height: 29.82px;
   z-index: 0;
   border-top: 0.91px solid #eff2f6ff;
   border-right: 0.91px solid #eff2f6ff;
   border-bottom: 0.91px solid #eff2f6ff;
   border-left: 0.91px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_6a7bf2d1b10f {
   width: 494px;
   height: 264px;
   z-index: 0;
   line-height: 66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6a7bf2d1b10f {
   overflow: visible;
 }

 .text-8b012ce72eac_6a7bf2d1b10f {
   line-height: 66px;
   font-family: 'Hanken Grotesk';
 }

 .text-f668a074c31a_6a7bf2d1b10f {
   line-height: 66px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_e18c9f8de472 {
   width: 448px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e18c9f8de472 {
   overflow: visible;
 }

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

 .text_f47e1b8cbf41 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_d21d21e69386 {
   width: 15.99px;
   height: 15.99px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_2bc43583f9a3 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
 }

 .container_wrapper_2bc43583f9a3 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_2bc43583f9a3 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
 }

 .text_db8f7a8150e6 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_74208199709e {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_74208199709e {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_74208199709e {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.91px solid #12213a1a;
   border-right: 0.91px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0.91px solid #12213a1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_67b3a6b4a1f2 {
   padding: 40px 0 0 0;
   width: 494px;
   height: 93.81px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_997e3970e8e4 {
   width: 494px;
   height: 523.32px;
   z-index: 0;
   position: absolute !important;
   left: 24px;
   top: 95.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_51ba8cbe986f {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_1ba020984ea3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_a8d7e0613cbb {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_e6eb1c63b40d {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_087bf54345a6 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_40c4b752ca94 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_4864bfa2a3ed {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

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

 .text_54b32bb02c57 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_510444c168fc {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_53570faa29df {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_20221b558980 {
   height: 10.08px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_357e0319863e {
   height: 16.8px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_23856de54b51 {
   height: 12.32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_931fa9723ebf {
   height: 23.52px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_f764a1b850e5 {
   height: 20.16px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_4aa9220c84ad {
   height: 32.47px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_132cbaec7b1e {
   height: 26.87px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_ddc086d292b6 {
   height: 40.31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_3708cd1c943d {
   height: 35.83px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_179f3fd3f914 {
   height: 49.27px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_9127f8e84f29 {
   height: 42.55px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #ffffff26;
 }

 .container_5e8b06f06dbe {
   height: 55.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: linear-gradient(275deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_bf5a892cecb2 {
   padding: 12px 0 0 0;
   width: 444.19px;
   height: 67.99px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_83ff31e5b705 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.91px solid #ffffff1a;
   border-right: 0.91px solid #ffffff1a;
   border-bottom: 0.91px solid #ffffff1a;
   border-left: 0.91px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 4px 4px 4px 4px;
 }

 .container_90f56393469a {
   width: 494.01px;
   height: 431.27px;
   z-index: 0;
   position: absolute !important;
   left: 582px;
   top: 142.03px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae36c8364839 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 715.31px;
   min-height: 540px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_18e2c74d2669 {
   width: 1100px;
   height: 716.21px;
   z-index: 0;
   border-top: 0px solid #12213a1a;
   border-right: 0px solid #12213a1a;
   border-bottom: 0.91px solid #12213a1a;
   border-left: 0px solid #12213a1a;
   position: absolute !important;
   left: 250px;
   top: 64.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f183b173c67 {
   width: 196px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_2633c8a8c4e8 {
   width: 196px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_2633c8a8c4e8 {
   overflow: visible;
 }

 .container_05b73752368d {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: -22px;
   top: 0px;
 }

 .container_15fd9d82ea44 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 1;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_15fd9d82ea44 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_15fd9d82ea44 {
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .text_ace5432f0f59 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d3a1e69108d6 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_79c8f57dbf77 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_576fd0e9581d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f79971db5379 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d2e6966ef388 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_6b928983b930 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dc4725e8e20d {
   width: 675px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_dc4725e8e20d {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_dc4725e8e20d {
   width: 675px;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6e980cb7ede0 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_1bfdad4da8cd {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 1;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_1bfdad4da8cd {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_1bfdad4da8cd {
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_6d7128116e2f {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5043px;
   background: #f5f7f9;
 }

 .text_371389ca98b3 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1da6017a6430 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ec711b45379f {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ec711b45379f {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_ec711b45379f {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_ee769f53017f {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_f8230114ea21 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f3644d348bb4 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_f3644d348bb4 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_f3644d348bb4 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_d5f9c5d3a214 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_220e3d071d83 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_90cb160c0c9d {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_90cb160c0c9d {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_90cb160c0c9d {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_d067a9bf669f {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ea3ab183127b {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_293c2a62fc66 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_b728e3096b36 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_f4ad97523f02 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ed3122e50adb {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_ed3122e50adb {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_ed3122e50adb {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_d704259eb94d {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_5fe338c893a8 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dd923e7ab345 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_c95946c7e10b {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5275px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_c95946c7e10b {
   position: absolute !important;
   left: 160px;
   top: 5275px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_c95946c7e10b {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7760606e4855 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5763px;
 }

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

 .imageview_93251850cdf6 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5765px;
 }

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

 .text_facde6a569e4 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_facde6a569e4 {
   overflow: visible;
 }

 .text_e3096f9afc8d {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5760px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e3096f9afc8d {
   overflow: visible;
 }

 .container_93ba930420ac {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_8fdb941dba5d {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_b35df98becef {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f299a26a0156 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_e2e1bebe8c28 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_2b43b1ce5912 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_8c0cbad7afcb {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_30309e58cfd5 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_dc874626ac00 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_3968a6184772 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_e668b50fe220 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_230d5e520ede {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4798px;
 }

 .viewport_69a10e53d749 {
   width: 1600px;
   height: 5800px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_608b2232c213 {
   width: 144px;
   height: 206px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_3f2aa8015da3 {
   width: 125px;
   height: 246px;
   z-index: 0;
   position: absolute !important;
   left: 190px;
   top: 0px;
 }

 .container_a84842c75b47 {
   width: 161px;
   height: 166px;
   z-index: 0;
   position: absolute !important;
   left: 409px;
   top: 0px;
 }

 .imageview_d4d51e893a47 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d4d51e893a47 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .imageview_aceaf8917d37 {
   width: 189px;
   height: 60px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

 .imageview_aceaf8917d37 img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_4d025c2e4c6e {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 133px;
   z-index: 0;
   left: 0px;
   top: 58px;
 }

 .container_aa1d096a2ec5 {
   position: absolute !important;
   overflow: visible;
   width: 189px;
   height: 191px;
   z-index: 0;
   left: 760px;
   top: 0px;
 }

 .container_4823a8d00b99 {
   width: 1111px;
   height: 58px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 285px;
 }

 .container_8ab99a026f3e {
   position: absolute !important;
   overflow: visible;
   width: 1111px;
   height: 343px;
   z-index: 0;
   left: 245px;
   top: 6257px;
 }

 .imageview_169e221ae8d2 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_37124fd396fc {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_56c39fcf030d {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_16a9fa656f94 {
   width: 1090px;
   height: 1px;
   z-index: 0;
   background: #eff2f6;
 }

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

 .text_6ab34823e07b {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f0859f30477d {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_e8c3e31860de {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_918a85b2ca7f {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

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

 .text_d70f39f17638 {
   width: 643px;
   height: 152px;
   z-index: 0;
   line-height: 50.4px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d70f39f17638 {
   overflow: visible;
 }

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

 .text_5774247b1fec {
   width: 643px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5774247b1fec {
   overflow: visible;
 }

 .container_93e63c1132db {
   padding: 24px 0 32px 0;
   width: 642.75px;
   height: fit-content;
   max-width: 672px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_0abeb1a10c5b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_bb11283f8b9a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_070495d28ff7 {
   width: 136.51px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_563272c3fedc {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_6a4df9b6a8fe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_321c83d53349 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_c0293b2b2bed {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

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

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

 .container_e4aeb060de12 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_9b53cfb969db {
   padding: 48px 48px 48px 48px;
   height: 484.71px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_60173ac1e6f2 {
   width: 460px;
   height: 485px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

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

 .container_5e194d5c8ab8 {
   width: 460px;
   height: 484.71px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0a0a0a1a;
 }

 .text_f5fd9df7d6b4 {
   width: fit-content;
   z-index: 2;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b083bad55674 {
   padding: 4px 10px 4px 10px;
   width: 75px;
   height: 23px;
   z-index: 2;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_b083bad55674 {
   position: absolute !important;
   left: 16px;
   top: 16px;
   width: 75px;
   height: 23px;
   z-index: 2;
 }

 .container_nested_b083bad55674 {
   padding: 4px 10px 4px 10px;
   width: 75px;
   height: 23px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_7b53f1186dc3 {
   position: relative !important;
   width: 460px;
   height: 484.71px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eff2f6;
 }

 .container_568b54d90ac3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_a81ade9d7ef1 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5287d89ead1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_c5287d89ead1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c5287d89ead1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_93c71f68659a {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d18582634339 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_d18582634339 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d18582634339 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_853f95db9573 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_02425bcf740a {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_02425bcf740a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_02425bcf740a {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_36bdddfa023e {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c846077cc149 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_wrapper_c846077cc149 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c846077cc149 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_c02c867610ce {
   width: 408.86px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_0dcda58db415 {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_b5283ef6875d {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_ef394f5b3a22 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b22ea22d3713 {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_b22ea22d3713 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b22ea22d3713 {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_6389cb676586 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cd7816d6903d {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_17cbb7c08d10 {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 35px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8b121b955658 {
   width: 351px;
   height: 69px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8b121b955658 {
   overflow: visible;
 }

 .container_a139553f3031 {
   width: fit-content;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4563f0770b14 {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7998d0651f69 {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7998d0651f69 {
   overflow: visible;
 }

 .container_e465d13d6029 {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_872ef016ffda {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_0a19097299e9 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d81f09011446 {
   padding: 2px 0 0 0;
   width: 156.54px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57c3db5408b4 {
   width: 156.54px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5959904d5817 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_43ef9a751c44 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_edce14b8f2d2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_61c560c0d4f5 {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_5b8deb978315 {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_4e61e1823fec {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_443f5bf23df8 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aa187f223dfe {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .container_wrapper_aa187f223dfe {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_aa187f223dfe {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_e0a2f1ab0a20 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_358d07c0c399 {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_1a1991cf2ea3 {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 35px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c720cdb71faa {
   width: 351px;
   height: 46px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c720cdb71faa {
   overflow: visible;
 }

 .container_a6326de8b5a8 {
   width: fit-content;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_618c40aa525b {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_80eb2771f223 {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_80eb2771f223 {
   overflow: visible;
 }

 .container_f1025163b33c {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_4a6c20584020 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_f5f572051e85 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4fbe9aac1144 {
   padding: 2px 0 0 0;
   width: 156.54px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_89ad15746fe5 {
   width: 156.54px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6d8ecebef49b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_863f96611e42 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c5aaa6935567 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_5ed88020dc1d {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 400.34px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_b6fe4d5b1c7a {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_0c995f7da4eb {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_22a9850de5b4 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b3a1b6948e73 {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_b3a1b6948e73 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_b3a1b6948e73 {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_cf0e09419105 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8cc4b9b3d164 {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_a54de9f60304 {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 35px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f5cecb580669 {
   width: 351px;
   height: 69px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f5cecb580669 {
   overflow: visible;
 }

 .container_5021d999f1ff {
   width: fit-content;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_74c2ef3b5a1e {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c4768fb5c5c0 {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c4768fb5c5c0 {
   overflow: visible;
 }

 .container_d92b115b14c3 {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_a0e0c7643a8c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_42d7ac9362da {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dd185056294b {
   padding: 2px 0 0 0;
   width: 156.54px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b0ba0477eb5c {
   width: 156.54px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8fa25d7c761c {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_8406079d93b2 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_b81b3fa3e183 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_b5473d118452 {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 800.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_4bbfb0070d9f {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_b16dca947fd6 {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_3b8abcba43d2 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0fb48a5e22ac {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_15a1981f0ebc {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d71da715dc9 {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_e82c81290639 {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 36.25px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fc42639c807d {
   width: 351px;
   height: 46px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fc42639c807d {
   overflow: visible;
 }

 .container_8954c98be9c5 {
   width: fit-content;
   height: 46px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b051c0de0c42 {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db378a973c8f {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_db378a973c8f {
   overflow: visible;
 }

 .container_8bae527723e7 {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_c2ca9755c779 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_8939dfe79206 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ad0915131e1d {
   padding: 2px 0 0 0;
   width: 156.54px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2470e6a7873d {
   width: 156.54px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d971763572f2 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_6ff811da934b {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_d36cfe646a1e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_deb0ef055834 {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 477.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_9aa930da10aa {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_864ca2684b8c {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_1dc62ca8acb0 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_539a6dac88dd {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_539a6dac88dd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_539a6dac88dd {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_8d1cc49f436e {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3b0146e73238 {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_d3a8f09a84bb {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 35px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_65f2fdd2877c {
   width: 351px;
   height: 69px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_65f2fdd2877c {
   overflow: visible;
 }

 .container_320b2e58cc22 {
   width: fit-content;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c891606b37f1 {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec9ab8f6971f {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ec9ab8f6971f {
   overflow: visible;
 }

 .container_b2e18b044ce1 {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_9ab0ebc780e8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_9a9218d889ea {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1537b8cfd976 {
   padding: 2px 0 0 0;
   width: 150.52px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd0c39fa857a {
   width: 150.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b0e4772cb52c {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_439e26bc80e6 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_b8795391ec26 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_1fe1b9b47466 {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 400.34px;
   top: 477.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_b07354c4fb6b {
   width: 100%;
   min-width: 0;
   height: 192px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_2e6f2bb1d8e4 {
   width: 398.09px;
   height: 191.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_1707bbbe21db {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_985bcdd32b4f {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .container_wrapper_985bcdd32b4f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_985bcdd32b4f {
   padding: 2px 10px 2px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_2a01dee6e951 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e345c01225e4 {
   padding: 0 0 0 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 1.88px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_2ddd09d519c5 {
   padding: 0 0 16px 0;
   width: 350.09px;
   height: 35px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_acd88ce445a9 {
   width: 351px;
   height: 46px;
   z-index: 0;
   line-height: 23px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_acd88ce445a9 {
   overflow: visible;
 }

 .container_4f0023b4d797 {
   width: fit-content;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ee247df219a1 {
   padding: 0 0 12px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0477ff753e09 {
   width: 351px;
   height: 91px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0477ff753e09 {
   overflow: visible;
 }

 .container_f16e0ec147c8 {
   width: 350.1px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_644f50e65e9d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_8e4370b17a0b {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2ffca5404895 {
   padding: 2px 0 0 0;
   width: 150.52px;
   height: 17px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_25867727f60f {
   width: 150.52px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5f75d17e5948 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_5930ab789c45 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_4dd8136e1c80 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_067c337648a6 {
   width: 399.34px;
   height: 476.31px;
   z-index: 0;
   position: absolute !important;
   left: 800.67px;
   top: 477.31px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_1bb233b029f8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 953.61px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

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

 .text_472b8a78d733 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_8243d77136bc {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

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

 .container_4d852614604e {
   padding: 12px 32px 12px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #172b4dff;
   border-right: 0.63px solid #172b4dff;
   border-bottom: 0.63px solid #172b4dff;
   border-left: 0.63px solid #172b4dff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d8e2472ac942 {
   padding: 48px 0 0 0;
   width: 1200px;
   height: 93.23px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d8e2472ac942 {
   width: 1200px;
   height: 93.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_d8e2472ac942 {
   padding: 48px 0 0 0;
   width: 1200px;
   height: 93.23px;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e1f253952a7d {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_a092c4536f7c {
   width: 1085px;
   height: 1px;
   z-index: 0;
   background: #eff2f6;
 }

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

 .imageview_11c642117889 {
   width: 23.99px;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
   opacity: 0.800000011920929;
 }

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

 .text_7feae996457c {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_43d5f1d70ca6 {
   padding: 16px 0 0 0;
   width: 240.01px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f8edb78138f {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_b77365443896 {
   width: 16px;
   height: 32px;
   z-index: 0;
 }

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

 .container_c417e85feef1 {
   padding: 24px 24px 24px 24px;
   height: 162.71px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .imageview_3eefe89c44ee {
   width: 23.99px;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
   opacity: 0.800000011920929;
 }

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

 .text_d113c0509997 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_592b6d6c3d98 {
   padding: 16px 0 0 0;
   width: 240.02px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd20154380f3 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_a37b4912ca8f {
   width: 16px;
   height: 32px;
   z-index: 0;
 }

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

 .container_a863b64692bb {
   padding: 24px 24px 24px 24px;
   height: 162.71px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .imageview_ebacf223a392 {
   width: 23.99px;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
   opacity: 0.800000011920929;
 }

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

 .text_c4cc072dd92f {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa0c757d2cc2 {
   padding: 16px 0 0 0;
   width: 238.76px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8df37f52e261 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_4410017f626f {
   width: 16px;
   height: 32px;
   z-index: 0;
 }

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

 .container_b78f60474928 {
   padding: 24px 24px 24px 24px;
   height: 162.71px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_15b13d4424a4 {
   width: 23.99px;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
   opacity: 0.800000011920929;
 }

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

 .text_e617e4752ccb {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b20b7d62cf50 {
   padding: 16px 0 0 0;
   width: 238.77px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e38e0994c152 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .imageview_650464339a26 {
   width: 16px;
   height: 32px;
   z-index: 0;
 }

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

 .container_a607a14d20a2 {
   padding: 24px 24px 24px 24px;
   height: 162.71px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

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

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

 .container_c214bcc5c25b {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_c6b22286b711 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_4f49e6869c4b {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48b03d21f267 {
   padding: 12px 0 0 0;
   width: 710.76px;
   height: 57px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d8088212c895 {
   width: 512px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d8088212c895 {
   overflow: visible;
 }

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

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

 .text_563f5f4dcd63 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_563f5f4dcd63 {
   overflow: visible;
 }

 .input_text_cbb668f7bf46 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 998;
   border-top: 0.63px solid #ffffff33;
   border-right: 0.63px solid #ffffff33;
   border-bottom: 0.63px solid #ffffff33;
   border-left: 0.63px solid #ffffff33;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .wrapper_input_text_cbb668f7bf46 {
   width: 100%;
   min-width: 0;
   height: 100%;
   min-height: 0;
 }

 .input_text_cbb668f7bf46::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #ffffff66;
   font-family: 'Hanken Grotesk';
 }

 .text_215ab6124563 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c13e9075b9a2 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_c13e9075b9a2 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_c13e9075b9a2 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_bfa60664878e {
   height: 45.23px;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_bfa60664878e {
   height: 45.23px;
   min-width: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
 }

 .container_nested_bfa60664878e {
   height: 45.23px;
   min-width: 360px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e844eded1cc6 {
   padding: 48px 48px 48px 48px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #172b4dff;
   border-right: 0.63px solid #172b4dff;
   border-bottom: 0.63px solid #172b4dff;
   border-left: 0.63px solid #172b4dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

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

 .container_34ba15ca0f94 {
   padding: 64px 40px 64px 40px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae776ba9e4b1 {
   width: 1603px;
   height: 2469.12px;
   z-index: 0;
   position: absolute !important;
   left: -1px;
   top: 119px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2651f3f52c79 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_13fee983827a {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_13fee983827a {
   overflow: visible;
 }

 .container_7a68b7e4045f {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_d8c4c3f90fc1 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_d8c4c3f90fc1 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_d8c4c3f90fc1 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_a51394635a01 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8bb01246fab3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_94f47b0295a1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f6b505cea70e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_efd33b92cd59 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_fac05dedf7d2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_82ef24d5c05e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5d36846e5733 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_5d36846e5733 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_5d36846e5733 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ad2d7ee72594 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

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

 .container_af0b373ff15d {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_af0b373ff15d {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_af0b373ff15d {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_dcda779fbe86 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 2987px;
   background: #f5f7f9;
 }

 .text_94aaebff76e5 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_da270e186ea3 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_b6a53a1d351a {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_cc8853d2b9ad {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_077be1365984 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_16e92a12ced3 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .text_5c54dc7136a2 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_4b17f87849a6 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_fc4819df2109 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .text_bdf82647e3c5 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_19f5c2557394 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_b4577c0b213b {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_cc7d8f85c3a6 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_fd602d069116 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_5a409903ae2b {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .text_0cb646e4fff2 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_a8a1e8e6b9c2 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_aa073a5bf245 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

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

 .container_7eb4894bd7ab {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 3219px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_82e21085b5be {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 3707px;
 }

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

 .imageview_be00ba3dbc17 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 3709px;
 }

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

 .text_177893630f92 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 3704px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_177893630f92 {
   overflow: visible;
 }

 .text_65cf3ae68293 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 3704px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_65cf3ae68293 {
   overflow: visible;
 }

 .container_a834d073b461 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_0391b31b0499 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_6d26c31b2784 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f31add00c9fd {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_fc06f991e95c {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_d5e3f2d1eb8d {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_f29aaa05787d {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

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

 .container_199a7e51ec99 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_088115c3072f {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_nested_64839196a4de {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_ff6940904e8d {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_79b342595cda {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 2742px;
 }

 .viewport_ec4c10c95aef {
   width: 1600px;
   height: 3764px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .imageview_5d9808e6675a {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

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

 .container_519569b3c05e {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_3dc60e743f4f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_6c4d51173be4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d06e15872971 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee9a3f4f95f5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5cda29b486bf {
   padding: 8px 12px 8px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
 }

 .text_5397bfd1734e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1421d4b9c3e0 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a2b1025c2c2b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_4043b74cdd48 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9f0685d227bb {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_881ce2384ce2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7a3620c4b94e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a96f4746976c {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_99037354a5d4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_1395e6f90d9c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_50ab93bca3c9 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0a8929380cd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_3642635bbb51 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e53d03f0d9df {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d7397978398 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_903f6b5642ad {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_46ff2619bd23 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bba4150b4140 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_c1723b24a30e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f68fd87282dc {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca57aeaf4088 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_3272d8b6b438 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a5d5f50dbf38 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16390bfa0e14 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_c135301d29f3 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5e33116bf8f8 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f04b33490721 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a1417493270b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ff22f23a9fcc {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_afdb2f6aefb8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_7a4d740d8e59 {
   padding: 24px 0 0 0;
   width: 246.13px;
   height: 440px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 2px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_babf197db2bf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   font-family: 'Hanken Grotesk';
 }

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

 .container_8e0a628875b0 {
   padding: 24px 0 0 0;
   width: 246.13px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_c50787d077b5 {
   padding: 40px 32px 40px 0;
   width: 280px;
   height: 996.49px;
   z-index: 0;
   border-top: 0px solid #172b4dff;
   border-right: 1.88px solid #172b4dff;
   border-bottom: 0px solid #172b4dff;
   border-left: 0px solid #172b4dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58c9480164a8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 8.62px;
   top: 3.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ca80e98a7801 {
   position: absolute !important;
   overflow: visible;
   width: 134.85px;
   height: 25.23px;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   left: 0px;
   top: 1.01px;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

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

 .text_421df4e37a42 {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7ecd61507fed {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a3681eae32b8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_1e716af7308b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_d0bd9308d834 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a6a588b88b33 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_283898ecb156 {
   padding: 24px 0 0 0;
   width: 856.01px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_36114318081e {
   padding: 0 0 40px 0;
   width: 856.01px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #172b4dff;
   border-right: 0px solid #172b4dff;
   border-bottom: 1.88px solid #172b4dff;
   border-left: 0px solid #172b4dff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_66171cafd924 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_78b572e4ff2d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_b26beaeda4f7 {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b26beaeda4f7 {
   overflow: visible;
 }

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

 .text_9226c6eef0e1 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_9226c6eef0e1 {
   overflow: visible;
 }

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

 .text_d826d74522cf {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6428db81038a {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 3.75px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

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

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

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

 .text_af450a9242ae {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_2c4887e0a304 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_1c00e3d64a6e {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1c00e3d64a6e {
   overflow: visible;
 }

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

 .text_2dd19491014f {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_91ae9a2c4f76 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7cc530c371c6 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_2bd24ae00151 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5cc6519906df {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_c2dab1bed9db {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_0ea4dc5556d1 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5469cc838051 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_561d24a2eafa {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ccf5f589a5a3 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_a7d1161466c3 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_88247f507c71 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_3e49c8cb1236 {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_75ba08ad86d1 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_90da8387f718 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_81131d3b7b7f {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_2bcd60ea6a54 {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6bee0df6c8fb {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_9e7a210cf1f0 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_bb0e987be600 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_e8a41c887d62 {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5e3625ad5748 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 184px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2bb3d286a35f {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f4756308ef89 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00efd8fc78d6 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_17c1183166d5 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_c95efc347e2b {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_1d24ffd9edaa {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_84ccec5cfdd5 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_844b8a374c79 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_da5a017f3e3a {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7fc578f3fdec {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_30783285efb4 {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6169c4eab528 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_53f97705de25 {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_059f9b2d8ef4 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_86841f50526f {
   padding: 10px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_e92b2b8d6711 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_ddc563477aac {
   padding: 8px 0 0 0;
   width: 671.99px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_de55bb5f4819 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 148px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .text_94c2cf991387 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_b3543f06a630 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_9d34d77e6911 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_11a89ee32025 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_b2e6a1c1cc0f {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b2e6a1c1cc0f {
   overflow: visible;
 }

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

 .container_63a4f53cb596 {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dbbbabc43de4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_b297a33a5c94 {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b297a33a5c94 {
   overflow: visible;
 }

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

 .container_1f72b861a5e3 {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 342px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7cd89fbee52e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_547cc120eb48 {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_547cc120eb48 {
   overflow: visible;
 }

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

 .container_4d748d0cd8fb {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 110.74px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e8041af1562e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_d7fa4d8c4504 {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d7fa4d8c4504 {
   overflow: visible;
 }

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

 .container_da0900fe99e0 {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 342px;
   top: 110.74px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16a229d2f135 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_6f384628fdbc {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6f384628fdbc {
   overflow: visible;
 }

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

 .container_18ca61789fc1 {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 221.48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4d2d12e08bf8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a5b76b1cc928 {
   width: 297px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a5b76b1cc928 {
   overflow: visible;
 }

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

 .container_5e8479e07556 {
   padding: 16px 16px 16px 16px;
   width: 330px;
   height: 98.74px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 342px;
   top: 221.48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

 .text_84e03c010030 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_fc8931ce1435 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a88a683e457b {
   width: 672px;
   height: 28px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a88a683e457b {
   overflow: visible;
 }

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

 .text_3dc23d2aa795 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_3dc23d2aa795 {
   overflow: visible;
 }

 .text-8980964781f8_3dc23d2aa795 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

 .text-5dad6f81679a_3dc23d2aa795 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a5937856dc49 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_a5937856dc49 {
   overflow: visible;
 }

 .text-8b72379feb81_a5937856dc49 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

 .text-9cbf6bd2c41c_a5937856dc49 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

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

 .text_270c5a52fcb5 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_270c5a52fcb5 {
   overflow: visible;
 }

 .text-0fdb96df8b52_270c5a52fcb5 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

 .text-6d03bb29d243_270c5a52fcb5 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

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

 .text_7a382a0075d4 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_7a382a0075d4 {
   overflow: visible;
 }

 .text-79a08c0f76f3_7a382a0075d4 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

 .text-51296d8717fa_7a382a0075d4 {
   line-height: 28px;
   font-family: 'Hanken Grotesk';
 }

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

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

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

 .text_47460bcd56e8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_458021eeb0f5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_3cefc8c9f945 {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3cefc8c9f945 {
   overflow: visible;
 }

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

 .text_4f6a6167e065 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_b68379820b33 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_052246ee3bac {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_7cc4e487ba48 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: 44.61px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_08abac4e94ea {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_aaf255f1e7fa {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_827603009c8d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_03c14bcc0680 {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: 44.61px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_67a69d7ddb64 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_e0eaf6ce47e3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_b41dcf741afc {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_65df2995779f {
   padding: 12px 0 12px 0;
   width: 100%;
   min-width: 0;
   height: 44.61px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6162c4edda12 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_f49807b86c4d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_a12464410d77 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .container_cba368af7875 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

 .text_efb920ad7e1e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_562be6df8e82 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_24c3915f16de {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_24c3915f16de {
   overflow: visible;
 }

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

 .text_91e506d08b8d {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_91e506d08b8d {
   overflow: visible;
 }

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

 .text_91718954ea98 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_91718954ea98 {
   overflow: visible;
 }

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

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

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

 .text_ca22ba7fc895 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_9cf3ae32b9e1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .text_c9f18b36aa34 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c9f18b36aa34 {
   overflow: visible;
 }

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

 .text_8297aada30ac {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_504d64f06483 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_5c3388ca533a {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_5c3388ca533a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_5c3388ca533a {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a5ccd3be6b9 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

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

 .text_935d537c0d5e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d0c5d29ad694 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_071397d40e7d {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_071397d40e7d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_071397d40e7d {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_058a2f98e2cc {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

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

 .container_cc10f4b4c4ff {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ed613f81db15 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_04f8443973e1 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_6f700ae284e1 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6f700ae284e1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6f700ae284e1 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_fe234532ae92 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aef0d99ba47f {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_423db44d8531 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bc3a4422198b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b0397edcb1b4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_c357539983b8 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_c357539983b8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c357539983b8 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_9616dfb86072 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_db261d27bd5c {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8c03b06b60c {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b70272af58be {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3cbede9da6c0 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_a9b2ad9e4aa3 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a9b2ad9e4aa3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a9b2ad9e4aa3 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8fff7c3aff32 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b0013f719226 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_defff8da92a7 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_69a2e67a598f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9c1dfafdbe5 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_6befbdc3419c {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6befbdc3419c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6befbdc3419c {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a63ccfa91759 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_99e2eeae5548 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dff130db8ea3 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6e4ecff7d4bf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dc9891a4bc26 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_123b12e2587f {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_123b12e2587f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_123b12e2587f {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d49751b2bb75 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e4a00f202365 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c21168c7eea {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 39px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0eda75562a6c {
   padding: 16px 0 0 0;
   width: 671.99px;
   height: 277px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_08b7ab98bdc6 {
   width: 629px;
   height: 23px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_08b7ab98bdc6 {
   overflow: visible;
 }

 .container_1c548cfb0850 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0px solid #33d5b7ff;
   border-left: 3.75px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_c94ee9760e3d {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9400e0dc04f {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2cc6e3b95ea9 {
   padding: 64px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc3e23d0ea0b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_7453875c792e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_168cd37efd66 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_18ac3e7e5545 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_18ac3e7e5545 {
   overflow: visible;
 }

 .container_b1ad786391cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca53c6c94fe4 {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ca53c6c94fe4 {
   overflow: visible;
 }

 .container_99d322d19d56 {
   padding: 16px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e15a1437b52 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5826c95d7568 {
   padding: 64px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db774230af3b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_cde1bf0ba073 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_81921bad16f0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_6213ffc2ca26 {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6213ffc2ca26 {
   overflow: visible;
 }

 .container_f49a074729c4 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1ef496f92b4 {
   padding: 64px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_70201d3278c7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_d7f4eb2463d5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_badfa6e38c75 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_33bb6d18bd96 {
   width: 672px;
   height: 84px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_33bb6d18bd96 {
   overflow: visible;
 }

 .container_44b2431ca335 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_44161edc9c99 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_44161edc9c99 {
   overflow: visible;
 }

 .container_c9e5d5d28c08 {
   padding: 16px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cdf234119058 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f45844010062 {
   width: 638.75px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c37d50307473 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_9ddfdec12e92 {
   width: 96px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b14aa16f783e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f106e1ac48a9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31c5724a5764 {
   padding: 8px 0 8px 0;
   width: 638.75px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_147bce68c1ec {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f076eb2701d6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_c6df222b6a7f {
   width: 96px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0854f6a733a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3b600d51216b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_80708aa013bf {
   padding: 8px 0 8px 0;
   width: 638.75px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_50eb58bbcad2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d79e4df61e97 {
   width: 96px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_895d2dace51b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_deaef5307e15 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d3b026a80c5c {
   padding: 8px 0 8px 0;
   width: 638.75px;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2ca6dcb60a30 {
   padding: 16px 16px 16px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_296b2fbcb525 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0730fd888644 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a41ce3f4c4f2 {
   padding: 64px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa6eca9ced99 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 10.63px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_c270dce2d3b7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 32.8px;
   top: 0px;
   line-height: 33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_00396c2edea8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 33px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_a7822009e016 {
   width: 672px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a7822009e016 {
   overflow: visible;
 }

 .container_2a03bd22789f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_849e8621fec7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ccb89059a4ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d83c08feccd3 {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0c3157f387a9 {
   padding: 4px 0 0 0;
   width: 298.13px;
   height: 27px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c03dd81205d9 {
   width: 298.13px;
   height: 88.25px;
   z-index: 0;
   position: absolute !important;
   left: 25.88px;
   top: 25.88px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_01294f833f58 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1e1449ab20cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0ef15eba5a48 {
   width: 299px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0ef15eba5a48 {
   overflow: visible;
 }

 .container_fd5a6911fb7b {
   padding: 4px 0 0 0;
   width: 298.13px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2091c58fde4 {
   width: 298.13px;
   height: 88.25px;
   z-index: 0;
   position: absolute !important;
   left: 348px;
   top: 25.88px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea83715108da {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_928f470c1d9b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd5c73837a7e {
   width: fit-content;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6091059610b4 {
   padding: 4px 0 0 0;
   width: 298.13px;
   height: 27px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c9b27475268 {
   width: 298.13px;
   height: 65.5px;
   z-index: 0;
   position: absolute !important;
   left: 25.88px;
   top: 138.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5bef7982bc19 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2ab43015dacb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_44c616056c8e {
   width: 299px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_44c616056c8e {
   overflow: visible;
 }

 .container_155d1bf7cbaf {
   padding: 4px 0 0 0;
   width: 298.13px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fac8b0c7e8c3 {
   width: 298.13px;
   height: 65.5px;
   z-index: 0;
   position: absolute !important;
   left: 348px;
   top: 138.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_492e47b622ca {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 229.48px;
   flex-shrink: 0;
   z-index: 0;
   box-shadow: inset 0 0 0 1.88px #172b4dff;
 }

 .container_46c85c75cb40 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11903b52a9d9 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2d9695d4caa1 {
   padding: 64px 0 0 0;
   width: 671.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b65eb79cef7f {
   padding: 56px 0 0 0;
   width: 671.99px;
   height: fit-content;
   max-width: 672px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a2b820be14d4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_83aa3029471d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0ec287139fed {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
   text-decoration-color: #424c57 !important;
 }

 .container_f3212ad528ae {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d4aa568d04f8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
   text-decoration-color: #424c57 !important;
 }

 .container_8b94756f4dde {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9ea0ea0dc795 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
   text-decoration-color: #424c57 !important;
 }

 .container_7116109c0696 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ed1da6a48952 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1afba4e2eed4 {
   padding: 32px 0 0 0;
   width: 856.01px;
   height: fit-content;
   z-index: 0;
   border-top: 1.88px solid #172b4dff;
   border-right: 0px solid #172b4dff;
   border-bottom: 0px solid #172b4dff;
   border-left: 0px solid #172b4dff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_58fb6aafa777 {
   padding: 80px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2ba7fbde66dd {
   padding: 64px 0 64px 48px;
   width: 904px;
   height: 5135.84px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88824b4ccf8d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_c28ca935c4ac {
   padding: 0 48px 0 48px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3b916c1b23d {
   width: 1599px;
   height: 5135.84px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 96px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2316bc157ad {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_4ee5ea063315 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_4ee5ea063315 {
   overflow: visible;
 }

 .container_ad0c9e5cf530 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_0b9a6acdbd5a {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_0b9a6acdbd5a {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_0b9a6acdbd5a {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_062b1bf8c749 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9cfab435743f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3c46944759da {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7530b7d32c55 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_773ac27e37c3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_6855e5f9aad1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_cc83295d6cd9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_11cc7d874fea {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_11cc7d874fea {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_11cc7d874fea {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e6f6b28ce062 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_e6f6b28ce062 img {
   width: 100%;
   height: 100%;
 }

 .container_bcbed931d5c4 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_bcbed931d5c4 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_bcbed931d5c4 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_61f2628ad6f7 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5397px;
   background: #f5f7f9;
 }

 .text_9739768d739a {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_915fb0921a65 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_70f95f9b4729 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_70f95f9b4729 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_70f95f9b4729 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_6eb2cf6a403f {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_54eab423f251 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_73bbcf152afa {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_73bbcf152afa {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_73bbcf152afa {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_ccc9f5c93188 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_8d1bfb543d40 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_cc15913548d9 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_cc15913548d9 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_cc15913548d9 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_8910138bfeca {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_f48da24c95b2 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dca67f3fc99c {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_96414a37cffe {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_8dfdd052c2a3 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f5d14b7e41d7 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_f5d14b7e41d7 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_f5d14b7e41d7 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_2a09b2907f86 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_659d24465078 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ebd393e88535 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_dac6ee781456 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_814c286b6ef6 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5629px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_814c286b6ef6 {
   position: absolute !important;
   left: 160px;
   top: 5629px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_814c286b6ef6 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1c01c6ccd949 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 6117px;
 }

 .imageview_1c01c6ccd949 img {
   width: 100%;
   height: 100%;
 }

 .imageview_d864121b35a8 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 6119px;
 }

 .imageview_d864121b35a8 img {
   width: 100%;
   height: 100%;
 }

 .text_3301d0b125d9 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 6114px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3301d0b125d9 {
   overflow: visible;
 }

 .text_ad143742a6e8 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 6114px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ad143742a6e8 {
   overflow: visible;
 }

 .container_c552e563b86f {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_2c5fa3c28a36 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_dad91031ff28 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_1050436ec5ad {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_80660acc0554 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_0d5400319624 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_653cf7cfa875 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_653cf7cfa875 img {
   width: 100%;
   height: 100%;
 }

 .container_353e87ade0b5 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_353e87ade0b5 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_353e87ade0b5 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_c3b0e64b908a {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_99ebbb2f86cf {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_5af2bfa50270 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_115d88c3b628 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_01b4a099583a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 5152px;
 }

 .viewport_8d77115fd7f0 {
   width: 1600px;
   height: 6158px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .text_4fb05c56dc57 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(320deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3fcdbfcedda8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca89df0254b4 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d4237ae4edce {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c729594bec1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_33c809bb9e0c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_33c809bb9e0c img {
   width: 100%;
   height: 100%;
 }

 .text_a2e74c26b0bf {
   width: fit-content;
   z-index: 0;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0e3f7d6b6a35 {
   padding: 16px 0 0 0;
   width: 255.76px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f952dd9b95ce {
   width: 256px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f952dd9b95ce {
   overflow: visible;
 }

 .container_58d16b4e9a31 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b1ec16876e8 {
   padding: 24px 24px 24px 24px;
   height: 203.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_a4fb7541929c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a4fb7541929c img {
   width: 100%;
   height: 100%;
 }

 .text_1348d6f9c71c {
   width: fit-content;
   z-index: 0;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3991d615b510 {
   padding: 16px 0 0 0;
   width: 255.76px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ade6f2ac07b {
   width: 256px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4ade6f2ac07b {
   overflow: visible;
 }

 .container_773218db9cdf {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e7a588b76aa {
   padding: 24px 24px 24px 24px;
   height: 203.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_832c3a20f5b4 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_832c3a20f5b4 img {
   width: 100%;
   height: 100%;
 }

 .text_7a0b8dfd28c2 {
   width: fit-content;
   z-index: 0;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_02ca5012fd63 {
   padding: 16px 0 0 0;
   width: 255.76px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_558cf0bb2458 {
   width: 256px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_558cf0bb2458 {
   overflow: visible;
 }

 .container_dd18678f6a1b {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe0d4e6ca3a5 {
   padding: 24px 24px 24px 24px;
   height: 203.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_12a68a2a13d2 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_12a68a2a13d2 img {
   width: 100%;
   height: 100%;
 }

 .text_3c1febcb604f {
   width: fit-content;
   z-index: 0;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e34c784bfb38 {
   padding: 16px 0 0 0;
   width: 255.76px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a7948a96360c {
   width: 256px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a7948a96360c {
   overflow: visible;
 }

 .container_d8b48aa289bc {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2e4887160c7a {
   padding: 24px 24px 24px 24px;
   height: 203.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_f8e9eef5861d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 20px 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a325d2562167 {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7d97e7f2300 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_683e291ffdb7 {
   padding: 80px 24px 80px 24px;
   width: 1595px;
   height: 495.49px;
   z-index: 0;
   position: absolute !important;
   left: 3px;
   top: 981px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_441517161fbf {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_441517161fbf img {
   width: 100%;
   height: 100%;
 }

 .text_a7bb68082288 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(331deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_07293c3b99b5 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_07293c3b99b5 img {
   width: 100%;
   height: 100%;
 }

 .container_232ed44581c0 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_6d51019c4a3c {
   width: 100%;
   min-width: 0;
   height: 29.24px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6d51019c4a3c {
   width: 100%;
   min-width: 0;
   height: 29.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_6d51019c4a3c {
   width: 100%;
   min-width: 0;
   height: 29.24px;
   z-index: 0;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_99a3ae1b2f2f {
   width: 616px;
   height: 202px;
   z-index: 0;
   line-height: 67.2px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_99a3ae1b2f2f {
   overflow: visible;
 }

 .text-e70b56cc49e7_99a3ae1b2f2f {
   line-height: 67.2px;
   font-family: 'Hanken Grotesk';
 }

 .text-e968a9e723e7_99a3ae1b2f2f {
   line-height: 67.2px;
   font-family: 'Hanken Grotesk';
 }

 .text-995d2b0d1817_99a3ae1b2f2f {
   line-height: 67.2px;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_418bfd385133 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0a1f00be389 {
   width: 480px;
   height: 117px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e0a1f00be389 {
   overflow: visible;
 }

 .container_2bf854df6337 {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_65b70dc3a395 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_9b1ee494992d {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9b1ee494992d img {
   width: 100%;
   height: 100%;
 }

 .container_8e3fae712cb4 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_8e3fae712cb4 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_8e3fae712cb4 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .text_3258abbd98ed {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_525915d73ea3 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_525915d73ea3 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_525915d73ea3 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_ec96fd632cdd {
   padding: 32px 0 0 0;
   width: 616px;
   height: 81.23px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ada08b41c4c6 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ada08b41c4c6 img {
   width: 100%;
   height: 100%;
 }

 .text_bbb8c731f847 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_71d2bb5a9473 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d5ae8b410fe8 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d5ae8b410fe8 img {
   width: 100%;
   height: 100%;
 }

 .text_2a3d0adcbca9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a12e815db501 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_303bd32eb922 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_303bd32eb922 img {
   width: 100%;
   height: 100%;
 }

 .text_72af192c3e32 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_67f758ae59e1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bce6e65a2938 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bce6e65a2938 img {
   width: 100%;
   height: 100%;
 }

 .text_f252854de1ba {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_abe403de9b7a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8b92e4bf1b55 {
   padding: 40px 0 0 0;
   width: 616px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f665b7b42765 {
   height: 479.76px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_862322fbb764 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
   background: #fb2c36b3;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_8dee2f6f194b {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_78b9fea38206 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
   background: #00c950b3;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_dcf792d96ac2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_412389156f6f {
   padding: 0 0 0 8px;
   width: 102px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26f67df7a55e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9da30495abd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6ab9a10a2a6d {
   padding: 16px 0 0 0;
   width: 574.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b073a9d752e2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_21b20c94ef77 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_124d321c1827 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f103647f3a0 {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1238a07a870c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_679eea121faf {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_162e558a8873 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_695f54927011 {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_639f65e88f67 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b4796d47ebba {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c9fcfad21a37 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b5b4154bdbc9 {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_725463d2b9a7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5a574251f641 {
   padding: 2px 0 0 0;
   width: 574.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca506a72c7b5 {
   padding: 4px 0 0 0;
   width: 574.76px;
   height: 172px;
   min-height: 168px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8bc3e4643591 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b35adac9d489 {
   padding: 4px 0 0 0;
   width: 574.76px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d6ed4e00c02b {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 281.22px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f8f8fa;
   border-radius: 14px 14px 14px 14px;
 }

 .container_c7451efd9279 {
   height: 281.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb7c1f141c32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e8cb28d4ffef {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_081d8544f7fe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_923b4ee11370 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_78b02caf18f1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_757c16015992 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7dfedd2d5523 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4ded5d44e482 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2da30780bf2b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_70c307a40a4b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e39b7f4f7f78 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f38b8fa2fd11 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc0ef322aff4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1c2fded6d676 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bbe20598e02a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e9d5380a83d7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2214a5f12cb7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a15508cae4ef {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff800e26d4ed {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f4ec086b2944 {
   padding: 64px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00204795aae8 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90bca847f5b0 {
   padding: 80px 24px 80px 24px;
   width: 1595px;
   height: 865.62px;
   z-index: 0;
   position: absolute !important;
   left: 3px;
   top: 115px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_72c5f7acadfa {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(313deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_94a0cb69d707 {
   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_602458fc8a1a {
   width: fit-content;
   z-index: 1;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_05376fe40441 {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b79455a2416a {
   width: 576px;
   height: 56px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b79455a2416a {
   overflow: visible;
 }

 .container_e2078dfa7793 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f58a3444937a {
   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;
 }

 .imageview_7a4e6144d35e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7a4e6144d35e img {
   width: 100%;
   height: 100%;
 }

 .text_d01a00b8a9dc {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e4da407844d5 {
   padding: 12px 0 0 0;
   width: 201.95px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d64a3455c24 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_107b6a2ccbfd {
   padding: 4px 0 0 0;
   width: 201.95px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_749139542be4 {
   width: 202px;
   height: 59px;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_749139542be4 {
   overflow: visible;
 }

 .container_bd1e09dd270a {
   padding: 8px 0 0 0;
   width: 201.95px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d90cd8b1a1d0 {
   padding: 20px 20px 20px 20px;
   height: 194.74px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #51a2ff33;
   border-right: 0.63px solid #51a2ff33;
   border-bottom: 0.63px solid #51a2ff33;
   border-left: 0.63px solid #51a2ff33;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #51a2ff1a;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_2cdfa07993ea {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2cdfa07993ea img {
   width: 100%;
   height: 100%;
 }

 .text_0e845b6c7d9c {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_236a2dabdd3f {
   padding: 12px 0 0 0;
   width: 201.95px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc3dc8dc9bfb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_308eae0dc2f2 {
   padding: 4px 0 8px 0;
   width: 201.95px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14d038ac1935 {
   padding: 20px 20px 20px 20px;
   height: 194.74px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_e3a862fedc07 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e3a862fedc07 img {
   width: 100%;
   height: 100%;
 }

 .text_1dd016db2770 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_2ecb13053a27 {
   padding: 12px 0 0 0;
   width: 201.95px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b391222f4c6b {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b644b7fc1198 {
   padding: 4px 0 8px 0;
   width: 201.95px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79bc2dd5df64 {
   padding: 20px 20px 20px 20px;
   height: 194.74px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_b2bc865269ce {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b2bc865269ce img {
   width: 100%;
   height: 100%;
 }

 .text_df84817264f6 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c0d1aff5bed8 {
   padding: 12px 0 0 0;
   width: 201.95px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db62a6ac99c2 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_77cbb6d89885 {
   padding: 4px 0 8px 0;
   width: 201.95px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6e8915738c96 {
   padding: 20px 20px 20px 20px;
   height: 194.74px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_77cfa4a7bd56 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_77cfa4a7bd56 img {
   width: 100%;
   height: 100%;
 }

 .text_26a06bfcdc42 {
   width: fit-content;
   z-index: 1;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9600c5a13711 {
   padding: 12px 0 0 0;
   width: 201.95px;
   height: 27px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c1550583b1b0 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6251f2aee7e4 {
   padding: 4px 0 8px 0;
   width: 201.95px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_464d4e65bea2 {
   padding: 20px 20px 20px 20px;
   height: 194.74px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_df3a543ba661 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cf9c491fa823 {
   padding: 56px 0 0 0;
   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_8aba0e58568a {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e42852724dc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c1a82e8f648f {
   padding: 80px 24px 80px 24px;
   width: 1599px;
   height: 558.74px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1476px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f3f580;
 }

 .text_26184cd97de7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_fa9c7580a817 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_adf515bb2db0 {
   width: 613px;
   height: 96px;
   z-index: 0;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_adf515bb2db0 {
   overflow: visible;
 }

 .container_d10f7c31e906 {
   padding: 12px 0 0 0;
   width: 612px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d6ee15b833be {
   width: 613px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d6ee15b833be {
   overflow: visible;
 }

 .container_6a64ef242741 {
   padding: 24px 0 32px 0;
   width: 612px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_05ee377370e3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_fd60a85004e1 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fd60a85004e1 img {
   width: 100%;
   height: 100%;
 }

 .container_ad8d41bb11a8 {
   width: 174px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ad36a856eece {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_9e798cc100e3 {
   height: 259.94px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b95453ef77ab {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_cb7e228d457c {
   padding: 2px 0 0 0;
   width: 22px;
   height: 76.49px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_518da84a08c7 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8450e7319bb1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7f5827b827a0 {
   width: 530px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7f5827b827a0 {
   overflow: visible;
 }

 .container_92e48155230f {
   padding: 4px 0 0 0;
   width: 529.15px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6ccd8f9c501b {
   width: 529.15px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbf569a77cee {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: 117.74px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_ace0d5f9a00d {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_8c74ccf3dfb9 {
   padding: 2px 0 0 0;
   width: 22px;
   height: 76.49px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_204a1db4c7ef {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba16fe01c5d8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_105dd8ed0169 {
   width: 530px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_105dd8ed0169 {
   overflow: visible;
 }

 .container_2b4bdd487d68 {
   padding: 4px 0 0 0;
   width: 529.15px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df5d57090ad0 {
   width: 529.15px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_053d89b64ebb {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: 117.74px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_20ebd5c26e0b {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a5df2993d97a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ee53195f1ea5 {
   padding: 2px 0 0 0;
   width: 22px;
   height: 76.49px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cb0307328c3a {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_473d1710e0eb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8d787e633057 {
   width: 530px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8d787e633057 {
   overflow: visible;
 }

 .container_6fb91a218b18 {
   padding: 4px 0 0 0;
   width: 529.15px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32e6591f7b14 {
   width: 529.15px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eccccd7dd215 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: 117.74px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_a61a47345e3e {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8dafbb1cb0e {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a51079644399 {
   padding: 2px 0 0 0;
   width: 22px;
   height: 76.49px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5699acf7f45f {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_95dbbbeb547a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_edbb5b7000ab {
   width: 530px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_edbb5b7000ab {
   overflow: visible;
 }

 .container_e348e2957d23 {
   padding: 4px 0 0 0;
   width: 529.15px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4b2ac27a251 {
   width: 529.15px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_45eec0a9d7a7 {
   padding: 20px 20px 20px 20px;
   width: fit-content;
   height: 117.74px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_c4833b28399b {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4a10fbcd4bf {
   height: 518.96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0081dfa483e8 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 56px 56px;
   display: flex !important;
   flex-direction: row;
 }

 .container_339df0f37ff3 {
   padding: 80px 24px 80px 24px;
   width: 1599px;
   height: 678.96px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 2035px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfc67e255286 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #fb2c36b3;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_ca1352e97874 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_6e3ab242122c {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #00c950b3;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_8207459d317f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_314147429a5b {
   padding: 0 0 0 12px;
   width: 106px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_596562860a64 {
   padding: 12px 20px 12px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8d55e906445c {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6cb7369635f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_abd8d57f6ac2 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-cf320276239f_abd8d57f6ac2 {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-8da106679987_abd8d57f6ac2 {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-4b65932c9136_abd8d57f6ac2 {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-2fd3579a0883_abd8d57f6ac2 {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_16c05b9aceb5 {
   padding: 8px 0 0 0;
   width: 570.75px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4cf0bafa3bae {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-b36e6a943ccc_4cf0bafa3bae {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-3c8dd366ccfc_4cf0bafa3bae {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-c39bae7e13b9_4cf0bafa3bae {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-a9faffd73db2_4cf0bafa3bae {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-3212aeb611c2_4cf0bafa3bae {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_dfe336ea4d0a {
   padding: 12px 0 0 0;
   width: 570.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2cd1c150dcfe {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-b1edf0b78f98_2cd1c150dcfe {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-6b61c02bb9a6_2cd1c150dcfe {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_980026ca61cf {
   padding: 0 0 0 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_908cf7818008 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_13e381729c4b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9dd3004a2c2a {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-bc6efe1f6d9f_9dd3004a2c2a {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-03716249d546_9dd3004a2c2a {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-d055ac8db6ae_9dd3004a2c2a {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-30413c9070e9_9dd3004a2c2a {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_5638dc351ec8 {
   padding: 12px 0 0 0;
   width: 570.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2ce4fc731b86 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b565ae047546 {
   padding: 12px 0 0 0;
   width: 570.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_981e8465f1ac {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-e58ab04c8052_981e8465f1ac {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-fee97b9a3c32_981e8465f1ac {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_397379655f41 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_de944c0b1aac {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-81cf4ca1451d_de944c0b1aac {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .text-f56b2fd378a0_de944c0b1aac {
   line-height: 24px;
   font-family: 'Hanken Grotesk';
 }

 .container_cc74c882e5ef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f805996681c8 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   height: 300.01px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_380114c1350d {
   height: 341.87px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_00b1a3c6f994 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_00b1a3c6f994 img {
   width: 100%;
   height: 100%;
 }

 .text_b5b3621e0718 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bd798722bbf3 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_c149095e2cc1 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c149095e2cc1 img {
   width: 100%;
   height: 100%;
 }

 .text_44c0a21ecece {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48a356080a3b {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_6925b3a89047 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0731470e6faf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_34b2d7fa2f5c {
   padding: 20px 0 0 0;
   width: 612px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_86422d427c17 {
   width: 613px;
   height: 96px;
   z-index: 0;
   line-height: 48px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_86422d427c17 {
   overflow: visible;
 }

 .container_23aeed222cdb {
   padding: 12px 0 0 0;
   width: 612px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_465f71c37d26 {
   width: 613px;
   height: 56px;
   z-index: 0;
   line-height: 28px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_465f71c37d26 {
   overflow: visible;
 }

 .container_f8b751716f36 {
   padding: 16px 0 0 0;
   width: 612px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_623022af62ea {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_efb8dcf235f7 {
   padding: 4px 12px 4px 12px;
   width: 83.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_efb8dcf235f7 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 83.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_efb8dcf235f7 {
   padding: 4px 12px 4px 12px;
   width: 83.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_ce57031a368a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_abfa59f79804 {
   padding: 4px 12px 4px 12px;
   width: 56.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 91.6px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_abfa59f79804 {
   position: absolute !important;
   left: 91.6px;
   top: 0px;
   width: 56.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_abfa59f79804 {
   padding: 4px 12px 4px 12px;
   width: 56.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_116a9127dd3e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f2a42c32a33 {
   padding: 4px 12px 4px 12px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 156.48px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_3f2a42c32a33 {
   position: absolute !important;
   left: 156.48px;
   top: 0px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_3f2a42c32a33 {
   padding: 4px 12px 4px 12px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_a89c86ae797f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_492e2b2cf8d2 {
   padding: 4px 12px 4px 12px;
   width: 44.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 226.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_492e2b2cf8d2 {
   position: absolute !important;
   left: 226.66px;
   top: 0px;
   width: 44.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_492e2b2cf8d2 {
   padding: 4px 12px 4px 12px;
   width: 44.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_706ea2d19237 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_18ef50bef5aa {
   padding: 4px 12px 4px 12px;
   width: 68.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 278.93px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_18ef50bef5aa {
   position: absolute !important;
   left: 278.93px;
   top: 0px;
   width: 68.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_18ef50bef5aa {
   padding: 4px 12px 4px 12px;
   width: 68.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_597c2b4de727 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4959f58183f4 {
   padding: 4px 12px 4px 12px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 356.36px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_4959f58183f4 {
   position: absolute !important;
   left: 356.36px;
   top: 0px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_4959f58183f4 {
   padding: 4px 12px 4px 12px;
   width: 62.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_caca9e1dc664 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a3dd4394069d {
   padding: 4px 12px 4px 12px;
   width: 65.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 426.34px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_a3dd4394069d {
   position: absolute !important;
   left: 426.34px;
   top: 0px;
   width: 65.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_a3dd4394069d {
   padding: 4px 12px 4px 12px;
   width: 65.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_b63de85d3ca1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3335bfbbf0ba {
   padding: 4px 12px 4px 12px;
   width: 63.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 500.72px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_3335bfbbf0ba {
   position: absolute !important;
   left: 500.72px;
   top: 0px;
   width: 63.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_3335bfbbf0ba {
   padding: 4px 12px 4px 12px;
   width: 63.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_ad5261fc21bc {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a79e9d52586b {
   padding: 4px 12px 4px 12px;
   width: 41.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 33.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_a79e9d52586b {
   position: absolute !important;
   left: 0px;
   top: 33.23px;
   width: 41.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_a79e9d52586b {
   padding: 4px 12px 4px 12px;
   width: 41.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_2b5c34cf7d99 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d1749c975dd {
   padding: 4px 12px 4px 12px;
   width: 51.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 49.49px;
   top: 33.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_4d1749c975dd {
   position: absolute !important;
   left: 49.49px;
   top: 33.23px;
   width: 51.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_4d1749c975dd {
   padding: 4px 12px 4px 12px;
   width: 51.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_457ae00b5b32 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b07d15006ab9 {
   padding: 4px 12px 4px 12px;
   width: 52.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 107.77px;
   top: 33.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_b07d15006ab9 {
   position: absolute !important;
   left: 107.77px;
   top: 33.23px;
   width: 52.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_b07d15006ab9 {
   padding: 4px 12px 4px 12px;
   width: 52.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_f148e17adef7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_80347de5ee55 {
   padding: 4px 12px 4px 12px;
   width: 67.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 168.75px;
   top: 33.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_80347de5ee55 {
   position: absolute !important;
   left: 168.75px;
   top: 33.23px;
   width: 67.25px;
   height: 25.25px;
   z-index: 0;
 }

 .container_nested_80347de5ee55 {
   padding: 4px 12px 4px 12px;
   width: 67.25px;
   height: 25.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_139b861cd2ae {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 58.47px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_dc91fe178b48 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_690cf3df1ed9 {
   height: 359.64px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32f9f329423b {
   width: 1280px;
   height: 359.64px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 56px 56px;
   display: flex !important;
   flex-direction: row;
 }

 .container_47de46b016cf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_19d13642335c {
   padding: 80px 24px 80px 24px;
   width: 1599px;
   height: 519.64px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 2714px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f3f580;
 }

 .container_d27ef6c4843e {
   width: 256px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 847.37px;
   top: -79.37px;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   filter: blur(64px);
 }

 .text_9ccd52d2bb43 {
   width: fit-content;
   z-index: 2;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(273deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_4effd9024c78 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2121de181902 {
   width: 677px;
   height: 99px;
   z-index: 2;
   line-height: 33px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2121de181902 {
   overflow: visible;
 }

 .container_a0f30bb9d296 {
   padding: 20px 0 0 0;
   width: 676.89px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_744e1c48b933 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_078b5ba546be {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #697586;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_078b5ba546be {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_078b5ba546be {
   width: 40px;
   height: 40px;
   z-index: 2;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #697586;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_881fabb693f2 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ebd5f066191c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bf49b84139c {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_16eb2c58f92c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b325aa7d12e7 {
   width: 154.36px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_742b769f9c3c {
   padding: 24px 0 0 0;
   width: 676.89px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6fec96617788 {
   height: 251.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5f68b94ac5e {
   width: fit-content;
   z-index: 2;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_18f8cf578e25 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e075660cddfc {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c26a7c5f2a1 {
   width: 161.24px;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   background: #eff2f6;
 }

 .container_f2089560dbd0 {
   padding: 8px 0 8px 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bc10d44c9f70 {
   width: fit-content;
   z-index: 2;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_857fb4cf295d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_98fbb6389257 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d57888bc286f {
   padding: 0 0 0 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4042365f17b7 {
   width: 910.75px;
   height: 251.98px;
   z-index: 2;
   position: absolute !important;
   left: 56.62px;
   top: 56.62px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d87de6de74c9 {
   position: relative !important;
   width: 1023.99px;
   height: 365.22px;
   max-width: 1024px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 0.63px #eff2f6ff;
 }

 .container_67b407351c86 {
   padding: 80px 24px 80px 24px;
   width: 1599px;
   height: 525.22px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 3233px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_549a05da8122 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4712f30b8672 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b703d954e222 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
 }

 .imageview_b703d954e222 img {
   position: absolute;
   width: 247.8px !important;
   height: 20.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_b703d954e222.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_15406f822b30 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_281863f77f77 {
   padding: 16px 0 0 0;
   width: 247.75px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_81f104998e12 {
   width: 248px;
   height: 39px;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_81f104998e12 {
   overflow: visible;
 }

 .container_43f41427f50f {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22784c2fb0f7 {
   padding: 28px 28px 28px 28px;
   height: 179.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_8da87d68dd6b {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
 }

 .imageview_8da87d68dd6b img {
   position: absolute;
   width: 247.8px !important;
   height: 20.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_8da87d68dd6b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_c8277d7acb81 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8ccbb3d37305 {
   padding: 16px 0 0 0;
   width: 247.75px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c0a21f6ee424 {
   width: 248px;
   height: 39px;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c0a21f6ee424 {
   overflow: visible;
 }

 .container_6be642b51a65 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_598164fef463 {
   padding: 28px 28px 28px 28px;
   height: 179.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_91d2bef2783d {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
 }

 .imageview_91d2bef2783d img {
   position: absolute;
   width: 247.8px !important;
   height: 20.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_91d2bef2783d.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_20dbeb3c6547 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_24377d4d1d2a {
   padding: 16px 0 0 0;
   width: 247.75px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_237067f886a8 {
   width: 248px;
   height: 20px;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_237067f886a8 {
   overflow: visible;
 }

 .container_a9fc54130102 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7912ca0431da {
   padding: 28px 28px 28px 28px;
   height: 179.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_ec0e64ead508 {
   width: 100%;
   min-width: 0;
   height: 20px;
   z-index: 0;
 }

 .imageview_ec0e64ead508 img {
   position: absolute;
   width: 247.8px !important;
   height: 20.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_ec0e64ead508.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_e649807ca89e {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6e9cbc419245 {
   padding: 16px 0 0 0;
   width: 247.75px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7652d7a2d133 {
   width: 248px;
   height: 39px;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7652d7a2d133 {
   overflow: visible;
 }

 .container_18046204fc4f {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c7de3cebe8f {
   padding: 28px 28px 28px 28px;
   height: 179.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_19e608586044 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 20px 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4cd96cb18419 {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a1fe164ad086 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af560eaeeed2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5494751c0ed {
   padding: 80px 24px 80px 24px;
   width: 1599px;
   height: 443.73px;
   z-index: 0;
   position: absolute !important;
   left: 1px;
   top: 3759px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f3f3f580;
 }

 .text_f3f551bd31b7 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_91648fc21ab1 {
   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_f640e4f8f834 {
   width: 768px;
   height: 150px;
   z-index: 1;
   line-height: 75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f640e4f8f834 {
   overflow: visible;
 }

 .container_50d929d9decf {
   padding: 16px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd1efecc199b {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e4a2d6f465aa {
   padding: 24px 0 0 0;
   width: 768px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bdcc801e9c36 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_8780c5285122 {
   width: 20px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8780c5285122 img {
   width: 100%;
   height: 100%;
 }

 .container_11ad9a936047 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_11ad9a936047 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_11ad9a936047 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .text_5df91c58abc4 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_21d424f1dff5 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1f;
   border-right: 0.63px solid #ffffff1f;
   border-bottom: 0.63px solid #ffffff1f;
   border-left: 0.63px solid #ffffff1f;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_21d424f1dff5 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_21d424f1dff5 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1f;
   border-right: 0.63px solid #ffffff1f;
   border-bottom: 0.63px solid #ffffff1f;
   border-left: 0.63px solid #ffffff1f;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0fc6d1addcaa {
   padding: 40px 0 0 0;
   width: 768px;
   height: 97.24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f39f83280683 {
   width: 768px;
   height: fit-content;
   max-width: 768px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_83fade7849c5 {
   padding: 96px 24px 96px 24px;
   width: 1599px;
   height: 523.24px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 4202px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3fd1508d586 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_9ba1642b63c8 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_9ba1642b63c8 {
   overflow: visible;
 }

 .container_31ed4924bcd5 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_682156c12362 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_682156c12362 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_682156c12362 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_bc60706d1c21 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7ae7b78739b0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_df9de7a39ac4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4164f5dba086 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1610bd07773c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_326f7920f1ae {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4e4390dcaf1b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cd642291ad1d {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_cd642291ad1d {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_cd642291ad1d {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a3e061326c4e {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_a3e061326c4e img {
   width: 100%;
   height: 100%;
 }

 .container_4d22f526834b {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_4d22f526834b {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_4d22f526834b {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_d537edf7243a {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5083px;
   background: #f5f7f9;
 }

 .text_7054a38374c6 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_372916f9e531 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ffc47da6aaa9 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ffc47da6aaa9 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_ffc47da6aaa9 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_ccb4d55ece09 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_d0896c6530eb {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_308b7b457574 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_308b7b457574 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_308b7b457574 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_fc04ff59bf84 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_62a92b5d0982 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_811ff79e2636 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_811ff79e2636 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_811ff79e2636 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_5b2357e29db7 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_6fe1d9c4a754 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_0f8926e4040d {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_19655c585dad {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_9472e11535fe {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_35a83d4647a4 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_35a83d4647a4 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_35a83d4647a4 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_29022a6c74df {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_24e924d3b1f8 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a2551cb07eba {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_84460f2061cc {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_5bbe2126bb6a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5315px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5bbe2126bb6a {
   position: absolute !important;
   left: 160px;
   top: 5315px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_5bbe2126bb6a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4d61e8fe842e {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5803px;
 }

 .imageview_4d61e8fe842e img {
   width: 100%;
   height: 100%;
 }

 .imageview_cb9cca02d907 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5805px;
 }

 .imageview_cb9cca02d907 img {
   width: 100%;
   height: 100%;
 }

 .text_0043d2c20b67 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5800px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0043d2c20b67 {
   overflow: visible;
 }

 .text_7e8332b034e4 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5800px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7e8332b034e4 {
   overflow: visible;
 }

 .container_b5a4f09f9161 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_419fedb8f74a {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_1ac82546c5f5 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_85d2c9121077 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_ab5fea957779 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_51248efd9d51 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_cffa9a3f5094 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_cffa9a3f5094 img {
   width: 100%;
   height: 100%;
 }

 .container_8d467e0473a3 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_bce3b1a1c70b {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_ec3fa5c30ac7 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_ec3fa5c30ac7 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_ec3fa5c30ac7 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_ff1c781388a4 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4e0c1c59ae30 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4838px;
 }

 .viewport_8ff22bb73739 {
   width: 1600px;
   height: 5846px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_4b0f80a9dce8 {
   width: 166.63px;
   height: 58.45px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_589a110b4147 {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 58.45px;
   z-index: 0;
   left: 716px;
   top: 11156.58px;
 }

 .text_256a26e9e4b8 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_75764bb4023b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_021746aac390 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a8f93f8fd95b {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_3b84999c7967 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c0bec2574f32 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_3743245a86fd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3dabf0e76d16 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_66c84aa8029b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_38eafb375e73 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_66698b3fb7e7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2f606d2d866e {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 35.99px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_bb83e5fd6e84 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_56d653ebd0a7 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 35.99px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_de484b2ba957 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_88cc62bcb70f {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 35.99px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_eaa68fff6834 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f9b508555b49 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 35.99px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_2a70d01c2a6c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1c2eb81ba760 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 71.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_b82bd1dd87a0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9313ecac421 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 71.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_b9e4a1e12c14 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b33464d4e8ab {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 71.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_aaabc0d6ee15 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_96a9918d599f {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 71.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_3e07215469f0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_771390965eb4 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 107.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_2d95a5af6aa7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3891b297cbe1 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 107.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_78bbdfe8d082 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b3ce96c0118f {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 107.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_2107c0744da5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_901626107285 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 107.98px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_ddd34507d35a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4702328c3a02 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 143.97px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_c79e8706f5f8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_35f5a636aa38 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 143.97px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_5d703a0ee54d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c31be8aa7243 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 143.97px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_eb6db3b2a286 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1b7eadf5d105 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 143.97px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_b1733c103818 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_523e71d21817 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 179.96px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_0c94798de735 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1bc5d3df1a95 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 179.96px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_b71ec06de4a2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_52534ed5a7a3 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 106.01px;
   top: 179.96px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_413ffdd50b92 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_04395324bfa6 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 159.01px;
   top: 179.96px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_def50848c63e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_95887969e186 {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 215.95px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_823a7e1e54e6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f7f8122d3e3c {
   width: 31.99px;
   height: 31.99px;
   z-index: 0;
   position: absolute !important;
   left: 53px;
   top: 215.95px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_52ebd1f3564f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 247.91px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_4e82ca453198 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8d581dda611c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9dd3e25c32bc {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_17fe46d6323d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_34e5828f372d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_af820f6b75e4 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .text_d8ee5968340b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f3f4582e7f92 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 33.98px;
   background: linear-gradient(313deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_6651b1a74798 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_83b4ff401290 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 67.97px;
 }

 .text_3a8642538baf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ee72ee709b96 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 101.95px;
 }

 .text_bfd53f2d7c8f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_03028d5c4808 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 135.94px;
 }

 .text_d33c740448eb {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_974a83a820bc {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 169.92px;
 }

 .text_dadf46d6594f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1d850c369455 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 203.91px;
 }

 .text_6c530d3d5864 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_81349ba01409 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 237.89px;
 }

 .text_375510e8df94 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9966b0c16e82 {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 271.88px;
 }

 .text_9697c96f5d8d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 11.99px;
   top: 5.62px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b442953e327f {
   position: absolute !important;
   overflow: visible;
   width: 208px;
   height: 31.99px;
   z-index: 0;
   left: 0px;
   top: 305.86px;
 }

 .container_d5837560972a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 337.85px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_93e2322e6c4d {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9639edfdad3e {
   padding: 32px 0 0 0;
   width: 208px;
   height: 396.85px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fddde5f3f5ff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2d58e80bcee4 {
   width: 208px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_afbc1db3da0c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_052ae2d193fa {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ce8f3e175867 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_86c74b8e5477 {
   width: 11.99px;
   height: 11.99px;
   z-index: 0;
 }

 .imageview_86c74b8e5477 img {
   width: 100%;
   height: 100%;
 }

 .container_4613c374ae5e {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
 }

 .text_bcaa50497691 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
   text-decoration-color: #424c57 !important;
 }

 .container_d41f828b253b {
   padding: 0 0 0 4px;
   width: 50px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_fae4be8852a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_08d327e04a58 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_deb372b5a8a1 {
   padding: 48px 24px 48px 24px;
   width: 1280px;
   height: 1040.64px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4b818f12403b {
   width: 1642.5px;
   height: 1040.64px;
   z-index: 0;
   position: absolute !important;
   left: -21px;
   top: 250px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ca4836d8989 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f297d478dcf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9d4846fa6a51 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bec3f5bca85a {
   padding: 4px 0 0 0;
   width: 109.8px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_98e37de5f9d2 {
   width: 109.8px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_211e6d267cd3 {
   width: 16px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 12.63px;
 }

 .imageview_211e6d267cd3 img {
   width: 100%;
   height: 100%;
 }

 .text_9f9ee60cfb7f {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_9f9ee60cfb7f {
   overflow: visible;
 }

 .container_0e6c89727f05 {
   padding: 10px 40px 10px 40px;
   width: 448px;
   height: 41.25px;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0.63px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0.63px solid #0d0d0d1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_48d945b0cb8c {
   position: relative !important;
   overflow: visible;
   width: 448px;
   height: 41.25px;
   max-width: 448px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_b2e08fa09bda {
   padding: 24px 32px 24px 32px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_294f2596ab1a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_df50cd9fcbd6 {
   width: 1642.5px;
   height: 104.63px;
   z-index: 0;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -21px;
   top: 142px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #dfeafe33;
 }

 .text_cab542a0e815 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e5d3b0fd051d {
   width: 694.09px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 50.7px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_cb7c219e38c0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_290f3d5b202f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_0c81699d45a4 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87277a4f9f1d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f45bb401f9d {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c5cf1b8b26cd {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c5cf1b8b26cd {
   overflow: visible;
 }

 .container_b377abde2e1e {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_045e3b92efbd {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7dc1e22783de {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2454a3f49b24 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4f1ca12dcb05 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2775d3b74911 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_8f3ad44561b0 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8f3ad44561b0 {
   overflow: visible;
 }

 .container_910db5a919be {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27ef8acb4f3f {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_06bbac11c264 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_240c70dec32a {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_35ea81bc3679 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f7842849cb1 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_be92c718d73c {
   width: 517px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_be92c718d73c {
   overflow: visible;
 }

 .container_8c87a1761034 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6cc6abf3cded {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_47e787dd04d5 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d8bb13266c72 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_24e00df7c0e5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27b3c1866441 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6581431406aa {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6581431406aa {
   overflow: visible;
 }

 .container_d69725f84070 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b7f7729ca7b {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_472d7994f9c3 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6dfa5530ff78 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c397d9e9e429 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6009695bec03 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3ede0c5d5181 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3ede0c5d5181 {
   overflow: visible;
 }

 .container_e3f4998a384f {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a1bb7e39a518 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fe30cb563661 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6240999993d2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d839d5f4d54a {
   padding: 24px 0 0 0;
   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_c2b1a0b5a39f {
   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_bdda04885983 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3d0f50cd863e {
   width: 694.95px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 49.84px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_2903beb785e6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_49e995717e7d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4a43faad5436 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7c83a3162def {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_758d0ee9d631 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_87ca57b8754c {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_87ca57b8754c {
   overflow: visible;
 }

 .container_7e1bce748e91 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3574a5a58ea1 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2179cee2b0e8 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c357076a89f0 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_246996776681 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9af95b9daf29 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_76fb0864a656 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_76fb0864a656 {
   overflow: visible;
 }

 .container_819111472121 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e5a0988d8cd {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_773e0e6a259d {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_06d6b29f1707 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b1ed549e1e6c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a0c1da34fb2 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2163a1049529 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2163a1049529 {
   overflow: visible;
 }

 .container_ed4e51ec498e {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11f3c6ec5240 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a206a557aac5 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b4fded601649 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9baf0d096ba3 {
   padding: 24px 0 0 0;
   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_4f0ea2276a5f {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_569924d29987 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b2755a9a3bc4 {
   width: 695.39px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 49.4px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_730504b31304 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9005121d00a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_853fa168b27b {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7d5201ce65a9 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b275f2251320 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0fe867155183 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0fe867155183 {
   overflow: visible;
 }

 .container_efe0d94ee78f {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cccae7e27319 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5a674b6edf7e {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_53dc7fd1caee {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dec6ef643619 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef35de0a6efa {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bb24f82f6e18 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bb24f82f6e18 {
   overflow: visible;
 }

 .container_9a6c860a1899 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d052f5841dc {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_21bd3e18fc03 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_056303a0f484 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f340d16712ab {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5711e19fc88f {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6f71e1e79e89 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6f71e1e79e89 {
   overflow: visible;
 }

 .container_94d8da6b3af5 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_896de73bf023 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a0b05cf86da2 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b092bb916a86 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4053bf051e13 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ad21e3b0548 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e77a6914ee45 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e77a6914ee45 {
   overflow: visible;
 }

 .container_99cb81e2de6d {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_608d955527c8 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_03eb92a466ee {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e7c384d87668 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e6f1524d15d {
   padding: 24px 0 0 0;
   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_97d06f889cb7 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a9f6cc1af98e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6f00a8048e83 {
   width: 694.52px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 50.27px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_f3ff3ada35b9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4769ee192fa9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_80a5cdf8077b {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8cb60d384e85 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_27bff1bd1872 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ce20261dfa6 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0ce20261dfa6 {
   overflow: visible;
 }

 .container_073564caafdd {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_75eafda2c29b {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_085b8fd485d4 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b504485037c5 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8f63c32881f6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71e2450ae547 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5c1fd42d0924 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5c1fd42d0924 {
   overflow: visible;
 }

 .container_497a0b93af12 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff9b2a8f9acf {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b5941bb4b9fa {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4dfb06420b69 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4193a8527e3e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7edcae066a1 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f8a50bb99087 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f8a50bb99087 {
   overflow: visible;
 }

 .container_ce1617f2666f {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b98a7e2a8529 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3c6fd71dec20 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_565bd251ae5a {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_50f6cbd6f43c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff8e53e33751 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_872022689849 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_872022689849 {
   overflow: visible;
 }

 .container_4480f493cea1 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4da3b4212aef {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6c2495364762 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f923614c04d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_379200aa2a13 {
   padding: 24px 0 0 0;
   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_da294fa11f25 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2815d76ba6b5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f1e5564475df {
   width: 697.26px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 47.54px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_33da6ef9af4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_07183ecfd155 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b3ec4bffd305 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_228cfb0c1aa8 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b89abc152ee5 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fac154114b54 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fac154114b54 {
   overflow: visible;
 }

 .container_78480d99fa03 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b522cb3bc29 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_08a4ea1ba6bb {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_061b246666c8 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_191f60533691 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5542174de3b5 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a9d25bea0bd {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0a9d25bea0bd {
   overflow: visible;
 }

 .container_d0250f43ffda {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a755129b039f {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2395e3cf59d5 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5c673219a81e {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_548041824634 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c54ec194bc9 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_23755b6ce4db {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_23755b6ce4db {
   overflow: visible;
 }

 .container_c2eb39d02a23 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_49d3e03b3efe {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6dd3842ccfb6 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8fb1bdcc356c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_13f2dc392e07 {
   padding: 24px 0 0 0;
   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_f0f68e21bd8a {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a83f765c5ba8 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d5dc75e30837 {
   width: 698.49px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 46.31px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_a9cf932a7a7d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_249126161315 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_e5ff0dcd83b9 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3c4df1a8e5fe {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d62138248a0 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_616a8bf94cf8 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_616a8bf94cf8 {
   overflow: visible;
 }

 .container_81683564e83c {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b838ea2efd9 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5df74a67bea0 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b579f0e9d3c6 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b9a218d606c5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4ff47f9ad09 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ff0d7855b489 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ff0d7855b489 {
   overflow: visible;
 }

 .container_b2f1304099ce {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3ccf3aed1397 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fd795c740939 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_6c7be6019a03 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a52a6822a44a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_119663c24e99 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_06b6620bf88e {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_06b6620bf88e {
   overflow: visible;
 }

 .container_427ec641bf38 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cc007a636b5d {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_25f403c6b6d1 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_519ef98fe78b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_710abf07569b {
   padding: 24px 0 0 0;
   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_8442ed8bb563 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_57737b4444e4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0af72287dbca {
   width: 695.17px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 49.63px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_68f63863460f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_192bded4bc3f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_325f3ae021a9 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dc0447e21ba4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f9ea8320450 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_52c73f7a9149 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_52c73f7a9149 {
   overflow: visible;
 }

 .container_b3f965574a4a {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_13339c2fd996 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e0533fd40e67 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8d4033c06217 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_20da41c0e722 {
   padding: 24px 0 0 0;
   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_7acf3a874539 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_acb0c2a83283 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9226595bdf9d {
   width: 694.24px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 50.56px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_eb5a3180b0fa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba6ac4a05514 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_3abd024521c1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b4bb592cb599 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f49a50b47959 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6171af4de3f5 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6171af4de3f5 {
   overflow: visible;
 }

 .container_bcc75c35d993 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da9123c9c683 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dba6703f360f {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_93ab94d9d0de {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c675e2f51b5c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_393804fcaa90 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5d7984b4b4e0 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5d7984b4b4e0 {
   overflow: visible;
 }

 .container_4ebda6f3cb8b {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d0142fab207 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_556509733b77 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_7fdad4c2c548 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_22044196e801 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6ebf6115744e {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a0f92e1f95cc {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a0f92e1f95cc {
   overflow: visible;
 }

 .container_2f43158b42fa {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce46007ca14a {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9e41e939c8ba {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_a832d5b70938 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_17a4307cafbf {
   padding: 24px 0 0 0;
   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_47fe78bcb8fb {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_510a301df1d7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5239892a5a82 {
   width: 712.24px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 32.56px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_77ffef0d012a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c8929deb84e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_da7034c0ac56 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3c2215fc8e09 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_835cefd97125 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0464a1cb2c51 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0464a1cb2c51 {
   overflow: visible;
 }

 .container_319ac826600e {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5f36c37d11c9 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2091940e68fb {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_975a5baf4bd7 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7fff58abed60 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c022d624c340 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7d3b9d03ec8d {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7d3b9d03ec8d {
   overflow: visible;
 }

 .container_512c9139f88d {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba10bde25e9e {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_550aa7921c63 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fd4fcc91ae90 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4e97c8de644 {
   padding: 24px 0 0 0;
   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_e2c25eb289b9 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_67cb9389931b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e673a79d729a {
   width: 696.25px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 48.54px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_85f5117a1088 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_873bd8b54970 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_73dcb7b2024a {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eb3a2010ed0a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a100201738ef {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6a88414bf9e1 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6a88414bf9e1 {
   overflow: visible;
 }

 .container_de3c366fe077 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6827c2215e7c {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_304ac7db48e0 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_9b853d7e5738 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e7304d898854 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0257e7e48275 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cf17ac771305 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_cf17ac771305 {
   overflow: visible;
 }

 .container_46ce386ccbab {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3aa396135db7 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a3be69b6f496 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c0aef5a9daa2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16015966b45f {
   padding: 24px 0 0 0;
   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_af1328dbf0ff {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eb12772fdbdb {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_86925de439bd {
   width: 693.44px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 51.36px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_ecf8fc863da9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f7dc8a2f50d1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_58bac9b80d9d {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_343b99e6ac51 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4857b0accb3b {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_629a9f7c2c5d {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_629a9f7c2c5d {
   overflow: visible;
 }

 .container_69a1ecfa4492 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_942cfe74b6d2 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b1617075bfb1 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b46493e9c62c {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_03771ebe2640 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_68b6b9443244 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6f8f75915704 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6f8f75915704 {
   overflow: visible;
 }

 .container_973828a5afe8 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8cc80e2c0aa5 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d54eb67299af {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_2e1eb0e922f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_010c0626ee00 {
   padding: 24px 0 0 0;
   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_00323242a18b {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2945fbb0cc8c {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8f374929266d {
   width: 698.13px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 46.67px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_70569cd77ce7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_669584d7bdf1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_48f9d89d14f1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d2d63dd4b18e {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_627dee63374a {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c9b293ba11ea {
   width: 517px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c9b293ba11ea {
   overflow: visible;
 }

 .container_6c75c88b99e2 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2202c55b18d0 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9a1ed5d3286e {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c3bf089b5868 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_47b666d6e9d6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_191c700d41a5 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_360c21e6005f {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_360c21e6005f {
   overflow: visible;
 }

 .container_76221b6b2be7 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bb35cb5a96c5 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9255e05e9e09 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e31faa300079 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bdd341f55045 {
   padding: 24px 0 0 0;
   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_3196c94333d1 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_214aca7c5958 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d00d581469e1 {
   width: 689.34px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 55.46px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_6be016ecff12 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_03c537ae0043 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_af70c2740649 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cace6dcfb4af {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8305757e0b5 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f24c6c80b242 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f24c6c80b242 {
   overflow: visible;
 }

 .container_36448b6d16bb {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1edd5c392437 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_16fcf3984624 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_c11ab6ba77d9 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cc60a77d7fd7 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_94b9590d18c5 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_12d673a00b0b {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_12d673a00b0b {
   overflow: visible;
 }

 .container_da306d130230 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_daf161e5e994 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7d2af63f6832 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b6cecec1ecd1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8d41320753fc {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c6b77867bb95 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_652b5371ddde {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_652b5371ddde {
   overflow: visible;
 }

 .container_fa6f3f29d41f {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c18b9ec805b {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2f1d15b0bdb {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_153aeff4c3eb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fa5642851e94 {
   padding: 24px 0 0 0;
   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_e9b13103c4ae {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a12f4529ca9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_81ee24dadb2a {
   width: 691.79px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 53.01px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_62f9ac753db7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_da686276528c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_aaccd1d70491 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8ed53e5e8fed {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c083a76af32 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3d4ad2a4a001 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3d4ad2a4a001 {
   overflow: visible;
 }

 .container_9bc1b1582266 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a09e20f22be {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a6d3733ebf68 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2e5f8ef8efc8 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5e4be8b3a1c4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_56da3048b0ff {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_393520a7c90d {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_393520a7c90d {
   overflow: visible;
 }

 .container_16745fe66c19 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a57fe26a17b6 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_12573eb571c3 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_ce0bfe015e42 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32075ef455b1 {
   padding: 24px 0 0 0;
   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_abd72968745c {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b073dfc9098 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5e1f09d24df9 {
   width: 694.74px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 50.06px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_72997e2d27a7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ddc591e2f470 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_13982ce3be8d {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f259279c1db3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3b52bac2b053 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_609595e2963c {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_609595e2963c {
   overflow: visible;
 }

 .container_ced1464ea392 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fa0441671e9 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bc2e9400fca8 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_8c75a8409c06 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_24499b2f0b7e {
   padding: 24px 0 0 0;
   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_0660d4efdad0 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f1e65cc2f0b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_26e63d5604e0 {
   width: 695.31px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 49.48px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_673c3ab9d085 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e4b2f374011a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_065887290f45 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d4cc16b164a7 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c15d4eff2f64 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b22101f14eab {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b22101f14eab {
   overflow: visible;
 }

 .container_0393abe0c8e5 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb967e68f1e1 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0a6fe542e835 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d65fe79fc42e {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_72ccd35fb69b {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d039bb8c30d {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f90994dc2d8c {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f90994dc2d8c {
   overflow: visible;
 }

 .container_21308f6ad4fe {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_70a910432def {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9c0e0fe96b99 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_8f5811f3af37 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b9f9e7595dba {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc3452a36144 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fcb6bfe4a489 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fcb6bfe4a489 {
   overflow: visible;
 }

 .container_b0032ee81795 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7f7502453a70 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_43182b0956b3 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_b52e548b0ab1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ec726cbe83d5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2cbe9572be7d {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_421135d048ec {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_421135d048ec {
   overflow: visible;
 }

 .container_193e6d0c14ed {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b4cdf35d702 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b0d1aa0b51c8 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_6541fbc28151 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77e2146d7492 {
   padding: 24px 0 0 0;
   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_83e733ed4c95 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_294d2c7f0b4f {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2c9dab6525b5 {
   width: 695.61px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 49.19px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_08ef86a23d98 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c301780ff9c6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_f02531c14e3c {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7f1647435c64 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bc35aa2e2807 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_850112d208aa {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_850112d208aa {
   overflow: visible;
 }

 .container_2bd59c239217 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ca0982d3cfd {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_64dd8addb94c {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_7fbf22ed7295 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_064ae704c19f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c348428269b {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_699554142d52 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_699554142d52 {
   overflow: visible;
 }

 .container_15bc8a0a3bd1 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_565fbe1dbdd7 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_efc5d28fa92c {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3a258fd41551 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4abd4b336461 {
   padding: 24px 0 0 0;
   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_f35fb2741a10 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_315f1345bfaf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3f04c7e6f0ca {
   width: 694.88px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 49.91px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_dfaf7216df90 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b210fcdab6b7 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2e35292e70bf {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bf9b4ec5bcf4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc3a72012ef0 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_65c540c4839e {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_65c540c4839e {
   overflow: visible;
 }

 .container_951a5ab09fc7 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dcbae2bb07ae {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9b08bb609e2c {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_5e4f5dcd667d {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_757a4f6e6e34 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a59d47651cbc {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a2d93983d4c9 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a2d93983d4c9 {
   overflow: visible;
 }

 .container_35f12201efce {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8116a98f7626 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a401f78ba732 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_35d8ff98bcee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2f39fa56e40b {
   padding: 24px 0 0 0;
   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_79af42c5e602 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d30612ef97d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_506c7dcdf54f {
   width: 696.83px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 47.97px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_9f391b317905 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d3423592790c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_8c6246ad48d6 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7d4d7ab2ef9d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_be82e057640d {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6b6e81a25830 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6b6e81a25830 {
   overflow: visible;
 }

 .container_a253c3b1b86e {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_487f72faa294 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ad0f4cc79729 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_676f8a9415e9 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5efef062c4aa {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7d0202d10d3c {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ef9fa940579c {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ef9fa940579c {
   overflow: visible;
 }

 .container_d5cb1c643810 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e10ea5d481b4 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_554489e8605c {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_073ad261332c {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f34d23fbd1e3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d86a039b32dc {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f16dcf6af2b6 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f16dcf6af2b6 {
   overflow: visible;
 }

 .container_db7c1eac7664 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_716b05012be5 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b70bcd29424 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_99f064c2ab55 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7482c5155f67 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0027469926b2 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_acb774980c37 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_acb774980c37 {
   overflow: visible;
 }

 .container_881b882dccd3 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ebe97b3f77ad {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e3a1e7006ffc {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e03773ed6cd0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9c834b70fc50 {
   padding: 24px 0 0 0;
   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_a754e883f083 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6c7b1236b0f4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_86609c0c4662 {
   width: 695.1px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 49.7px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_eddbe2ba14b0 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_73e2e58e08d2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_18fd29953167 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_71e637b641b4 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_de7ac6a10145 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_814f08fb0000 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_814f08fb0000 {
   overflow: visible;
 }

 .container_217395d0cf5d {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_801c6eef1c81 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ae1a2d204e1 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_9db3ab5cf2e7 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2026ecd17fe3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0508f0ef55e6 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2653b8a8fb54 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2653b8a8fb54 {
   overflow: visible;
 }

 .container_965e2790f34b {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cbb8a7af755d {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cd95a968e935 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_e6ea77790598 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2d93bc4905f {
   padding: 24px 0 0 0;
   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_0e1fec25f7d8 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_80617067ff5a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_16ea469ad9c2 {
   width: 694.31px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 50.49px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_133fc705c2e2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4cb80a2100c6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_0bf345de7069 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a80e94f2e34f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_75684aed5e1b {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0a31c001dd01 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0a31c001dd01 {
   overflow: visible;
 }

 .container_3e7a50c42785 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cce80727d57d {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4cfc82be6b86 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_4c17efa12d3d {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a694a8f15474 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_90a06e95efcf {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_075cff974135 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_075cff974135 {
   overflow: visible;
 }

 .container_6360f3534142 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7e0f7294b8b9 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_059939e26442 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_f3295e0da67b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f5cebb31085c {
   padding: 24px 0 0 0;
   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_bf284a4b486e {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0498e7fde16 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_485c47de69b0 {
   width: 693.66px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 51.13px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_6b1da5f43588 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aab91bd4ae70 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_0eacc1c65cdf {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b3fa6c829d8c {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d9ae98d96dbe {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d8df36ce5f18 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d8df36ce5f18 {
   overflow: visible;
 }

 .container_8361fe6aea2b {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b441b4560b00 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f5e88ecaa35f {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_2597023e96f3 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d1e8173969f0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f516d773bcf7 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fedde862f081 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fedde862f081 {
   overflow: visible;
 }

 .container_8a9b6ae15bcf {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3672507ece69 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ac5fe623ce37 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_62f38a91c955 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3ffe173cbca {
   padding: 24px 0 0 0;
   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_9ca283546d6d {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5852965b26bd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_441c7f0e9e64 {
   width: 679.19px;
   height: 1px;
   z-index: 2;
   position: absolute !important;
   left: 65.61px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_0dbc344611d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3ab6ae84da07 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_30e3f87d13aa {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b47efb2b3ba6 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d90b45dab44 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b1c704e7053d {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b1c704e7053d {
   overflow: visible;
 }

 .container_d6480b0c15e1 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5911f0769203 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9ed110b481b4 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d27e59633bb5 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_71a3abb34abe {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_db040f793081 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f0800044f3c0 {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f0800044f3c0 {
   overflow: visible;
 }

 .container_bd0ae10cb634 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6a78b964553 {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4b7d10c90ae4 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_d9ea3420eed8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a12b650d7d84 {
   padding: 24px 0 0 0;
   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_93957c6a5092 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_38742f499cb2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9da9c2e4096e {
   width: 699.13px;
   height: 1px;
   z-index: 1;
   position: absolute !important;
   left: 45.66px;
   top: 63.38px;
   background: #0d0d0d1a;
 }

 .text_8ab1c2e0c0b6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 760.79px;
   top: 52.5px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9029362c0aaa {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 72px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_d61bbcad44cb {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4bd1e9800201 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b41b752c295 {
   padding: 2px 0 0 0;
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_46c8e6ef23aa {
   width: 517px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_46c8e6ef23aa {
   overflow: visible;
 }

 .container_5d3ddfe74c74 {
   height: 45.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f82ca7fb649a {
   padding: 20px 12px 20px 12px;
   width: 791.98px;
   height: 86.13px;
   z-index: 1;
   border-top: 0px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0.63px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   position: absolute !important;
   left: -12px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8c9c7d65e9a5 {
   position: relative !important;
   overflow: visible;
   width: 768px;
   height: 86.13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b083fdba9e5d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0d0d0d1a;
   border-right: 0px solid #0d0d0d1a;
   border-bottom: 0px solid #0d0d0d1a;
   border-left: 0px solid #0d0d0d1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_03d64f8d5563 {
   padding: 24px 0 0 0;
   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_1fc2e38bc6d3 {
   padding: 64px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5adf81b96a98 {
   width: 768px;
   height: 9205.14px;
   max-width: 768px;
   z-index: 1;
   position: absolute !important;
   left: 432px;
   top: 361px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_74ce5eee38eb {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_8bdf901dc8c1 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_8bdf901dc8c1 {
   overflow: visible;
 }

 .container_5725915f1aa9 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_0af2a4861021 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_0af2a4861021 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_0af2a4861021 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_2a46d05cc87d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9f4889f0b385 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1e95270221ea {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ca56451ac4b4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0950eb3e9524 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_14a7b81b3b21 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9dcf4ec9884e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a3866e3d54cb {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a3866e3d54cb {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_a3866e3d54cb {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1dba36573726 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_1dba36573726 img {
   width: 100%;
   height: 100%;
 }

 .container_59b5ddc317a8 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_59b5ddc317a8 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_59b5ddc317a8 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_1d9bc41d9121 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 9811px;
   background: #f5f7f9;
 }

 .text_b5dea8cdb3e0 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_7c25941269cc {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_46d8983a4ac4 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_46d8983a4ac4 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_46d8983a4ac4 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_1da9ad5d1d98 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_6363642ed91c {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_384ccf178fca {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_384ccf178fca {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_384ccf178fca {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_410ada813b0c {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_768175bff068 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_40a440609d35 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_40a440609d35 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_40a440609d35 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_92c6b4e889ed {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_11295457ab8c {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_621360479584 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_4c2e59c516d3 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_65f59aa751ae {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_bb42e5eed5df {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_bb42e5eed5df {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_bb42e5eed5df {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_cd29515e5e86 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1566ade9884e {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_c951fff0ae3d {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_bc35be1ff84e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_74545da23f09 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 10043px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_74545da23f09 {
   position: absolute !important;
   left: 160px;
   top: 10043px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_74545da23f09 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a2cc9269cf00 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 10531px;
 }

 .imageview_a2cc9269cf00 img {
   width: 100%;
   height: 100%;
 }

 .imageview_da87835e1fe3 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 10533px;
 }

 .imageview_da87835e1fe3 img {
   width: 100%;
   height: 100%;
 }

 .text_d81cb8e63aa2 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 10528px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d81cb8e63aa2 {
   overflow: visible;
 }

 .text_46a9e505d0c0 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 10528px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_46a9e505d0c0 {
   overflow: visible;
 }

 .container_1562c524841b {
   width: 1280px;
   height: 425px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_c056526972d7 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 2;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_df67d1a060b6 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 3;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_d421fda02f11 {
   width: 178px;
   height: 56px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_df5cd38ac14d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_0cb019a40c80 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_05721ba25b9d {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_05721ba25b9d img {
   width: 100%;
   height: 100%;
 }

 .container_76e061203033 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 3;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_76e061203033 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 3;
 }

 .container_nested_76e061203033 {
   width: 178px;
   height: 56px;
   z-index: 3;
 }

 .container_c3200a9050ad {
   width: 611px;
   height: 68px;
   z-index: 4;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_72e542a76fa4 {
   width: 234px;
   height: 23px;
   z-index: 5;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_41d12409a52d {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_e95f0f1ea1dd {
   width: 902px;
   height: 254px;
   z-index: 3;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_82255a6dfe05 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 2;
   left: 159px;
   top: 9566px;
 }

 .viewport_a6f7169786f1 {
   width: 1600px;
   height: 10594px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .imageview_1c5dedc6ad84 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1c5dedc6ad84 img {
   width: 100%;
   height: 100%;
 }

 .text_b38808387ada {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_5a52bcf386c8 {
   padding: 4px 12px 4px 12px;
   width: 170.72px;
   height: 25.23px;
   z-index: 0;
   position: absolute !important;
   left: 298.63px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 8px 8px 8px 8px;
 }

 .container_fa5967a600a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_fa5967a600a2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_fa5967a600a2 {
   width: 100%;
   min-width: 0;
   height: 41.23px;
   z-index: 0;
 }

 .text_68ad842dc263 {
   width: fit-content;
   z-index: 0;
   line-height: 70px;
   background: linear-gradient(296deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_c66cd3f80513 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a83cbb38b975 {
   width: 768px;
   height: 62px;
   z-index: 0;
   line-height: 30.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a83cbb38b975 {
   overflow: visible;
 }

 .container_578693684515 {
   padding: 20px 0 0 0;
   width: 768px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2960be6a495 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_a8e910221ae4 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a8e910221ae4 img {
   width: 100%;
   height: 100%;
 }

 .container_02bfa2b8bd3a {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_02bfa2b8bd3a {
   width: fit-content;
   height: 40px;
   z-index: 0;
 }

 .container_nested_02bfa2b8bd3a {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .imageview_cc4eea08cbfe {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cc4eea08cbfe img {
   width: 100%;
   height: 100%;
 }

 .text_9aedab7bd9af {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7fea820757d7 {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_7fea820757d7 {
   width: fit-content;
   height: 40px;
   z-index: 0;
 }

 .container_nested_7fea820757d7 {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_1cb4f7798bf3 {
   padding: 32px 0 0 0;
   width: 768px;
   height: 72px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d3177c1d6d86 {
   width: 768px;
   height: 335.23px;
   max-width: 768px;
   z-index: 0;
   position: absolute !important;
   left: 416px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_172b48c3ba92 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 526.39px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(162deg, #eceef299 0%, #f8f9facc 25%, #ffffffff 50%, #f9f9fab3 75%, #e9ebef66 100%);
 }

 .text_0aa902d5bb38 {
   width: fit-content;
   z-index: 0;
   line-height: 54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5db3b85f29fd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_303b346a49d2 {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d465a5494b5c {
   padding: 4px 0 0 0;
   width: 232px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4cd5e59f6a53 {
   height: 78.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_687ea27ed44d {
   width: fit-content;
   z-index: 0;
   line-height: 54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2a0944ba2abd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a674449856ac {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_67271aa4a945 {
   padding: 4px 0 0 0;
   width: 232px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a55df4231293 {
   height: 78.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e8211e896bdd {
   width: fit-content;
   z-index: 0;
   line-height: 54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0c5d60374e01 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33d8cfc239e2 {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1389955e8456 {
   padding: 4px 0 0 0;
   width: 232px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a597136b045f {
   height: 78.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd75e9d18746 {
   width: fit-content;
   z-index: 0;
   line-height: 54px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ec35976b72ad {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_237ee4856afa {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2b1380c32bfb {
   padding: 4px 0 0 0;
   width: 232.01px;
   height: 25px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c8091eaa4c5d {
   height: 78.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_beccef7527e1 {
   width: 1023.99px;
   height: fit-content;
   max-width: 1024px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b069eaf4b213 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b531a7718206 {
   padding: 56px 24px 56px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(320deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_749af36243a4 {
   width: 557px;
   height: 1px;
   z-index: 0;
   background: #0000001a;
 }

 .text_cac30775bdbd {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b6eb7e6b063b {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d29dd867cb8 {
   width: 557px;
   height: 1px;
   z-index: 0;
   background: #0000001a;
 }

 .container_583d356b195d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_95df4291f4b6 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: linear-gradient(90deg, #03021300 0%, #0302131a 100%);
   mix-blend-mode: normal;
 }

 .container_0feb1b4a9e3b {
   height: 544px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/21d7b834-730f-4895-8fa0-a04adea80f81/1751:14096.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_b02bea01e98c {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a1bf6db1ce19 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 14px 14px 14px 14px;
 }

 .text_7efa204fae68 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(310deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_632210dc0719 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cea3de2aa83b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_034e73334e90 {
   padding: 2px 8px 2px 8px;
   width: 83.83px;
   height: 21.23px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 3.01px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_08a9292ebbc8 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 24.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2f0f6f2d0006 {
   width: 148.38px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f04b31fef232 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_7d58e9cf7065 {
   width: 31.99px;
   height: 55.99px;
   z-index: 0;
 }

 .imageview_7d58e9cf7065 img {
   width: 100%;
   height: 100%;
 }

 .text_33e903c2cb7d {
   width: 560px;
   height: 111px;
   z-index: 1;
   line-height: 27.63px;
   word-wrap: break-word;
   white-space: normal;
   background: linear-gradient(306deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_33e903c2cb7d {
   overflow: visible;
 }

 .container_9f73190eb073 {
   padding: 16px 0 0 0;
   width: 560px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4b66f0369bf7 {
   width: 44px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_4b66f0369bf7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_44b811676dd8 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(296deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_9c25b3885e27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c9440e87188 {
   width: fit-content;
   z-index: 0;
   line-height: 21px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f6120533e218 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfdc5f4f9f30 {
   width: 141.5px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_350d1a450f70 {
   height: 13.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
 }

 .imageview_350d1a450f70 img {
   width: 100%;
   height: 100%;
 }

 .container_dac9942577db {
   padding: 24px 0 0 0;
   width: 560px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_007da37d081b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_39e5cc2bd141 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_2b377a4c98e1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef2a1fae2702 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9a6aa0e55710 {
   padding: 2px 0 0 0;
   width: 176px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e66da4584925 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cb3f727fc921 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f9fa4a35ca5f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3275a3763f00 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b90c1a4812ee {
   padding: 2px 0 0 0;
   width: 176.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cde69b4baafc {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad45f295cb49 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d7f02edbfec4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6abe3cd02660 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6742a6982636 {
   padding: 2px 0 0 0;
   width: 176px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3613aaaebcaa {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_380e5d77f641 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 80.62px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5ffa60b607ee {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_725e9238f73b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_725e9238f73b img {
   width: 100%;
   height: 100%;
 }

 .container_827cea2f323a {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_827cea2f323a {
   width: fit-content;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_827cea2f323a {
   padding: 8px 12px 8px 12px;
   width: fit-content;
   height: 36px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 8px 8px 8px 8px;
 }

 .container_489cf1cd280b {
   padding: 40px 40px 24px 40px;
   height: 544.31px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_00dcffdff5b1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_36174a265a96 {
   width: 100%;
   min-width: 0;
   height: 544.31px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   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 8px 10px -6px #0000001a, 0px 20px 25px -5px #0000001a;
 }

 .container_19df588ee87e {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34e35bb033b6 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2aae7913b5b8 {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1295e6cdca87 {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(311deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_e8e56561185c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8cba2071c194 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_68f1cb0af55e {
   padding: 8px 0 0 0;
   width: 380.69px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c5b0cac91150 {
   width: 380.69px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7826b0df93f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_13d3602b6bba {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_13d3602b6bba img {
   width: 100%;
   height: 100%;
 }

 .container_4ed6aaa12c76 {
   padding: 0 10px 0 10px;
   width: fit-content;
   height: 31.99px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_4ed6aaa12c76 {
   width: fit-content;
   height: 31.99px;
   z-index: 0;
 }

 .container_nested_4ed6aaa12c76 {
   padding: 0 10px 0 10px;
   width: fit-content;
   height: 31.99px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   justify-content: center;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_8b3f5248f36c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_59b598beca5f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fde661431108 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   border-color: transparent;
 }

 .container_wrapper_fde661431108 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_fde661431108 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   border-color: transparent;
 }

 .text_a7f8adbd1d50 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c4fb014a4dee {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_c4fb014a4dee {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_c4fb014a4dee {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_61a5e21a421f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_921495e33adb {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_921495e33adb {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_921495e33adb {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_e03a3ba3bb80 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d0cea92bb580 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_d0cea92bb580 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_d0cea92bb580 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_76faea86f945 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ad955a957198 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_ad955a957198 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_ad955a957198 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_0674b8518ab7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_53d5a53e3455 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_53d5a53e3455 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_53d5a53e3455 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_2c1ce960f40d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ae58e65f100e {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_ae58e65f100e {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_ae58e65f100e {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_3d240a0d6f1f {
   padding: 40px 0 0 0;
   width: 1280px;
   height: 73.24px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cc62fb23da68 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1fd902086c0c {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #d0fae5;
   border-radius: 10px 10px 10px 10px;
 }

 .text_2dcc8ec4ca59 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b51a481ac298 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad71e40dc89b {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5a4b75c61315 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c14c83c1f4e {
   width: 113.84px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_834f816f8fb3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e431d4ee3196 {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_e431d4ee3196 img {
   width: 100%;
   height: 100%;
 }

 .container_682e57ee6a27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_851bde1fbecc {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_851bde1fbecc {
   overflow: visible;
 }

 .container_5be4ffc8001e {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d6e8254d4bc3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d6e8254d4bc3 img {
   width: 100%;
   height: 100%;
 }

 .text_59dcf2361056 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(313deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_8f50981db63f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f03c87b2f6d {
   padding: 8px 12px 8px 12px;
   width: 194.3px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_4f03c87b2f6d {
   width: 194.3px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4f03c87b2f6d {
   padding: 8px 12px 8px 12px;
   width: 194.3px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_69bc7c0a8bf6 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_69bc7c0a8bf6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_85a7d8865a76 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(306deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_0a7425a1e907 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9201ffb283aa {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_817208595437 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4d921079fdc {
   width: 281.43px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_858c1445aa63 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_858c1445aa63 img {
   width: 100%;
   height: 100%;
 }

 .container_c8e929ae7dc4 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_19c0a422c753 {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6a327cdffd76 {
   width: 410.66px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_18ddbd815c62 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_96e6f86f4450 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 10px 10px 10px 10px;
 }

 .text_179301993d16 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(306deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_58ebbfb27e5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f909acd4ea91 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_156693057c85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd60ba60db90 {
   width: 125.11px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6de90e9bba5c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_959cd085041d {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_959cd085041d img {
   width: 100%;
   height: 100%;
 }

 .container_21fd0f3846ca {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3616747fa11d {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3616747fa11d {
   overflow: visible;
 }

 .container_11c5a7834043 {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cd0ef4ce451f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cd0ef4ce451f img {
   width: 100%;
   height: 100%;
 }

 .text_50f6faa6d938 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(309deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_735473e7a48e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c35b9859252e {
   padding: 8px 12px 8px 12px;
   width: 172.59px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_c35b9859252e {
   width: 172.59px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c35b9859252e {
   padding: 8px 12px 8px 12px;
   width: 172.59px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_b61532b7dad7 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_b61532b7dad7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_55219a63ed24 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a2c05bd8136b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_88c6d63bf895 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1c4af0c8ef4d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f54bbeca826c {
   width: 281.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_be1bd8d764ba {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_be1bd8d764ba img {
   width: 100%;
   height: 100%;
 }

 .container_13a47f60b508 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_868d3d7028d3 {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8616161b6b23 {
   width: 410.67px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 434.66px;
   top: 0px;
   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;
 }

 .text_fc12ecb0db8c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b3590c77abcb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ffe4e6;
   border-radius: 10px 10px 10px 10px;
 }

 .text_b1e534b19139 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_10b47722310f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef79ffce08b7 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f06f7c714602 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5051ef1cad06 {
   width: 134.34px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe70e44c246b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_be2de8b54ca8 {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_be2de8b54ca8 img {
   width: 100%;
   height: 100%;
 }

 .container_5eff49beec1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_88141a019d0e {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_88141a019d0e {
   overflow: visible;
 }

 .container_d6924204b137 {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_240737df3e11 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_240737df3e11 img {
   width: 100%;
   height: 100%;
 }

 .text_f4a74517c47d {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7ae16593c7be {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6ae63f6b33d8 {
   padding: 8px 12px 8px 12px;
   width: 165.77px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_6ae63f6b33d8 {
   width: 165.77px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_6ae63f6b33d8 {
   padding: 8px 12px 8px 12px;
   width: 165.77px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_ea1795446e1d {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_ea1795446e1d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_3300b895c105 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a3e6f5ee99ff {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d0dafed139f {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ff67e7bd206 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_284c06220b61 {
   width: 281.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_37710fb2aa82 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_37710fb2aa82 img {
   width: 100%;
   height: 100%;
 }

 .container_fdb915fd2d1b {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b0e9474127f1 {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_977303eea8e2 {
   width: 410.67px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 869.34px;
   top: 0px;
   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;
 }

 .text_d02d9b3b5b66 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ee3a36e1c19 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef3c6;
   border-radius: 10px 10px 10px 10px;
 }

 .text_1963ad4f2cb7 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(312deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a49de1902ea1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c35dda0c2c88 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eb9352dc3e4d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b3526926eb1c {
   width: 151.3px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfbd178b095d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b22676b0100d {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_b22676b0100d img {
   width: 100%;
   height: 100%;
 }

 .container_5993fa4f379e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0c136d0ef503 {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0c136d0ef503 {
   overflow: visible;
 }

 .container_6af9aee2442a {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ba7bb40151df {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ba7bb40151df img {
   width: 100%;
   height: 100%;
 }

 .text_7d2ea6a52a29 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(309deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_12e9f5504b57 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e808d6d183f8 {
   padding: 8px 12px 8px 12px;
   width: 171.97px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_e808d6d183f8 {
   width: 171.97px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_e808d6d183f8 {
   padding: 8px 12px 8px 12px;
   width: 171.97px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_9031ff4a0517 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_9031ff4a0517 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_9423a114ccf4 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b956d0be7ebf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f54613b5a252 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2301a9c56250 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_48cd329a8958 {
   width: 281.43px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bb84a4274b92 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bb84a4274b92 img {
   width: 100%;
   height: 100%;
 }

 .container_fdaa385b9c33 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab2946139394 {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4041700f4769 {
   width: 410.66px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 0px;
   top: 328.46px;
   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;
 }

 .text_502e636d62d1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_19eb55a50672 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ede9fe;
   border-radius: 10px 10px 10px 10px;
 }

 .text_74702d1a8bd5 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7a18205c4ec1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6bb2aa291e51 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c7657182bea4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_936bfc8fb379 {
   width: 123.31px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_68f13062aeff {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_27610e5e25c8 {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_27610e5e25c8 img {
   width: 100%;
   height: 100%;
 }

 .container_c6f7a2bd50f0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_bb99b8a51f11 {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bb99b8a51f11 {
   overflow: visible;
 }

 .container_c6e1c4618b4b {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_87d4a15621ae {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_87d4a15621ae img {
   width: 100%;
   height: 100%;
 }

 .text_71efc9303ed6 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a2573a06ea57 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c0487380a5b9 {
   padding: 8px 12px 8px 12px;
   width: 199.95px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_c0487380a5b9 {
   width: 199.95px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c0487380a5b9 {
   padding: 8px 12px 8px 12px;
   width: 199.95px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_281496e59fc0 {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_281496e59fc0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_bcb93a784d5b {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(306deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_eb28911e04f0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dcaed9214a62 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a4c6aa70c487 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae7c9d16ec10 {
   width: 281.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_97578efdc44b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_97578efdc44b img {
   width: 100%;
   height: 100%;
 }

 .container_56a72c150491 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dbc0f05b97fc {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fc6f9030ac4c {
   width: 410.67px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 434.66px;
   top: 328.46px;
   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;
 }

 .text_c1e52a3d66f0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d48a096216ce {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dff2fe;
   border-radius: 10px 10px 10px 10px;
 }

 .text_2d492443e915 {
   width: fit-content;
   z-index: 0;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(309deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f5b51aa0864f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_763c55e5ca93 {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bfaf7599f959 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81a0ec5381e0 {
   width: 139.18px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fe08c12c3b2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d2301a4fa3b3 {
   width: 77.97px;
   height: 13.99px;
   z-index: 0;
 }

 .imageview_d2301a4fa3b3 img {
   width: 100%;
   height: 100%;
 }

 .container_08fb4466a7ce {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_734914ff19fe {
   width: 354px;
   height: 74px;
   z-index: 0;
   line-height: 24.38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_734914ff19fe {
   overflow: visible;
 }

 .container_80a8d396c820 {
   width: 100%;
   min-width: 0;
   height: 71.59px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5e2c72a9e94a {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5e2c72a9e94a img {
   width: 100%;
   height: 100%;
 }

 .text_b7a44ea1a118 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b9142e02fc93 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8404c15e3120 {
   padding: 8px 12px 8px 12px;
   width: 141.24px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_8404c15e3120 {
   width: 141.24px;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_8404c15e3120 {
   padding: 8px 12px 8px 12px;
   width: 141.24px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eceef2;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_5bda61e6432f {
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_5bda61e6432f img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_ac874cf2ab2c {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(296deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_9f48a5784e5a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fd279e434d4d {
   width: fit-content;
   z-index: 0;
   line-height: 18px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a00c680d6d1b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c34f7d265b27 {
   width: 281.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d61b8ccccfb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3d61b8ccccfb img {
   width: 100%;
   height: 100%;
 }

 .container_8103e4384c06 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0px solid #0000001a;
   border-bottom: 0px solid #0000001a;
   border-left: 0px solid #0000001a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_71b1957992a6 {
   padding: 28px 28px 24px 28px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c102106b662e {
   width: 410.67px;
   height: 304.46px;
   z-index: 0;
   border-top: 0.63px solid #0000001a;
   border-right: 0.63px solid #0000001a;
   border-bottom: 0.63px solid #0000001a;
   border-left: 0.63px solid #0000001a;
   position: absolute !important;
   left: 869.34px;
   top: 328.46px;
   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;
 }

 .container_683fee4c8eb1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 632.92px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_5b6c707293fc {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9bfe451f39f8 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d783235aec3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b53456a99ddf {
   padding: 64px 24px 64px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ececf04d;
 }

 .text_956f926e03e9 {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f12d1b83938f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cea6c53ead1a {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d23f3635874f {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_934c3a90ea8a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_99455f2ba53e {
   width: 411px;
   height: 208px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_99455f2ba53e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_8e92c06a230f {
   width: 410.66px;
   height: 208px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_8e92c06a230f img {
   width: 100%;
   height: 100%;
 }

 .text_669d4e653618 {
   width: fit-content;
   z-index: 2;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0ad2ccfb0945 {
   width: 378.67px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41a6b36a9ec3 {
   width: fit-content;
   z-index: 2;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eb006b87c9be {
   width: 378.67px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31995f6e5b70 {
   padding: 16px 16px 16px 16px;
   width: 410.67px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134.01px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #030213cc 0%, #03021300 100%);
 }

 .text_0177740c2546 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5873ba552420 {
   padding: 2px 8px 2px 8px;
   width: 40.7px;
   height: 18.64px;
   z-index: 2;
   position: absolute !important;
   left: 357.97px;
   top: 11.99px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #172b4d;
   border-radius: 8px 8px 8px 8px;
 }

 .container_c6b9f9df1d18 {
   position: relative !important;
   width: 410.66px;
   height: 208px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_3d1ec8af2659 {
   width: 411px;
   height: 208px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_3d1ec8af2659 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_1828a6d5b5e7 {
   width: 410.67px;
   height: 208px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1828a6d5b5e7 img {
   width: 100%;
   height: 100%;
 }

 .text_4673e9c490b7 {
   width: fit-content;
   z-index: 2;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_43e1e521fde3 {
   width: 378.68px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_df0e187eeb86 {
   width: fit-content;
   z-index: 2;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dd0ca6aee128 {
   width: 378.68px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c46f155c4436 {
   padding: 16px 16px 16px 16px;
   width: 410.68px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134.01px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #030213cc 0%, #03021300 100%);
 }

 .text_440c5f6d4b06 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_de13cdfc7357 {
   padding: 2px 8px 2px 8px;
   width: 40.13px;
   height: 18.64px;
   z-index: 2;
   position: absolute !important;
   left: 358.55px;
   top: 11.99px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #172b4d;
   border-radius: 8px 8px 8px 8px;
 }

 .container_291332225058 {
   position: relative !important;
   width: 410.67px;
   height: 208px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .imageview_1e718d6a2169 {
   width: 411px;
   height: 208px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1e718d6a2169 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .imageview_520b6ed8a051 {
   width: 410.67px;
   height: 208px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_520b6ed8a051 img {
   width: 100%;
   height: 100%;
 }

 .text_325d66774756 {
   width: fit-content;
   z-index: 2;
   line-height: 22.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cf3aac51705d {
   width: 378.68px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a4da1e8741e {
   width: fit-content;
   z-index: 2;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48decb8e9896 {
   width: 378.68px;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4adbf114a58d {
   padding: 16px 16px 16px 16px;
   width: 410.68px;
   height: 75px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 134.01px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(0deg, #030213cc 0%, #03021300 100%);
 }

 .text_f0b8f5b0cee9 {
   width: fit-content;
   z-index: 2;
   line-height: 14.67px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_25d8da4d750e {
   padding: 2px 8px 2px 8px;
   width: 37.51px;
   height: 18.64px;
   z-index: 2;
   position: absolute !important;
   left: 361.17px;
   top: 11.99px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #172b4d;
   border-radius: 8px 8px 8px 8px;
 }

 .container_f172946904b1 {
   position: relative !important;
   width: 410.67px;
   height: 208px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff00;
   border-radius: 14px 14px 14px 14px;
   box-shadow: 0px 2px 4px -2px #0000001a, 0px 4px 6px -1px #0000001a;
 }

 .container_cc56ac8ca07c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_75f6606d2e35 {
   padding: 48px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef0c148a8ab8 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b4120ab49c8 {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: 482px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db16e2633aac {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4f918c5b56fc {
   padding: 2px 8px 2px 8px;
   width: 141.54px;
   height: 21.23px;
   z-index: 0;
   border-top: 0.63px solid #ffffff33;
   border-right: 0.63px solid #ffffff33;
   border-bottom: 0.63px solid #ffffff33;
   border-left: 0.63px solid #ffffff33;
   position: absolute !important;
   left: 265.22px;
   top: 3.01px;
   justify-content: center;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff1a;
   border-radius: 8px 8px 8px 8px;
 }

 .container_cc81e279aa83 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 44.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_cc81e279aa83 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 44.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_cc81e279aa83 {
   width: 100%;
   min-width: 0;
   height: 44.24px;
   z-index: 0;
 }

 .text_8bb98abd56de {
   width: 672px;
   height: 132px;
   z-index: 0;
   line-height: 66px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8bb98abd56de {
   overflow: visible;
 }

 .container_a4020182e503 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_61024eb1c00f {
   width: fit-content;
   z-index: 0;
   line-height: 27.63px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dce765c42153 {
   padding: 16px 0 0 0;
   width: 671.99px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b988324caef3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_2017ba3e764f {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2017ba3e764f img {
   width: 100%;
   height: 100%;
 }

 .container_1b2d8c959913 {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_1b2d8c959913 {
   width: fit-content;
   height: 40px;
   z-index: 0;
 }

 .container_nested_1b2d8c959913 {
   padding: 0 16px 0 16px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_05ef84d00a10 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_515712db7b89 {
   padding: 0 24px 0 24px;
   width: fit-content;
   height: 40px;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_3a2e35346fe1 {
   padding: 40px 0 0 0;
   width: 671.99px;
   height: 80px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a46ccfa9f51f {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_90c76a90c058 {
   padding: 24px 0 0 0;
   width: 671.99px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5048f923aa96 {
   width: 671.99px;
   height: fit-content;
   max-width: 672px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d7041be749b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c243a2faf57 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_16ad649d68a8 {
   width: 1600px;
   height: 3436.09px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 124px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_ae6eade8366b {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_068fc4f51f7e {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_068fc4f51f7e {
   overflow: visible;
 }

 .container_b61bf35890ce {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_7ef864bedf9d {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_7ef864bedf9d {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_7ef864bedf9d {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_1f37131dd98c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_2842ee2db228 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0ff2d9b6218c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_eb2afad531d9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3ceb72a3ac24 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_544881b16b05 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8aac28df8d63 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bea421044da9 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_bea421044da9 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_bea421044da9 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b2db0bb6cf35 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_b2db0bb6cf35 img {
   width: 100%;
   height: 100%;
 }

 .container_842d606cf4ff {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_842d606cf4ff {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_842d606cf4ff {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_0f326530c589 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4065px;
   background: #f5f7f9;
 }

 .text_97798e365fab {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_5528f514e657 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a2f9f16d16dc {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_a2f9f16d16dc {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_a2f9f16d16dc {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_10ba4437be73 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_8c79fa1b0693 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_85c136eeebb4 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_85c136eeebb4 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_85c136eeebb4 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_c49c355ee538 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_adcf01498848 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_2bbaa0ed5b9f {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_2bbaa0ed5b9f {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_2bbaa0ed5b9f {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_d20ec22baa1a {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_eb88de32208f {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_1c3815d4d256 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_92c8c6c5acfe {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_674bbf5859d1 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_885182b95b3e {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_885182b95b3e {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_885182b95b3e {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_2fd490661a38 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_cd93b1e381d7 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dcd6911cbb5b {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_74e30edbee7d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_1c7a3726dd5a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 4297px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_1c7a3726dd5a {
   position: absolute !important;
   left: 160px;
   top: 4297px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_1c7a3726dd5a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a0dac2b785a7 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 4785px;
 }

 .imageview_a0dac2b785a7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_2b027dccb45d {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 4787px;
 }

 .imageview_2b027dccb45d img {
   width: 100%;
   height: 100%;
 }

 .text_8dbcf504005a {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 4782px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8dbcf504005a {
   overflow: visible;
 }

 .text_fe3c8b96536e {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 4782px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fe3c8b96536e {
   overflow: visible;
 }

 .container_8a164be38d50 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_b9fb99e01e25 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_73780787869a {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_c7984f32598f {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_cf101677b1a8 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_b5a91b8cbdf8 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_4355fbe09314 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_4355fbe09314 img {
   width: 100%;
   height: 100%;
 }

 .container_06721c9a6d70 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_06721c9a6d70 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_06721c9a6d70 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_bac7c0b50fd9 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_657dae660855 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_c77ab39b2707 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_4079a5d2cd21 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_17fa68009888 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 3820px;
 }

 .viewport_e81db40b14ab {
   width: 1600px;
   height: 4830px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .imageview_654c06f2983b {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

 .imageview_654c06f2983b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_9d2ef374c697 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .text_b7de5a037f1b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 3px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_a6048c25456e {
   width: 10px;
   height: 8.67px;
   z-index: 0;
   position: absolute !important;
   left: 157px;
   top: 15px;
 }

 .imageview_a6048c25456e img {
   position: absolute;
   width: 10.6px !important;
   height: 11.5px !important;
   max-width: none !important;
   left: -1.0px;
   top: -1.4px;
 }

 .imageview_a6048c25456e.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_741c37996c4b {
   position: absolute !important;
   overflow: visible;
   width: 166.63px;
   height: 38.43px;
   z-index: 0;
   left: 0px;
   top: 0px;
 }

 .container_e33341ad6a2c {
   position: absolute !important;
   overflow: visible;
   width: 168px;
   height: 38.43px;
   z-index: 0;
   left: 716px;
   top: 1202px;
 }

 .imageview_2693f42a90cf {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2693f42a90cf img {
   width: 100%;
   height: 100%;
 }

 .text_7281cff7b27f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b8d0c380dee3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_34de4b8a85a9 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_34de4b8a85a9 img {
   width: 100%;
   height: 100%;
 }

 .text_494d5da46759 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3b763cd3b851 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a74db6bf242e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9e4d7d191e77 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c8497677d1d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_62495f43b63b {
   width: 13px;
   height: 13px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_62495f43b63b img {
   width: 100%;
   height: 100%;
 }

 .text_3c2524f32b00 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_262e6098ae5a {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_262e6098ae5a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_262e6098ae5a {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4114baf6e0de {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_568ce58474bb {
   padding: 16px 32px 16px 32px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_9dbe3e901c9e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b0a6dbd910da {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f1f185c3d3b {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 10px 10px 10px 10px;
 }

 .text_227527e07686 {
   width: fit-content;
   z-index: 0;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a63b8a1b675f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_858b0d8206b8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4062a8d0f879 {
   padding: 2px 0 0 0;
   width: 244.26px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_437f930700d9 {
   width: 244.26px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a90cc7d4fc3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ddf2fa83f02 {
   padding: 0 0 4px 0;
   width: 296.25px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ec0c1992edb {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8a75c565c5a8 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_8a75c565c5a8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_8a75c565c5a8 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_ac5d0a915909 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_61e08128981f {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00bc7d33;
   border-right: 0.63px solid #00bc7d33;
   border-bottom: 0.63px solid #00bc7d33;
   border-left: 0.63px solid #00bc7d33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #00bc7d1a;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_61e08128981f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_61e08128981f {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00bc7d33;
   border-right: 0.63px solid #00bc7d33;
   border-bottom: 0.63px solid #00bc7d33;
   border-left: 0.63px solid #00bc7d33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #00bc7d1a;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_5cf5d63a1b45 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e14b01e0414e {
   width: 1216.02px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_26f6e5725a08 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1dcfb514e1a8 {
   width: 1166.78px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_435935ec3e59 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_435935ec3e59 img {
   width: 100%;
   height: 100%;
 }

 .text_11dcc1b48cd8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d91d7f63530c {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_52f52deab994 {
   width: 100px;
   height: 30px;
   z-index: 0;
   line-height: 15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_52f52deab994 {
   overflow: visible;
 }

 .container_a0edd8f29a5f {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a6b1cdd2ea6 {
   width: 145.84px;
   height: 87.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_369532a83d6e {
   width: 145.85px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 145.84px;
   top: 27.49px;
   background: #121d9d;
 }

 .container_76c519c694ec {
   position: relative !important;
   overflow: visible;
   height: 87.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
 }

 .imageview_0fedb4f76882 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0fedb4f76882 img {
   width: 100%;
   height: 100%;
 }

 .text_df7135650912 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3191f0af3f5d {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_21b892545845 {
   width: 100px;
   height: 30px;
   z-index: 0;
   line-height: 15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_21b892545845 {
   overflow: visible;
 }

 .container_1e8f745f286f {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7d4638be07b {
   width: 145.85px;
   height: 87.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ae76ffe7ff1b {
   width: 145.85px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 145.85px;
   top: 27.49px;
   background: #121d9d;
 }

 .container_2709478490dc {
   position: relative !important;
   overflow: visible;
   height: 87.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
 }

 .imageview_eb047d95ee84 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_eb047d95ee84 img {
   width: 100%;
   height: 100%;
 }

 .text_22a4fb853411 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c333430ba00f {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bedde42d916d {
   width: 100px;
   height: 30px;
   z-index: 0;
   line-height: 15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bedde42d916d {
   overflow: visible;
 }

 .container_ec68ecd5b51e {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c2bb49cab1b {
   width: 145.84px;
   height: 87.99px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_61a9a27432b0 {
   width: 145.85px;
   height: 1px;
   z-index: 0;
   position: absolute !important;
   left: 145.84px;
   top: 27.49px;
   background: #121d9d;
 }

 .container_7623c89cf039 {
   position: relative !important;
   overflow: visible;
   height: 87.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
 }

 .imageview_4efe86d60fe4 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4efe86d60fe4 img {
   width: 100%;
   height: 100%;
 }

 .text_7a16c1005c76 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_63704d012cdf {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ca31ee22a96e {
   width: 100px;
   height: 30px;
   z-index: 0;
   line-height: 15px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ca31ee22a96e {
   overflow: visible;
 }

 .container_2531a8b3d689 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1fd7fed51a2f {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7fab2997c40 {
   padding: 20px 0 0 0;
   width: 1166.78px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_f4c4aedf1270 {
   padding: 24px 24px 24px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_71bb0bd07409 {
   padding: 40px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_60f903b7d894 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_60f903b7d894 img {
   width: 100%;
   height: 100%;
 }

 .imageview_a7af379d27e0 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a7af379d27e0 img {
   width: 100%;
   height: 100%;
 }

 .text_a143d11bfa1a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ec652be3a646 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .container_55e59706642d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0d086fd145fe {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_517b0b27e882 {
   padding: 12px 0 0 0;
   width: 250.75px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_327f3f2d2a1c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fd1bf8065b2e {
   padding: 4px 0 0 0;
   width: 250.75px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6789409ec426 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ec61ea08747c {
   padding: 2px 0 0 0;
   width: 250.75px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_74b41e8cda5f {
   padding: 20px 20px 20px 20px;
   height: 139.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_107578d00137 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 0;
 }

 .imageview_107578d00137 img {
   position: absolute;
   width: 250.8px !important;
   height: 16.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_107578d00137.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_ab7bf2847412 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dc4a4249298d {
   padding: 12px 0 0 0;
   width: 250.76px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2910363661e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b1ba16e02102 {
   padding: 4px 0 0 0;
   width: 250.76px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_336b708ed358 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_130c65d77bbf {
   padding: 2px 0 0 0;
   width: 250.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b22f1b097eb0 {
   padding: 20px 20px 20px 20px;
   height: 139.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_ec9589ffb814 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ec9589ffb814 img {
   width: 100%;
   height: 100%;
 }

 .imageview_68d7ee5725e3 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_68d7ee5725e3 img {
   width: 100%;
   height: 100%;
 }

 .text_290c93753b7e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7c8ba871011c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9347bce9da26 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8bd030946ece {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_900eaa5994bb {
   padding: 12px 0 0 0;
   width: 250.75px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a5d11db14be {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_afca797f0905 {
   padding: 4px 0 0 0;
   width: 250.75px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7fe7f1b91838 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9bb1178b384e {
   padding: 2px 0 0 0;
   width: 250.75px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7a400044b699 {
   padding: 20px 20px 20px 20px;
   height: 139.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_2670aaf174b3 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2670aaf174b3 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1e325d5a2e35 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1e325d5a2e35 img {
   width: 100%;
   height: 100%;
 }

 .text_a8824075254c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ab8a2073153 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 2px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5d3f496fa328 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_a7a1c7a62aef {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0ccab187c1de {
   padding: 12px 0 0 0;
   width: 250.76px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e113fa825ef {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f468f340e14a {
   padding: 4px 0 0 0;
   width: 250.76px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3f92746f758b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d6dea0eed37a {
   padding: 2px 0 0 0;
   width: 250.76px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec7e377d63bb {
   padding: 20px 20px 20px 20px;
   height: 139.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_d0fb1cca7848 {
   width: 1216.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7ce219fd4342 {
   padding: 40px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9821e5303be7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_86542f228a6d {
   padding: 10px 16px 10px 16px;
   width: 92px;
   height: 41.88px;
   z-index: 0;
   border-top: 0px solid #121d9dff;
   border-right: 0px solid #121d9dff;
   border-bottom: 1.88px solid #121d9dff;
   border-left: 0px solid #121d9dff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_91e8b36488d6 {
   position: relative !important;
   overflow: visible;
   width: 94px;
   height: 40.88px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_91e8b36488d6 {
   position: relative !important;
   overflow: visible;
   width: 94px;
   height: 40.88px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_91e8b36488d6 {
   width: 94px;
   height: 40.88px;
   z-index: 0;
 }

 .text_f50427d3f422 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f1b44e01f989 {
   padding: 10px 16px 10px 16px;
   width: 85px;
   height: 41.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c76613a03e7 {
   position: relative !important;
   overflow: visible;
   width: 88px;
   height: 40.88px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_783f6c36e677 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_887069331569 {
   padding: 10px 16px 10px 16px;
   width: 89px;
   height: 41.88px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc104fb0f0d2 {
   position: relative !important;
   overflow: visible;
   width: 94px;
   height: 40.88px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_5f7718fca0e1 {
   width: 1216.02px;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6f15b948e47d {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0748477947db {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c61644f9cf8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b2dd871e22f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cd812d8b73ce {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_50c4acdf38c6 {
   width: 753.44px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_1d8352a9da28 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 0;
   background: #121d9d;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_a69ffbe9ad8b {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_8ca5f4949b07 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f2e4cb99d7e7 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e0b412e4ec34 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dcab062422ed {
   padding: 2px 0 0 0;
   width: 660.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_931ffbc03abd {
   width: 666.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1eebdbe2d9f4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a3e498311ed {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d6c75f7c4b95 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_d0cddec2b921 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffb90099;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_dff012b03c89 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_b706e6fe61e3 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3dfa56783698 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3af9fd9f967c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1ed9a50f8d0b {
   padding: 2px 0 0 0;
   width: 653.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9403e0a1dfd9 {
   width: 660.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_73e9a8c978a7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1a2a01297ff5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_600140e82621 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_86b346311581 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a3ec06fb7b49 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_83fc80f09e8a {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_0dcfc87e9df0 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_18b0b00734d8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c8e6b74eb48 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1ef3f8ac3ab9 {
   padding: 2px 0 0 0;
   width: 653.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe31094873e1 {
   width: 660.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e143548ed592 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_24e49c94333b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a42d4024411 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_2cbba251f403 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a4d60781c95 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 0;
   background: #121d9d;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_2e48076f5180 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_1cad2faaaa55 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5493930e9f76 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3efe41707537 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_794f7f6f9e77 {
   padding: 2px 0 0 0;
   width: 660.44px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3684ef6480d {
   width: 666.44px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e784fa942a3e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cd89f80e3eea {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_98727585aa08 {
   padding: 12px 12px 12px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_ecd99235cae1 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a12027ced56 {
   padding: 20px 0 0 0;
   width: 753.44px;
   height: 304px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_334b3d6b166b {
   padding: 24px 24px 24px 24px;
   height: 385.14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_1a29d98076e2 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_97d4f193cc77 {
   width: 340.11px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca1829876065 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: #121d9d;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_87ad044da734 {
   padding: 6px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_23fa8c1d7e76 {
   width: 1px;
   height: 37.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

 .container_3b47b3a323a6 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: 41.24px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb01ac7f6572 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c12e284e3082 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b30f38f428da {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b48ea7a72344 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_805017ed2b11 {
   padding: 2px 0 0 0;
   width: 202.25px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d06b6aea4d05 {
   padding: 0 0 16px 0;
   width: 202.25px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_546a6e1d9e79 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8307c092f147 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: #697586;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_4b74ae6d4231 {
   padding: 6px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac131cf5f907 {
   width: 1px;
   height: 37.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

 .container_9c7c9d1f07e0 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: 41.24px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_087d31cca762 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f88937eed8b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d359d3cba91 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4ac1247843d {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5c79e82c28b8 {
   padding: 2px 0 0 0;
   width: 145.49px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e860b9d7f04 {
   padding: 0 0 16px 0;
   width: 145.49px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3072b7ed762d {
   padding: 16px 0 0 0;
   width: 340.11px;
   height: 70px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_13536e921a55 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: #121d9d;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_d4e2b8572a99 {
   padding: 6px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_83d91e791948 {
   width: 1px;
   height: 37.25px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

 .container_1110b0b0a5bf {
   padding: 4px 0 0 0;
   width: fit-content;
   height: 41.24px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_04304ff090fe {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9dcb33c784c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d8c6220bd32 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7e7b44ae5369 {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1233f2c09f29 {
   padding: 2px 0 0 0;
   width: 219.86px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_21481a428f77 {
   padding: 0 0 16px 0;
   width: 219.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_94c0c52848fa {
   padding: 16px 0 0 0;
   width: 340.11px;
   height: 70px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1503c30e0a1b {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: #697586;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_159174efea7b {
   padding: 6px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64d2ae5a5022 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6b3bb065863 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d5775a76037 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6c2a10b9595b {
   width: fit-content;
   z-index: 0;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d7b27e822654 {
   padding: 2px 0 0 0;
   width: 252.19px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb2f0e911276 {
   padding: 0 0 16px 0;
   width: 252.19px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_32161b5458ed {
   padding: 16px 0 0 0;
   width: 340.11px;
   height: 69.23px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f8cb55560fa2 {
   padding: 20px 0 0 0;
   width: 340.11px;
   height: 283.23px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c1e5bdf4de6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c885f5c782aa {
   position: absolute !important;
   overflow: visible;
   width: 82.92px;
   height: 16px;
   z-index: 0;
   left: -0.01px;
   top: 8px;
 }

 .container_78ba9182078d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 26.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_77b6bc5eabfa {
   padding: 24px 24px 24px 24px;
   height: 385.14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_aa03f06c2dbd {
   width: 1216.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5cfb0ccd99f0 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_98bde336edd7 {
   padding: 32px 32px 32px 32px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55c64168f31f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f9bcab4d3376 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 1052.5px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3eef9406761c {
   width: 1600px;
   height: 1053px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c814fa5d845a {
   width: 1600px;
   height: 1073px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 129px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5bb336fac474 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_0d2cff82b25b {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_0d2cff82b25b {
   overflow: visible;
 }

 .container_0409c83d45d1 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_5f055118ced6 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_5f055118ced6 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_5f055118ced6 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_65d80fddb374 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_77f3744a82c9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_743b437e977c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_148320b63dfa {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7413531b56cd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3549c6f8dbcf {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_daa134bc3dc3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45de74ef4f45 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_45de74ef4f45 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_45de74ef4f45 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5f3da8c6dcc6 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_5f3da8c6dcc6 img {
   width: 100%;
   height: 100%;
 }

 .container_63582c3398e0 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_63582c3398e0 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_63582c3398e0 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_1e2439021507 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4971px;
   background: #f5f7f9;
 }

 .container_c76f5333f3c5 {
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_28b5068bb801 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5203px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_63fe79d18df2 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_87b71dda7a33 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .container_628b60d480b8 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .container_7284b027e2cf {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .container_c86c7e7cc8aa {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_896871fcd192 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_d603e0fb414c {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_47df5c135da9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4726px;
 }

 .container_c2d72f100a11 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 1553px;
   background: #f5f7f9;
 }

 .text_6103352b6f26 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_bc729e87e05d {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_67208e25df4e {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_302f8ba74a81 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_38ed883ed42d {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_806b10d4750c {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_806b10d4750c {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_806b10d4750c {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_bc29afffdaac {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_95627b6eca0a {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_d593fa049fdf {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_d593fa049fdf {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_d593fa049fdf {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_f6cec5f7739a {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_110ac0a47935 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_bca4436ac27a {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_76e87b72fc47 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_0fb271721808 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_192f5fd03cdb {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_192f5fd03cdb {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_192f5fd03cdb {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_f1c539835c15 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_9f8461018f17 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_df8f956f3c2a {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_b0fdc2214687 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_083b8de6d04a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 1785px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_083b8de6d04a {
   position: absolute !important;
   left: 160px;
   top: 1785px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_083b8de6d04a {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_afb88617fde7 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 2273px;
 }

 .imageview_afb88617fde7 img {
   width: 100%;
   height: 100%;
 }

 .imageview_08f36e06479d {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 2275px;
 }

 .imageview_08f36e06479d img {
   width: 100%;
   height: 100%;
 }

 .text_c32e728e842b {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 2270px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c32e728e842b {
   overflow: visible;
 }

 .text_db14852b51ec {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 2270px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_db14852b51ec {
   overflow: visible;
 }

 .container_5d7c4e307f43 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_d113a0121966 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_4d33893cb879 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_2a9e64542a16 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_8ba86def5970 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_c3ee89fe2399 {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_9d6b5e49ee22 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_9d6b5e49ee22 img {
   width: 100%;
   height: 100%;
 }

 .container_195f3593b767 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_195f3593b767 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_195f3593b767 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_9ab0eee015f1 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_0f865b0778dd {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_c88b6ca3ae27 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_a6e4089a1df1 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_09bd29c93e59 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 1308px;
 }

 .viewport_3af24238fc33 {
   width: 1600px;
   height: 2331px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_46c1f45f0477 {
   width: 148.61px;
   height: 21.06px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_0dc8a643434c {
   position: absolute !important;
   overflow: visible;
   width: 149.83px;
   height: 21.06px;
   z-index: 0;
   left: 725.08px;
   top: 4081.06px;
 }

 .text_43b74d7708e5 {
   width: 63.32px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 254.18px;
   top: 3629.38px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_43b74d7708e5 {
   overflow: visible;
 }

 .text_3ea9d2154d35 {
   width: 66.89px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 340.69px;
   top: 3629.38px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3ea9d2154d35 {
   overflow: visible;
 }

 .text_173c56e2e595 {
   width: 57.97px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 430.77px;
   top: 3629.38px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_173c56e2e595 {
   overflow: visible;
 }

 .text_ae666a367a22 {
   width: 40.13px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 512.82px;
   top: 3629.38px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ae666a367a22 {
   overflow: visible;
 }

 .text_4895d0e72135 {
   width: 39.24px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 577.04px;
   top: 3629.38px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4895d0e72135 {
   overflow: visible;
 }

 .text_31df0839616a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_de285a67f831 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c08eed0652cf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a494e5f4110 {
   padding: 12px 0 0 0;
   width: 309.34px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_486c1c6e06b6 {
   width: 48px;
   height: 1px;
   flex-shrink: 0;
   z-index: 0;
   background: #0076d6;
 }

 .container_0ecf486fac12 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b8da7a61776e {
   width: 310px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b8da7a61776e {
   overflow: visible;
 }

 .container_6de60306d877 {
   padding: 24px 0 0 0;
   width: 309.34px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_68538ce2f816 {
   height: 191.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a08575534adc {
   width: 619px;
   height: 166px;
   z-index: 0;
   line-height: 55.2px;
   word-wrap: break-word;
   white-space: normal;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a08575534adc {
   overflow: visible;
 }

 .container_86884c38abae {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b7e1f6eb23ee {
   width: 619px;
   height: 117px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b7e1f6eb23ee {
   overflow: visible;
 }

 .container_ec1ad9117dbb {
   padding: 24px 0 0 0;
   width: 618.67px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa08d8360b32 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_8e3c5e131d25 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8e3c5e131d25 img {
   width: 100%;
   height: 100%;
 }

 .container_623524d67970 {
   padding: 0 0 2px 0;
   width: 114.99px;
   height: 22.62px;
   z-index: 0;
   border-top: 0px solid #33d5b7ff;
   border-right: 0px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   position: absolute !important;
   left: 0px;
   top: 31.99px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_ffa969483d76 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 54.61px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_wrapper_ffa969483d76 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 54.61px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_ffa969483d76 {
   width: 100%;
   min-width: 0;
   height: 54.61px;
   z-index: 0;
 }

 .container_44b29a641f04 {
   height: 361.14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_22e170e99256 {
   width: 976.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_882d7d189316 {
   padding: 96px 24px 96px 24px;
   width: fit-content;
   height: fit-content;
   max-width: 1024px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad1eb8334214 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b7261349f4ff {
   width: 1600px;
   height: 553.77px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: 0px;
   top: 114px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a7c197f8d10 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3d3736005f08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b1278cd4169 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_092b10f6d17e {
   padding: 4px 0 0 0;
   width: 381.66px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4658b5f917db {
   width: 381.66px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_07947c75330b {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_07947c75330b {
   overflow: visible;
 }

 .container_d0fe3d6f3f20 {
   padding: 12px 16px 12px 16px;
   width: 288px;
   height: 45.23px;
   z-index: 0;
   border-top: 0.63px solid #ffffffff;
   border-right: 0.63px solid #ffffffff;
   border-bottom: 0.63px solid #ffffffff;
   border-left: 0.63px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .input_text_8cfca845f674 {
   width: 292px;
   height: 45.23px;
   z-index: 998;
 }

 .wrapper_input_text_8cfca845f674 {
   position: relative !important;
   overflow: visible;
   width: 292px;
   height: 45.23px;
 }

 .input_text_8cfca845f674::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #1a141066;
   font-family: 'Hanken Grotesk';
 }

 .text_16ff0094a84f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_ba2776ef6ac5 {
   width: 13px;
   height: 13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ba2776ef6ac5 img {
   width: 100%;
   height: 100%;
 }

 .container_57478729a8f8 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: 45.23px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0076d6;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_57478729a8f8 {
   width: fit-content;
   height: 45.23px;
   z-index: 1;
 }

 .container_nested_57478729a8f8 {
   padding: 12px 20px 12px 20px;
   width: fit-content;
   height: 45.23px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0076d6;
   border-radius: 8px 8px 8px 8px;
 }

 .container_56543eddccf9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_56543eddccf9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_56543eddccf9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

 .container_7cfc325a4ec6 {
   padding: 40px 24px 40px 24px;
   width: 1023.99px;
   height: fit-content;
   max-width: 1024px;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_699b5dd5922d {
   width: 1600px;
   height: 128px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 667.77px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(331deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_78eb38076af1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e6162c095098 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 44.8px;
   top: 0px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3e4169170c4e {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_39f3cdfc08b2 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eca072c6b03b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4db725b11c73 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6e7fdaaaf735 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a71a848abcd {
   width: 260.3px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_42f158dc4461 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_48e6b748ad48 {
   padding: 20px 0 0 0;
   width: 260.3px;
   height: 37px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b59b6fd7e79e {
   width: 261px;
   height: 83px;
   z-index: 0;
   line-height: 27.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b59b6fd7e79e {
   overflow: visible;
 }

 .container_a055e075f9d3 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec876994e4c4 {
   width: 261px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ec876994e4c4 {
   overflow: visible;
 }

 .container_297c3ffb9dff {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3c5442a15ba3 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a7d2e9b468cf {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4ae29fd2550e {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4ae29fd2550e img {
   width: 100%;
   height: 100%;
 }

 .container_79540581ad82 {
   width: 260.3px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_a7b2c53e7c35 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a39aebe2a8d4 {
   padding: 32px 32px 32px 32px;
   width: 324.91px;
   height: 408.21px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0px solid #1a141026;
   border-left: 0px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2af488466cd7 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_be7fc2a52a63 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_15d8e93b33e5 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d9af2b18659b {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8c5e638bca32 {
   width: 260.31px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_f5dcd0f76dac {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_99192f47fc7c {
   padding: 20px 0 0 0;
   width: 260.31px;
   height: 37px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b6417cea56ed {
   width: 261px;
   height: 83px;
   z-index: 0;
   line-height: 27.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b6417cea56ed {
   overflow: visible;
 }

 .container_49617f3482bf {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d34f65ce3e1 {
   width: 261px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6d34f65ce3e1 {
   overflow: visible;
 }

 .container_ac7522425d05 {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f61e363a2fa3 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ee417e1b1320 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_81506d26401d {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_81506d26401d img {
   width: 100%;
   height: 100%;
 }

 .container_74b66de18759 {
   width: 260.31px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f7993cc21ea6 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9518b00496bf {
   padding: 32px 32px 32px 32px;
   width: 324.92px;
   height: 408.21px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0px solid #1a141026;
   border-left: 0px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_834ce5f903ce {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_586586aa8528 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_265e788d55a9 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_09986489d9e0 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_09986489d9e0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_09986489d9e0 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a6d01c4da92 {
   width: 260.94px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_7c52afb273d1 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_54192e941c6a {
   padding: 20px 0 0 0;
   width: 260.94px;
   height: 37px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41e403425ca4 {
   width: 261px;
   height: 83px;
   z-index: 0;
   line-height: 27.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_41e403425ca4 {
   overflow: visible;
 }

 .container_3f1ae2bf2357 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_71e956a4367e {
   width: 261px;
   height: 114px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_71e956a4367e {
   overflow: visible;
 }

 .container_dd5d69ff6acd {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_144d0a4587c6 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ef335fb96c25 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9e7e486569f5 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9e7e486569f5 img {
   width: 100%;
   height: 100%;
 }

 .container_2d6f7738fac9 {
   width: 260.94px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_38ec830e5776 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fa7d01ef9de0 {
   padding: 32px 32px 32px 32px;
   width: 324.92px;
   height: 408.21px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0840c852458 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_66f02625cc59 {
   padding: 40px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_97cd4f89aa47 {
   padding: 64px 24px 64px 24px;
   width: fit-content;
   height: fit-content;
   max-width: 1024px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4570da1c000c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a832f43007b7 {
   width: 1600px;
   height: 610.09px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: 0px;
   top: 795.77px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_25f08d806bba {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 13.75px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4559d3e895a0 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 44.8px;
   top: 0px;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(290deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_99fec0d60a1e {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_c07fa3571945 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa4bda01a181 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .container_wrapper_fa4bda01a181 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_fa4bda01a181 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-image: linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) 1;
 }

 .text_56813dab70a3 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f9e706960313 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f9e706960313 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_f9e706960313 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_e6ad467b9adf {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9b6771129993 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_9b6771129993 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_9b6771129993 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_fbd754005051 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7b0097223de2 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7b0097223de2 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_7b0097223de2 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_9c0437bf059c {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_00c8b5f9040e {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_00c8b5f9040e {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_00c8b5f9040e {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd5d591b92f7 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_93d372f28a4c {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_93d372f28a4c {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_93d372f28a4c {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_3df22d62293c {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b741fecf139c {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_b741fecf139c {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_b741fecf139c {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #1a141026;
   border-right: 0.63px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0.63px solid #1a141026;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce96b2f582ed {
   padding: 32px 0 0 0;
   width: 976.01px;
   height: 60.24px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6368419f84be {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_742527cfd498 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b7fa30d5b63d {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_65c3683e69f3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6944e31799eb {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1138e7cbf6bf {
   padding: 2px 0 0 0;
   width: 340.02px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d62efb252ce4 {
   width: 340.02px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a630f75b360d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_753ff4e04587 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_abd2906ec355 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e6d453388686 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e6d453388686 img {
   width: 100%;
   height: 100%;
 }

 .container_15fefd489c25 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_38a9df017a24 {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_f751f94affbb {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_348cbeae801d {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d4d68e09492 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bb7f652939a7 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5af886c46f8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_13bd04502c59 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_15a1d38223ff {
   padding: 2px 0 0 0;
   width: 414.79px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_33a46817f86d {
   width: 414.79px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_13235fdadd6a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_6bded9e53387 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_01030bcffcc1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fa822ca99487 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fa822ca99487 img {
   width: 100%;
   height: 100%;
 }

 .container_aed140aa594a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_033a4f759821 {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_237c7eeb30d3 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_c1bea7d86332 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ca340fe38ae {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d40314a8766f {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e9f9cd1e06f2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_22a57dbb981f {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ebfad47f529d {
   padding: 2px 0 0 0;
   width: 388.76px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9d6f8e21e1e5 {
   width: 388.76px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_665d64ef471b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c718e505e1c2 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_150682422f70 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_aeaf4c4a7f80 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_aeaf4c4a7f80 img {
   width: 100%;
   height: 100%;
 }

 .container_0efe302ba8ac {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_58e756493aa3 {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_fa932e594782 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_38e438c8edb9 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5378bd516163 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_135b29d79f4b {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f0bd3620afb5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_85922cda5d75 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9d651cbe7aa9 {
   padding: 2px 0 0 0;
   width: 362.88px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c6761b784bab {
   width: 362.88px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1c1a5fc8504e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f8c1a15afd08 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_22191e6d8064 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d420bb50b2f1 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d420bb50b2f1 img {
   width: 100%;
   height: 100%;
 }

 .container_042b77e9eab2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0d595f6f083f {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b2f111f7838 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_c612cd78ee64 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5b9d1e348ea8 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4be808c31d20 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7f7d43dba455 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_de94e262c314 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2047cbd7357f {
   padding: 2px 0 0 0;
   width: 414.08px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cdf3b8e2d4ba {
   width: 414.08px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_817571dd6513 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_a10f9b41597d {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8f66c8164949 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4edc1da258ee {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4edc1da258ee img {
   width: 100%;
   height: 100%;
 }

 .container_2ba27479e10e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_88fce2c25d36 {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_625855d527f9 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_cbf257c7d9f5 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_afd586fc3364 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5416a89b1426 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f020643228d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7ae94b212cb9 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_da3d86cac4c2 {
   padding: 2px 0 0 0;
   width: 385.45px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82f9825ca197 {
   width: 385.45px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eae646496e5b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9c87828b4143 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b82d920d1f9b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_911d31575a05 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_911d31575a05 img {
   width: 100%;
   height: 100%;
 }

 .container_0741cccef2a8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_993272690f1c {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c10b84c0a58f {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_296e75303f7b {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2e845585c1ba {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_223ac3836ae3 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_be60b7f695ac {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a50035f1abd {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f3ffc7b3b3c2 {
   padding: 2px 0 0 0;
   width: 379.99px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0751ec86b79 {
   width: 379.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4ebb2bce7bd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c51a331f264a {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c1b62a832c7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d499cbb4117a {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d499cbb4117a img {
   width: 100%;
   height: 100%;
 }

 .container_f32043c0c9b2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9dc840cc57ab {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75.63px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_db699e6b76a6 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75.63px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_c8ad496ea1b9 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f03cbec053b1 {
   width: 31.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_341fe814a682 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87538aeb7017 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0055ecc33eab {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_706107261427 {
   padding: 2px 0 0 0;
   width: 401.07px;
   height: 19px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0de979c7bbc8 {
   width: 401.07px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e4f7eb653ffa {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_03846b706875 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_929a454bf3ac {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a8b632066f48 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a8b632066f48 img {
   width: 100%;
   height: 100%;
 }

 .container_9bc058c4a7e1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5b84fbadfea5 {
   padding: 16px 16px 16px 16px;
   width: 1008px;
   height: 75px;
   z-index: 0;
   position: absolute !important;
   left: -16px;
   top: 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0d950b84eaf8 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 75px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_8dd871788069 {
   padding: 32px 0 0 0;
   width: 976.01px;
   height: 636.38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e5b6a59b4436 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_e09bba1fabac {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e09bba1fabac img {
   width: 100%;
   height: 100%;
 }

 .container_c4044c650a00 {
   padding: 0 0 2px 0;
   width: 160.99px;
   height: 18.63px;
   z-index: 0;
   border-top: 0px solid #414b57ff;
   border-right: 0px solid #414b57ff;
   border-bottom: 0.63px solid #414b57ff;
   border-left: 0px solid #414b57ff;
   position: absolute !important;
   left: 0px;
   top: 5.63px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_dfaa65bc0b54 {
   position: relative !important;
   overflow: visible;
   width: 976.01px;
   height: 24.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_c7639bca3d87 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cb1a76f12ab {
   padding: 64px 24px 64px 24px;
   width: fit-content;
   height: fit-content;
   max-width: 1024px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_896cb054ec6e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba6774a4bdc8 {
   width: 1600px;
   height: 913.48px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: 0px;
   top: 1405.86px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_15c384cc7c68 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_201f8cbf7001 {
   height: 23.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_917931e5bf4c {
   width: 625px;
   height: 78px;
   z-index: 0;
   line-height: 39px;
   word-wrap: break-word;
   white-space: normal;
   background: linear-gradient(319deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_917931e5bf4c {
   overflow: visible;
 }

 .container_115d1a8b08ed {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c9e724512d3 {
   width: 625px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1c9e724512d3 {
   overflow: visible;
 }

 .container_7bcafab07974 {
   padding: 20px 0 0 0;
   width: 624px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87eba3fd3a40 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_1dce30fea173 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9eb325a31c43 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9e98dae20dea {
   padding: 4px 0 0 0;
   width: 192px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d14d204475b {
   height: 52.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_69c617304326 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(277deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b671ce466187 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_876e74be60d2 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_54e81993ea56 {
   padding: 4px 0 0 0;
   width: 192px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e393645bc8be {
   height: 52.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dab59e85b3b4 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(281deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_77f514bb6cee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a0675253e8e {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a49e9f265616 {
   padding: 4px 0 0 0;
   width: 192.01px;
   height: 21px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5fe1004c073 {
   height: 52.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_26b229cc6b4d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f320ad259cb9 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_699d0edca369 {
   height: 273.51px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_95da30d3e178 {
   padding: 56px 24px 56px 24px;
   width: 1023.99px;
   height: 385.5px;
   max-width: 1024px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 40px 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_18b4da645a75 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_391537ccf4c8 {
   width: 1600px;
   height: 386.12px;
   z-index: 0;
   border-top: 0px solid #1a141026;
   border-right: 0px solid #1a141026;
   border-bottom: 0.63px solid #1a141026;
   border-left: 0px solid #1a141026;
   position: absolute !important;
   left: 0px;
   top: 2319.34px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_14416d862c83 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_bae4e131810b {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_bae4e131810b {
   overflow: visible;
 }

 .container_c1575477a32f {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_aad09d1d1829 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_aad09d1d1829 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_aad09d1d1829 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_58ed7750fefb {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0ba7118bf3a6 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8c4b2b6a67c7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ce360da6d102 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_30fba4d06013 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9c080fc4dfad {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_be92a438dd31 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f2b3fcf5e8ed {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_f2b3fcf5e8ed {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_f2b3fcf5e8ed {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_44dfbca3ab8b {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_44dfbca3ab8b img {
   width: 100%;
   height: 100%;
 }

 .container_ca972c5af0d0 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_ca972c5af0d0 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_ca972c5af0d0 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_aa9bea437fe0 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 3054px;
   background: #f5f7f9;
 }

 .text_dc18c43fdbcc {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_78b665a8563c {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f6cda28932e7 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_2ffadfa88cf8 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_526a339c410e {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_0ba17c19a4b4 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .text_461db5525f33 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_acd78198b29c {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_cfc16941e5b7 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .text_73677d669462 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_61fa8d136ba8 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_04319dd0d3d6 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_c0451926d156 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_36e19b86f660 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_62e86e828fa2 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .text_4f15a78e621c {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_cd9a915ed0cf {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_44a300bf1d66 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_4a34003fba12 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7e8a5e460808 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 3286px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e82cb9a586ba {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 3774px;
 }

 .imageview_e82cb9a586ba img {
   width: 100%;
   height: 100%;
 }

 .imageview_671a547696f2 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 3776px;
 }

 .imageview_671a547696f2 img {
   width: 100%;
   height: 100%;
 }

 .text_e3fec181be36 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 3771px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e3fec181be36 {
   overflow: visible;
 }

 .text_e098363b7cdb {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 3771px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e098363b7cdb {
   overflow: visible;
 }

 .container_ecefcfb3c47b {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_eda5aeea63ea {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_c49a0eca3d62 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ae44919754a1 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_19cb6db29174 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_a903e0d8e0cd {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_e5d62236d272 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_e5d62236d272 img {
   width: 100%;
   height: 100%;
 }

 .container_99837a99d8ed {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_6cd1283fce04 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_efd517fb8e9a {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_efd517fb8e9a {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_efd517fb8e9a {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_e55180246a0a {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3288be7b9e4 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 2809px;
 }

 .viewport_0fec68bf0a5f {
   width: 1600px;
   height: 3818px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .imageview_31a33e1c45fb {
   width: 932.74px;
   height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   opacity: 0.03999999910593033;
 }

 .imageview_31a33e1c45fb img {
   position: absolute;
   width: 784.0px !important;
   height: 1053.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_31a33e1c45fb.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_8ee62ff9bacf {
   width: 340px;
   height: 340px;
   z-index: 1;
   border-top: 0.63px solid #ffffff0d;
   border-right: 0.63px solid #ffffff0d;
   border-bottom: 0.63px solid #ffffff0d;
   border-left: 0.63px solid #ffffff0d;
   position: absolute !important;
   left: 656.74px;
   top: 356.25px;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_adf3b34823d1 {
   width: 180px;
   height: 180px;
   z-index: 2;
   border-top: 0.63px solid #ffffff0d;
   border-right: 0.63px solid #ffffff0d;
   border-bottom: 0.63px solid #ffffff0d;
   border-left: 0.63px solid #ffffff0d;
   position: absolute !important;
   left: 720.75px;
   top: 436.25px;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_f5d2f4a01b12 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5ae4d31c077e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aef7f2465ee9 {
   width: fit-content;
   z-index: 3;
   line-height: 45px;
   font-family: 'Hanken Grotesk';
 }

 .container_23b7dc916f37 {
   padding: 24px 0 0 0;
   width: 804.76px;
   height: 114px;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_23a867fe2ad4 {
   width: 320px;
   height: 69px;
   z-index: 3;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_23a867fe2ad4 {
   overflow: visible;
 }

 .container_1b5b3bd4834c {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_547d1fa2b29a {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9e886cfbaeff {
   width: 64.67px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2ffa9b4b690 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba00f19586bb {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_db498c5e701d {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 0.63px solid #ffffff14;
   border-right: 0.63px solid #ffffff14;
   border-bottom: 0.63px solid #ffffff14;
   border-left: 0.63px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .text_6b4aac1252aa {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3a31e9527c4c {
   width: 85.94px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7ac858387e43 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7236357ae7f2 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5ccbbcb4cb41 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 0.63px solid #ffffff14;
   border-right: 0.63px solid #ffffff14;
   border-bottom: 0.63px solid #ffffff14;
   border-left: 0.63px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .text_a5ef9a3f3013 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_110447c9f87e {
   width: 85.45px;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f381621a4e80 {
   width: fit-content;
   z-index: 3;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1f1754d1d6d3 {
   padding: 2px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f6dd3362038e {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   border-top: 0.63px solid #ffffff14;
   border-right: 0.63px solid #ffffff14;
   border-bottom: 0.63px solid #ffffff14;
   border-left: 0.63px solid #ffffff14;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .container_c55de8ccc6a2 {
   padding: 40px 0 0 0;
   width: 804.76px;
   height: 103.25px;
   flex-shrink: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_849367c665e4 {
   width: 720px;
   height: 326.25px;
   z-index: 3;
   position: absolute !important;
   left: 64px;
   top: 345px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2b7b384c52a6 {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 44px;
 }

 .imageview_2b7b384c52a6 img {
   width: 100%;
   height: 100%;
 }

 .text_0ce452b60e9e {
   width: fit-content;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c8019348824c {
   width: 786.88px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d3c2020187e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c2599ef88071 {
   padding: 8px 0 0 0;
   width: 786.88px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9b33801c852b {
   padding: 0 0 0 16px;
   width: 720px;
   height: 47px;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 1.88px solid #eff2f6ff;
   position: absolute !important;
   left: 64px;
   top: 950px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba559e079d4b {
   position: relative !important;
   width: 784px;
   height: 1053px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_725f4fa83b4f {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(306deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_c6469c58c8bc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_59648712d02a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_773d6fdf97b3 {
   padding: 4px 0 0 0;
   width: 383.99px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_af2f6efebfdb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3ae517b52271 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3ae517b52271 img {
   width: 100%;
   height: 100%;
 }

 .text_9f2bd74860a1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b7632a69bb1c {
   padding: 10px 0 10px 0;
   width: 383.99px;
   height: 41.25px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #697586ff;
   border-right: 0.63px solid #697586ff;
   border-bottom: 0.63px solid #697586ff;
   border-left: 0.63px solid #697586ff;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_a319a6975371 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_a319a6975371 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a319a6975371 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_31a5391fc42b {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #697586;
 }

 .text_564910452c3b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b508b83a71b1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_384246044c28 {
   height: 1px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   background: #697586;
 }

 .container_4d79f4e6566e {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_75970fb77b45 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ecdaf7dfd573 {
   padding: 0 0 6px 0;
   width: 383.99px;
   height: 22px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bcaaaeb2ca30 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bcaaaeb2ca30 {
   overflow: visible;
 }

 .container_f890bc3525d0 {
   padding: 10px 14px 10px 14px;
   width: 383.99px;
   height: 41.25px;
   z-index: 0;
   border-top: 0.63px solid #697586ff;
   border-right: 0.63px solid #697586ff;
   border-bottom: 0.63px solid #697586ff;
   border-left: 0.63px solid #697586ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 10px 10px 10px 10px;
 }

 .container_be49d5592327 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_936cf343e9f6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2315bf1ed49 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_af90a16e4f6c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_38a2960099bd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bdfafeec4b64 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea3b9b4bad21 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a8773dd6666 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 0;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4a8773dd6666 {
   overflow: visible;
 }

 .container_a56eec9e84cd {
   padding: 10px 40px 10px 14px;
   width: 383.99px;
   height: 41.25px;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_a7a8ebedf037 {
   width: 15px;
   height: 15px;
   z-index: 1;
   position: absolute !important;
   left: 357px;
   top: 13.13px;
 }

 .imageview_a7a8ebedf037 img {
   width: 100%;
   height: 100%;
 }

 .container_cad2b9bb00c1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 41.25px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_2c0ad496194e {
   padding: 6px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2a4891fcdd3 {
   padding: 16px 0 0 0;
   width: 383.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1cf35fe7a302 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #697586ff;
   border-right: 0.63px solid #697586ff;
   border-bottom: 0.63px solid #697586ff;
   border-left: 0.63px solid #697586ff;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .text_8ae13d45aa2c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9e042bae508 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b037e603eb71 {
   padding: 16px 0 0 0;
   width: 383.99px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e34e487f2467 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .imageview_82c538407bf1 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_82c538407bf1 img {
   width: 100%;
   height: 100%;
 }

 .container_f6c150c8c68c {
   padding: 10px 0 10px 0;
   width: 383.99px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 10px 10px 10px 10px;
 }

 .container_797420652708 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_797420652708 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_797420652708 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d5b3b87085b {
   padding: 20px 0 0 0;
   width: 383.99px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_604c88daae3d {
   width: 13px;
   height: 13px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_604c88daae3d img {
   width: 100%;
   height: 100%;
 }

 .text_bea463fb70fc {
   width: 363px;
   height: 33px;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_bea463fb70fc {
   overflow: visible;
 }

 .container_60f768f78c06 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ba2085542b0a {
   padding: 20px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #697586ff;
   border-right: 0px solid #697586ff;
   border-bottom: 0px solid #697586ff;
   border-left: 0px solid #697586ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ca0a308c08a4 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b98859c731c9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-b4aaf85799a4_b98859c731c9 {
   line-height: 16px;
   font-family: 'Hanken Grotesk';
 }

 .text-8a12a68d73b8_b98859c731c9 {
   line-height: 16px;
   font-family: 'Hanken Grotesk';
 }

 .container_b9dae123b1ff {
   padding: 24px 0 0 0;
   width: 383.99px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72416e4c2126 {
   width: 383.99px;
   height: fit-content;
   max-width: 384px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_437a0a72d437 {
   padding: 56px 32px 56px 32px;
   width: 816px;
   height: 100%;
   min-height: 0;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_8f6f57b6a207 {
   width: 100%;
   min-width: 0;
   height: 1053px;
   min-height: 1052.5px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #f7f5f1;
 }

 .container_6c2fc966b210 {
   width: 100%;
   min-width: 0;
   height: 1052.5px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_6c2fc966b210 {
   width: 100%;
   min-width: 0;
   height: 1052.5px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_6c2fc966b210 {
   width: 100%;
   min-width: 0;
   height: 1052.5px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_5a208640539c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_8057c58e48d1 {
   width: 227px;
   height: 79px;
   z-index: 0;
   position: absolute !important;
   left: 75px;
   top: 17px;
 }

 .imageview_8057c58e48d1 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a0c67b0c8070 {
   position: absolute !important;
   overflow: visible;
   width: 143px;
   height: 24px;
   z-index: 0;
   left: -340px;
   top: 1072px;
 }

 .container_ae886611e5fe {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: #00a87a;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   opacity: 0.7224439978599548;
 }

 .text_d8d946729fca {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7aecd38223e5 {
   padding: 4px 12px 4px 12px;
   width: 209.25px;
   height: 25.23px;
   z-index: 0;
   border-top: 0.63px solid #00a87a4d;
   border-right: 0.63px solid #00a87a4d;
   border-bottom: 0.63px solid #00a87a4d;
   border-left: 0.63px solid #00a87a4d;
   position: absolute !important;
   left: 0px;
   top: 1.88px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #00a87a0d;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_3b8a6217e43c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 59.11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_32f9b88bdc53 {
   width: fit-content;
   z-index: 0;
   line-height: 77.76px;
   font-family: 'Playfair Display';
 }

 .text-755a8cab9b44_32f9b88bdc53 {
   line-height: 77.76px;
   font-family: 'Hanken Grotesk';
 }

 .text-fb90e535746f_32f9b88bdc53 {
   line-height: 77.76px;
   font-family: 'Hanken Grotesk';
 }

 .text-9c62c3c2bf40_32f9b88bdc53 {
   line-height: 77.76px;
   font-family: 'Hanken Grotesk';
 }

 .container_1869efa70c1d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ac26f4acff22 {
   width: 576px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ac26f4acff22 {
   overflow: visible;
 }

 .container_b56a716bd8ce {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f09a19b39832 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_acf553d72557 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_acf553d72557 img {
   width: 100%;
   height: 100%;
 }

 .container_bf747a401f1d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0076d6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_bf747a401f1d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_bf747a401f1d {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #0076d6;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_de23055518d5 {
   width: 13px;
   height: 13px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_de23055518d5 img {
   width: 100%;
   height: 100%;
 }

 .text_257fcb0ff9ca {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d86d4c49d40b {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_d86d4c49d40b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d86d4c49d40b {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a52a416c54fb {
   padding: 40px 0 0 0;
   width: 768px;
   height: 85.25px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_37fc0fb3ca97 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_37fc0fb3ca97 img {
   width: 100%;
   height: 100%;
 }

 .text_f57ce95fef3a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_831a767b4b09 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0903c2b815fc {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0903c2b815fc img {
   width: 100%;
   height: 100%;
 }

 .text_ba6b03e670bc {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ef06977a5f18 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_98f3d7dd7bc3 {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_98f3d7dd7bc3 img {
   width: 100%;
   height: 100%;
 }

 .text_eb50466053b5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_60bc7312c126 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cc7f46b53213 {
   padding: 40px 0 0 0;
   width: 768px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6b232e96ff79 {
   width: 768px;
   height: fit-content;
   max-width: 768px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a7ee0d69f35 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #00000017;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_911a382dab62 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #00000017;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_86f61a8c08b4 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 0;
   background: #00000017;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_940c2369363b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f12369f3d76d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6db42ccf2e69 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0ff7a29e0903 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c8b21d1c47e4 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #00a87a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_086c2d12637c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   justify-content: flex-end;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_3b6857a816e5 {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   background: #edf1f866;
 }

 .text_42104cf923ca {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c365c6d52677 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 390.41px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_6cc9d003a9d2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 613.03px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7f360fb8994e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 835.65px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_aeec5bbd18c9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1049.01px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b40534b7fedc {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1234.75px;
   top: 9.38px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fc81d73a5ffd {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.31px;
   z-index: 0;
   border-top: 0px solid #00000017;
   border-right: 0px solid #00000017;
   border-left: 0px solid #00000017;
   left: 0px;
   top: 0px;
   background: #edf1f833;
   box-shadow: inset 0 -0.63px 0 0 #00000017;
 }

 .text_c1b790085290 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_24230977a81c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 384.21px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_06007b606656 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 606.83px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_52e58929f7de {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 829.45px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c7aa20b9a68d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1048.01px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7c8b89b68c8a {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e4665d2caf40 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #00a87a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a0bb28331c61 {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 36.31px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_14c2016526b5 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bc8f19d0894d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 391.41px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1cc7c3a260b9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 614.03px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4e67aa807387 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 836.65px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_cb89c1a57524 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1040.81px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_2b6452ed6a36 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5df8fa47e7e9 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #00a87a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_01252bdca25e {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 72.93px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_91f8778ae525 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7b66b4cc97f2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 391.41px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f152b9c18c4d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 614.03px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a995459a4310 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 836.65px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_585cc653ac00 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1048.01px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_6ab64d05be6c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3aafad4224e8 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #00a87a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_dd1d6588eaac {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 109.55px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_41ac3fd7c649 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_c083b2da277c {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 391.41px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_82f25b9bfc21 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 614.03px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_556a9eb779b8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 836.65px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e4dfe12e654e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1040.81px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_10683177b1cc {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_74972d6232cd {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #00a87a1a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b9ee2c111d32 {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 146.17px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_2bfd881e65a3 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_2b84bacff51e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 391.41px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0ef75183e112 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 614.03px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7be6eaccc198 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 836.65px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f7dacb681537 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1050.01px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b5639f4c9e76 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_68da0e40dab6 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #1a52d41a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_0ebbb8f095e6 {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 182.79px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_b3a069cfff4b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_dfe52d60106d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 401.61px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1f6defd3e65e {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 624.23px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_5b3306f730d2 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 846.84px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3c5d3608f181 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1045.81px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a6242678aa37 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6d8871a99090 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #1a52d41a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d66ea347b629 {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 219.41px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_331fb6828994 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bcd280f0a5ef {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 406.81px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9a012da582a9 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 629.42px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0a651755be4d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 852.04px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0a9c5eddeaa1 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1050.01px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_48e1818eab6a {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4ccd503081a3 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #1a52d41a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1be37b6c567c {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 256.04px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .text_868825592e3b {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e7e70e3b54b6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 406.81px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8de15b0a6d1f {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 629.42px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b1e5e4075253 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 852.04px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e63c95beea19 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1050.01px;
   top: 9.69px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_95fa17336d15 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 5px;
   top: 1.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_62f00f8bcef4 {
   position: absolute !important;
   overflow: visible;
   width: 33.6px;
   height: 20.23px;
   z-index: 0;
   left: 1229.15px;
   top: 7.7px;
   background: #f0b1001a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_158b053e9db9 {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 36.62px;
   z-index: 0;
   border-top: 0px solid #0000000d;
   border-right: 0px solid #0000000d;
   border-left: 0px solid #0000000d;
   left: 0px;
   top: 292.66px;
   box-shadow: inset 0 -0.63px 0 0 #0000000d;
 }

 .container_04d383d3c454 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 329.59px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_73193ab8d590 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_be17339c16ae {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3a4cf6abfa07 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_42cd3ac520b4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_593dac725f35 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d1b735208078 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #1a52d41a;
   border-radius: 4px 4px 4px 4px;
 }

 .container_24e1df41c76e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5fd9b9809a46 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #edf1f81a;
 }

 .container_6fb3e287ead5 {
   width: 100%;
   min-width: 0;
   height: 420.04px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
   box-shadow: 0px 25px 50px -12px #00000066;
 }

 .container_8e0f4b2a9f25 {
   padding: 64px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_46e9b0ea8d02 {
   width: 1280px;
   height: 1003.4px;
   max-width: 1280px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 148.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac628ac78155 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 1221.34px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_e15661e178d4 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c641a7de805c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e33ee7c89537 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1646cfb1b7fa {
   padding: 4px 0 0 0;
   width: 296.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e474333b946d {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8f832d8666a4 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c90ee83305b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_129e436fb640 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6e08618a66e3 {
   padding: 4px 0 0 0;
   width: 296.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_061de7d3a9a1 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d576468df565 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7edb0abf510f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1c76aa1007ed {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2f3932bbcf27 {
   padding: 4px 0 0 0;
   width: 296.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ccf4ef0f2a5d {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8581ff7151bf {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aadcc35b5c6e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_78e9eb355c1b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a80d7f76ec2 {
   padding: 4px 0 0 0;
   width: 296.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6c4cfd4fe24b {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f5fccc4854d {
   width: 1280px;
   height: 59.98px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 32px 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2734d94ec920 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_94bde7d2d61c {
   padding: 40px 24px 40px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f84d;
 }

 .text_7626b9a7eacd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1c3fbd6dc4f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8e3b08744b47 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   font-family: 'Playfair Display';
 }

 .text-13dd162dd9b0_8e3b08744b47 {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .text-28c9a3b15a78_8e3b08744b47 {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .container_b89e81458b70 {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f992a71ced29 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_360636f82c93 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ecebf16b80ab {
   width: 252.76px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8957e6c56510 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1df140427213 {
   padding: 16px 0 0 0;
   width: 252.76px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_75b0f35a2904 {
   width: 253px;
   height: 78px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_75b0f35a2904 {
   overflow: visible;
 }

 .container_01cb9d55ee2e {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_510759e0dc47 {
   padding: 24px 24px 24px 24px;
   width: 302px;
   height: 191.23px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_a544b0ea2de3 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px;
   top: 23.99px;
 }

 .imageview_a544b0ea2de3 img {
   width: 100%;
   height: 100%;
 }

 .container_233c0ee21eb8 {
   position: relative !important;
   overflow: visible;
   width: 302px;
   height: 191.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_2c920a44c626 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5413838f398a {
   width: 252.76px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_17581d14e275 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_833de63eef34 {
   padding: 16px 0 0 0;
   width: 252.76px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_55363aa5dfae {
   width: 253px;
   height: 78px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_55363aa5dfae {
   overflow: visible;
 }

 .container_115dbe3b990d {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f0b7ed78a017 {
   padding: 24px 24px 24px 24px;
   width: 302px;
   height: 191.23px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_d36f03b625c4 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px;
   top: 23.99px;
 }

 .imageview_d36f03b625c4 img {
   width: 100%;
   height: 100%;
 }

 .container_25382bb51146 {
   position: relative !important;
   overflow: visible;
   width: 302px;
   height: 191.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_a836e62cacd6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7787434b08a0 {
   width: 252.76px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c4ae4de9a9b3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c6b2cbf706dc {
   padding: 16px 0 0 0;
   width: 252.76px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5354a5b70622 {
   width: 253px;
   height: 78px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5354a5b70622 {
   overflow: visible;
 }

 .container_ae32585b1a2b {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ce13c61c920f {
   padding: 24px 24px 24px 24px;
   width: 302px;
   height: 191.23px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_be3c65e35a87 {
   width: 16px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 298px;
   top: 23.99px;
 }

 .imageview_be3c65e35a87 img {
   width: 100%;
   height: 100%;
 }

 .container_d374a0fb72e6 {
   position: relative !important;
   overflow: visible;
   width: 302px;
   height: 191.23px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_c100dff12fbe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0cbd5426aa5a {
   width: 252.77px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3bf8053b01b8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4213088e21f2 {
   padding: 16px 0 0 0;
   width: 252.77px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_223de8874c77 {
   width: 253px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_223de8874c77 {
   overflow: visible;
 }

 .container_d69885aba4cb {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_56da48501853 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 191.23px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_0686730d72ba {
   height: 191.23px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b714518d2495 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c85339ef954e {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5e8542acdd53 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_088ce73b1797 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7c36a37de740 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_274c6d46ab3d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b3bab99b9b1 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   font-family: 'Playfair Display';
 }

 .text-79b7c2c4ce1d_0b3bab99b9b1 {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .text-c901675b62a9_0b3bab99b9b1 {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .container_dad747e39d0e {
   padding: 12px 0 0 0;
   width: 356.86px;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_87595f2a38e0 {
   width: 356.86px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d9f05c911d69 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_aa51359d8320 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_wrapper_aa51359d8320 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_aa51359d8320 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .text_4b721839de36 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_92736e1a41ed {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_92736e1a41ed {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_92736e1a41ed {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_c70f1e95bc20 {
   width: 252.34px;
   height: 33.24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_c70f1e95bc20 {
   width: 252.34px;
   height: 33.24px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_c70f1e95bc20 {
   width: 252.34px;
   height: 33.24px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_71b3924dae3b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_7fd8b4b01567 {
   width: 11.99px;
   height: 1.99px;
   flex-shrink: 0;
   z-index: 0;
   background: #00a87a;
   border-radius: 4px 4px 4px 4px;
 }

 .text_3a77673d3a20 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0dd25d0f478a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d01370e655b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d020793162c8 {
   width: 11.99px;
   height: 1.99px;
   flex-shrink: 0;
   z-index: 0;
   background: #00000017;
   border-radius: 4px 4px 4px 4px;
 }

 .text_c8ffe71b74fe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7bcde37a06e4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15b14bc236a1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .input_text_fcedb0850b17 {
   width: 1230.76px;
   height: fit-content;
   z-index: 998;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .wrapper_input_text_fcedb0850b17 {
   width: 1230.76px;
   height: fit-content;
 }

 .text_de17ebff0993 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 55.5px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_89f860fe8a62 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 288.2px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_34aaa5bad337 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 518.9px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_fa6913f1511d {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 752.1px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_714a50509a61 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 983.8px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4994098c1d02 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 1212.02px;
   top: 249.81px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0db7893bd50a {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 237.9px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ce1ec5742ee7 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 36px;
   top: 173.9px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bdf2f2ddcb73 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .input_text_537455ee36c1 {
   width: 21px;
   height: 14px;
   z-index: 998;
 }

 .wrapper_input_text_537455ee36c1 {
   position: absolute !important;
   overflow: visible;
   left: 36px;
   top: 109.9px;
   width: 21px;
   height: 14px;
 }

 .input_text_537455ee36c1::placeholder {
   width: 100%;
   z-index: 0;
   line-height: 14.33px;
   text-align: end;
   word-wrap: normal;
   white-space: nowrap;
   color: #697586;
   font-family: 'Hanken Grotesk';
 }

 .text_f9664a77cdac {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 30px;
   top: 1.15px;
   line-height: 14.33px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_f7f376830966 {
   width: 1161px;
   height: 112px;
   z-index: 0;
   position: absolute !important;
   left: 65px;
   top: 133px;
 }

 .imageview_f7f376830966 img {
   position: absolute;
   width: 1161.2px !important;
   height: 112.7px !important;
   max-width: none !important;
   left: -0.1px;
   top: -0.7px;
 }

 .imageview_f7f376830966.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .imageview_77260525ebcf {
   width: 1161px;
   height: 112px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 133px;
 }

 .imageview_77260525ebcf img {
   position: absolute;
   width: 1161.3px !important;
   height: 113.0px !important;
   max-width: none !important;
   left: -0.2px;
   top: -1.0px;
 }

 .imageview_77260525ebcf.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .container_dfbe7a9c7b6a {
   position: absolute !important;
   width: 1231px;
   height: 280px;
   z-index: 0;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_ac112a11a061 {
   padding: 10px 10px 10px 10px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
   opacity: 0;
 }

 .input_text_6a7adddf6148 {
   width: 42px;
   height: 39.25px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .wrapper_input_text_6a7adddf6148 {
   position: absolute !important;
   left: 74.97px;
   top: 10.12px;
   width: 42px;
   height: 39.25px;
 }

 .container_d8d08d002e34 {
   position: relative !important;
   overflow: visible;
   width: 1231px;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_aae4fa5a617e {
   padding: 24px 0 0 0;
   width: 1230.76px;
   height: 304px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ccae9030856 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_4737041e676d {
   padding: 48px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_4737041e676d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_4737041e676d {
   padding: 48px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a023838d29cd {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b6596c6dea57 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_079a19d56744 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f833;
 }

 .text_7f53c2a98f8c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_639c476970ae {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_162e5bbb4fcd {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   font-family: 'Playfair Display';
 }

 .text-374a1ee58fbd_162e5bbb4fcd {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .text-bdd9f0105ec3_162e5bbb4fcd {
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .container_94bfe0bc8073 {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 89px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b9d2e418af25 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1e237465dac6 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1e237465dac6 img {
   width: 100%;
   height: 100%;
 }

 .text_65dacdeb4d05 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_76cdfc41ff7d {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_df46c7cc0c7d {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_df46c7cc0c7d {
   overflow: visible;
 }

 .container_f8732e1d9b56 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1ceaf70d54a0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_993ddc6d9c50 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0d39320cd332 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fdabdbffee4e {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d33d157ede3f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_37f2852dc472 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d91317f7b1de {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7487572e485f {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1ffcbbd2ec90 {
   padding: 16px 0 0 0;
   width: 364.09px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_03eb9c3fab1b {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_642575e9aca8 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_642575e9aca8 img {
   width: 100%;
   height: 100%;
 }

 .text_37a89bc4badd {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_777a2d39f43c {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3afad23c93ad {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3afad23c93ad {
   overflow: visible;
 }

 .container_71227af74074 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b179aac6f35 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f8515f62d83a {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_31f569a23762 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b547376739c6 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_26e230d69687 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eaf389d413e8 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_eaf389d413e8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_eaf389d413e8 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_1f3d83845027 {
   padding: 16px 0 0 0;
   width: 364.09px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_706c451c724a {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 433.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_401f14b01afe {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_401f14b01afe img {
   width: 100%;
   height: 100%;
 }

 .text_fb731fee3a2e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cd7075b9646a {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fa5b3069b424 {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_fa5b3069b424 {
   overflow: visible;
 }

 .container_c6c6d71ad234 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_15b203db2d60 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_20bc49f88561 {
   padding: 2px 8px 2px 8px;
   width: 121px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2040d634370f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6f0419ec7672 {
   padding: 2px 8px 2px 8px;
   width: 91px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 180.4px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_6f0419ec7672 {
   position: absolute !important;
   left: 180.4px;
   top: 0px;
   width: 91px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_6f0419ec7672 {
   padding: 2px 8px 2px 8px;
   width: 91px;
   height: 20px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_58c4be9a1395 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bf9e1a0c661a {
   padding: 2px 8px 2px 8px;
   width: 113px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 25.98px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_bf9e1a0c661a {
   position: absolute !important;
   left: 0px;
   top: 25.98px;
   width: 113px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_bf9e1a0c661a {
   padding: 2px 8px 2px 8px;
   width: 113px;
   height: 20px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8dc1d21fd261 {
   position: relative !important;
   overflow: visible;
   width: 364.09px;
   height: 45.96px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_7e821ec7122b {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6414a78110bd {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 866.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_10895e7591e4 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_10895e7591e4 img {
   width: 100%;
   height: 100%;
 }

 .text_0dd333320ed3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a9d1c3fad0b6 {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_90fc9faee309 {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_90fc9faee309 {
   overflow: visible;
 }

 .container_5c89e12bb4b2 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cd4684a095ec {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6f5d2912ad98 {
   padding: 2px 8px 2px 8px;
   width: 76px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_21c9bf50faef {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4469c4675874 {
   padding: 2px 8px 2px 8px;
   width: 117px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 86.8px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b99c032f07b0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6b2f8617e5eb {
   padding: 2px 8px 2px 8px;
   width: 135px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 25.98px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b034e877e940 {
   position: relative !important;
   overflow: visible;
   width: 364.09px;
   height: 45.96px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_624567d2e997 {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_40df0cb8babc {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 277.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_23811e5df26e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_23811e5df26e img {
   width: 100%;
   height: 100%;
 }

 .text_e767371ba612 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_beb8fb0b6b2c {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41a698d50808 {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_41a698d50808 {
   overflow: visible;
 }

 .container_53467056b5ba {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fce9a524ec87 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6ca67d1f82dc {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_8db67d6d520c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f4331d8b108f {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_ffe034c7f240 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6721cb5f29eb {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_47b0878ef4df {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ebcb29f76504 {
   padding: 2px 8px 2px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d157a8f317e5 {
   padding: 16px 0 0 0;
   width: 364.09px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a2533edc7124 {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 433.33px;
   top: 277.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_af73c0a3372e {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_af73c0a3372e img {
   width: 100%;
   height: 100%;
 }

 .text_d59b37f32b16 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bf0bd33ecef3 {
   padding: 20px 0 0 0;
   width: 364.09px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3521b309c121 {
   width: 365px;
   height: 59px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3521b309c121 {
   overflow: visible;
 }

 .container_54549700f1fc {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1fc06eb0590c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f0172b83788c {
   padding: 2px 8px 2px 8px;
   width: 96px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_89cb3b7d726b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_05d10803fff3 {
   padding: 2px 8px 2px 8px;
   width: 118px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 122.79px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_05d10803fff3 {
   position: absolute !important;
   left: 122.79px;
   top: 0px;
   width: 118px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_05d10803fff3 {
   padding: 2px 8px 2px 8px;
   width: 118px;
   height: 20px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .text_760bdd0e83f4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eef0dd2c1dd1 {
   padding: 2px 8px 2px 8px;
   width: 119px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 25.98px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f8;
   border-radius: 4px 4px 4px 4px;
 }

 .container_61ebb77ab974 {
   position: relative !important;
   overflow: visible;
   width: 364.09px;
   height: 45.96px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_5e105245dd12 {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_30450969d997 {
   padding: 24px 24px 24px 24px;
   width: 413.33px;
   height: 257.69px;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 866.66px;
   top: 277.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_843b668b5ce2 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_243b068d119c {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b67af5cfe7f {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9f4a92470e4 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_91a99582b0e5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b4e1024d1178 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_52ae29a6a22c {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_15cbcf4b0d8d {
   padding: 12px 0 0 0;
   width: 1280px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eff538902de2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a49bf5eeaa52 {
   width: 364.08px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a49bf5eeaa52 img {
   width: 100%;
   height: 100%;
 }

 .text_63a09851f64e {
   width: 365px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_63a09851f64e {
   overflow: visible;
 }

 .container_71f00745cc1d {
   padding: 0 0 24px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_aa86db463a10 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_177cd43c08a6 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a52d433;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_e20ed37f0e9a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bbe14579d6e4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_dd93de14b8b9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_02557c1c4508 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d0d5a553575d {
   width: 270.9px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3016ffc19a41 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_56d7a7a81d56 {
   padding: 24px 24px 24px 24px;
   height: 230.11px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_f15d63b07a17 {
   width: 364.08px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f15d63b07a17 img {
   width: 100%;
   height: 100%;
 }

 .text_ac0bebb92d58 {
   width: 365px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ac0bebb92d58 {
   overflow: visible;
 }

 .container_8f75dcc5bf91 {
   padding: 0 0 24px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f098a402c4c5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ee6fd3104fc8 {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a52d433;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_78b5d906067a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0a08eaa1d9d3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_26acf84f933c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_64d888cb4c68 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b48aa91fdeb {
   width: 251.7px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1cacea35f13d {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_585434ff0f53 {
   padding: 24px 24px 24px 24px;
   height: 230.11px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_9fe8c9ffd6ee {
   width: 364.08px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9fe8c9ffd6ee img {
   width: 100%;
   height: 100%;
 }

 .text_22676f446ceb {
   width: 365px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_22676f446ceb {
   overflow: visible;
 }

 .container_5bc258b2b906 {
   padding: 0 0 24px 0;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e19b2ea66ae6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9a0453d4702a {
   width: 36px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #1a52d433;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_8e864eecc921 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f268adadb87a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1cb8b689c8b3 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_20cd5b4ba30f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e87c849a18e {
   width: 265.04px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c63befae196e {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e54dd9e06f2d {
   padding: 24px 24px 24px 24px;
   height: 230.11px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_b75630b7fe66 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 20px 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_22b199cb0bdb {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e485e0a74cdd {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34490fa2a85d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a5a19774e8a {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f81a;
 }

 .text_d6f3fc8cf81b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_269d1d51d38c {
   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_77f9e03318f6 {
   width: fit-content;
   z-index: 1;
   line-height: 40px;
   font-family: 'Hanken Grotesk';
 }

 .container_a0d105a2cdb4 {
   padding: 12px 0 0 0;
   width: 608px;
   height: 92px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f006360fba9 {
   width: 448px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0f006360fba9 {
   overflow: visible;
 }

 .container_a4672e3fb10b {
   padding: 20px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_da4ca2f5078c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_4888396d0519 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4888396d0519 img {
   width: 100%;
   height: 100%;
 }

 .container_72f180c31682 {
   padding: 32px 0 0 0;
   width: 208.99px;
   height: 52px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ac260dafcece {
   height: 248.22px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cc4c842dca3c {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_49bdaf37a58e {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_49bdaf37a58e {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_49bdaf37a58e {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_ec048ffa885c {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d512803528a {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 206px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_4d512803528a {
   position: absolute !important;
   left: 206px;
   top: 0px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_4d512803528a {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_5a9d07a7fc34 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cc99e39a43a6 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 412px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_cc99e39a43a6 {
   position: absolute !important;
   left: 412px;
   top: 0px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_cc99e39a43a6 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_584a44fa28cc {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_342c1ae16107 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 51.23px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_342c1ae16107 {
   position: absolute !important;
   left: 0px;
   top: 51.23px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_342c1ae16107 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_4cc55a4c2024 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d9f934618bb4 {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 206px;
   top: 51.23px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_d9f934618bb4 {
   position: absolute !important;
   left: 206px;
   top: 51.23px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_d9f934618bb4 {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_10fb2f04319e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7c85f61339c2 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 412px;
   top: 51.23px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_7c85f61339c2 {
   position: absolute !important;
   left: 412px;
   top: 51.23px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_7c85f61339c2 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_f0afb5e783ed {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5640f85ad887 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 102.46px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_5640f85ad887 {
   position: absolute !important;
   left: 0px;
   top: 102.46px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_5640f85ad887 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_c955080ec19b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_808573a2e6e7 {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 206px;
   top: 102.46px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_808573a2e6e7 {
   position: absolute !important;
   left: 206px;
   top: 102.46px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_808573a2e6e7 {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_bdaed19514e4 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_65b3ddcb825f {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 412px;
   top: 102.46px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_65b3ddcb825f {
   position: absolute !important;
   left: 412px;
   top: 102.46px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_65b3ddcb825f {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_a27d39665be2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4a7eb8f8c55d {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 0px;
   top: 153.69px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_4a7eb8f8c55d {
   position: absolute !important;
   left: 0px;
   top: 153.69px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_4a7eb8f8c55d {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_141d70f154d2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_817756e46f5f {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 206px;
   top: 153.69px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_817756e46f5f {
   position: absolute !important;
   left: 206px;
   top: 153.69px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_817756e46f5f {
   padding: 12px 12px 12px 12px;
   width: 196.01px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_c575927d875d {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_13b11a192b30 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   position: absolute !important;
   left: 412px;
   top: 153.69px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_13b11a192b30 {
   position: absolute !important;
   left: 412px;
   top: 153.69px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_13b11a192b30 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_e973f7753869 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_30ea08947805 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px dashed #00000017;
   border-right: 0.63px dashed #00000017;
   border-bottom: 0.63px dashed #00000017;
   border-left: 0.63px dashed #00000017;
   position: absolute !important;
   left: 0px;
   top: 204.92px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_30ea08947805 {
   position: absolute !important;
   left: 0px;
   top: 204.92px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
 }

 .container_nested_30ea08947805 {
   padding: 12px 12px 12px 12px;
   width: 196px;
   height: 41.23px;
   z-index: 1;
   border-top: 0.63px dashed #00000017;
   border-right: 0.63px dashed #00000017;
   border-bottom: 0.63px dashed #00000017;
   border-left: 0.63px dashed #00000017;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_adfa6b343f17 {
   position: relative !important;
   overflow: visible;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_b88720aca5df {
   width: 1280px;
   height: 248.22px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_67ef8e73cdf4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4c600670f37 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_440b3013a115 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dd214f0c9f30 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83e2583c1bb5 {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d5014f02f292 {
   padding: 12px 0 0 0;
   width: 671.99px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_84337b5ba216 {
   width: 671.99px;
   height: fit-content;
   max-width: 672px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_972b60b7a925 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_68910bfdc4b7 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
 }

 .imageview_68910bfdc4b7 img {
   position: absolute;
   width: 263.8px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_68910bfdc4b7.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_3983d4c0ca4a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_18904f79a66f {
   padding: 16px 0 0 0;
   width: 263.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_72f3f09c1935 {
   width: 264px;
   height: 39px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_72f3f09c1935 {
   overflow: visible;
 }

 .container_1593e31db7c4 {
   padding: 8px 0 0 0;
   width: 263.75px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34c5a1980d81 {
   padding: 20px 20px 20px 20px;
   height: 164.25px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_723a9a0131c5 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
 }

 .imageview_723a9a0131c5 img {
   position: absolute;
   width: 263.8px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_723a9a0131c5.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_de1e4f00348d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d9c162be3a35 {
   padding: 16px 0 0 0;
   width: 263.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8e0be854cbd {
   width: 264px;
   height: 39px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f8e0be854cbd {
   overflow: visible;
 }

 .container_6395acd5a3ff {
   padding: 8px 0 0 0;
   width: 263.75px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4343faab20a9 {
   padding: 20px 20px 20px 20px;
   height: 164.25px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_118fbb06177b {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
 }

 .imageview_118fbb06177b img {
   position: absolute;
   width: 263.8px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_118fbb06177b.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_2d59e2237d77 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2750ecd239d6 {
   padding: 16px 0 0 0;
   width: 263.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_423819c18980 {
   width: 264px;
   height: 39px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_423819c18980 {
   overflow: visible;
 }

 .container_3a6078bf038a {
   padding: 8px 0 0 0;
   width: 263.75px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1eafb16a91a9 {
   padding: 20px 20px 20px 20px;
   height: 164.25px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_3ff80408b355 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 0;
 }

 .imageview_3ff80408b355 img {
   position: absolute;
   width: 263.8px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

 .imageview_3ff80408b355.wp-block-image {
   position: relative;
   overflow: visible;
 }

 .text_088d1dffa187 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0664e64ac59f {
   padding: 16px 0 0 0;
   width: 263.75px;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_90cf1939a3a7 {
   width: 264px;
   height: 39px;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_90cf1939a3a7 {
   overflow: visible;
 }

 .container_f18292bf135e {
   padding: 8px 0 0 0;
   width: 263.75px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0a8954368309 {
   padding: 20px 20px 20px 20px;
   height: 164.25px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_a5b0a0cdcc2b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 20px 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_daafd50455cf {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34170c517fec {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cd14ecd3811 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bd59644b693d {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #edf1f833;
 }

 .text_20a15e078eee {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_370bf51d9d9f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5efee22cdacf {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b430a54d2a0a {
   padding: 12px 0 0 0;
   width: 768px;
   height: 48px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7fda808265ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_94a263abdcb5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_eb3653f8e241 {
   padding: 0 16px 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b5af7ad8b4f1 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b5af7ad8b4f1 img {
   width: 100%;
   height: 100%;
 }

 .container_654934c4a807 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_20437be3bf0d {
   width: 100%;
   min-width: 0;
   height: 53.24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_e6b2fdf8479d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4c8b067e2eb6 {
   padding: 0 16px 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_a825f83a0387 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a825f83a0387 img {
   width: 100%;
   height: 100%;
 }

 .container_8558d9b3724a {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b9c043cc1f46 {
   width: 100%;
   min-width: 0;
   height: 53.24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_c29ee828c4bf {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ea90e32254f7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e436f1ac2497 {
   padding: 0 16px 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4eaad8710f5f {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4eaad8710f5f img {
   width: 100%;
   height: 100%;
 }

 .container_bea79be5cb16 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5ff71a90ea18 {
   width: 100%;
   min-width: 0;
   height: 53.24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_e3d7515f6800 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_088f09526443 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3cf174c10f12 {
   padding: 0 16px 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_22d33d3dc444 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_22d33d3dc444 img {
   width: 100%;
   height: 100%;
 }

 .container_4bbfc373d485 {
   padding: 16px 20px 16px 20px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_97a5718a0962 {
   width: 100%;
   min-width: 0;
   height: 53.24px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_a6de92cb805c {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bad7c7c8dfbd {
   padding: 48px 0 0 0;
   width: 768px;
   height: 284.97px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e186987b8e00 {
   width: 768px;
   height: fit-content;
   max-width: 768px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5de4333b86b8 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: 541px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e302d1539f22 {
   width: 1600px;
   height: 582px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0.25px;
   background: #1a52d40a;
 }

 .container_cc05583e932e {
   width: 500px;
   height: 300px;
   z-index: 1;
   position: absolute !important;
   left: 646.88px;
   top: 141.22px;
   background: #1a52d412;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   filter: blur(100px);
 }

 .text_b2fb5a9fa34c {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5901ee3d415 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a53d8a389be {
   width: fit-content;
   z-index: 2;
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

 .container_f89959045e94 {
   padding: 16px 0 0 0;
   width: 768px;
   height: 136px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_afb8f7bf4109 {
   width: 512px;
   height: 40px;
   z-index: 2;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_afb8f7bf4109 {
   overflow: visible;
 }

 .container_9b8dd838b5e1 {
   padding: 20px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7c324c06b63 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_2595a4154a82 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_2595a4154a82 img {
   width: 100%;
   height: 100%;
 }

 .container_9ee71f0dfd21 {
   padding: 14px 32px 14px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_9ee71f0dfd21 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_9ee71f0dfd21 {
   padding: 14px 32px 14px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #121d9d;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b7bce2d71ba2 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f6db1bbd47a9 {
   padding: 14px 32px 14px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_f6db1bbd47a9 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_f6db1bbd47a9 {
   padding: 14px 32px 14px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #00000017;
   border-right: 0.63px solid #00000017;
   border-bottom: 0.63px solid #00000017;
   border-left: 0.63px solid #00000017;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_e32ec9eac4a8 {
   padding: 40px 0 0 0;
   width: 768px;
   height: 89.25px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_413ad5e7005f {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_413ad5e7005f img {
   width: 100%;
   height: 100%;
 }

 .text_377f3f2dcfa2 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0ab7607139e4 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_254e51bed849 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_254e51bed849 img {
   width: 100%;
   height: 100%;
 }

 .text_29bd74cf37cb {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f83946938c0d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_12b3691ac931 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_12b3691ac931 img {
   width: 100%;
   height: 100%;
 }

 .text_d9522128f9f0 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d82f263ca5af {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_312096839a7b {
   padding: 40px 0 0 0;
   width: 768px;
   height: 56px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3e447ca02ff9 {
   width: 768px;
   height: 357.25px;
   max-width: 768px;
   z-index: 2;
   position: absolute !important;
   left: 416px;
   top: 112.62px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c3b5c6cb07d {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 581.82px;
   flex-shrink: 0;
   z-index: 0;
   border-right: 0px solid #00000017;
   border-bottom: 0px solid #00000017;
   border-left: 0px solid #00000017;
   overflow-x: hidden;
   overflow-y: hidden;
   box-shadow: inset 0 0.63px 0 0 #00000017;
 }

 .container_04b3d75c69c6 {
   width: 1600px;
   height: 6215px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f9fc;
 }

 .container_wrapper_04b3d75c69c6 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1600px;
   height: 6215px;
   min-height: 1052.5px;
   z-index: 0;
 }

 .container_nested_04b3d75c69c6 {
   width: 1600px;
   height: 6215px;
   min-height: 1052.5px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f9fc;
 }

 .container_68bf1209908d {
   width: 196px;
   height: 50px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_c42375e0ff09 {
   width: 196px;
   height: 22px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_c42375e0ff09 {
   overflow: visible;
 }

 .container_18199b1185b0 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 1;
   left: -22px;
   top: 0px;
 }

 .container_3ae662d3a383 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 1;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_3ae662d3a383 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_3ae662d3a383 {
   width: 174px;
   height: 50px;
   z-index: 1;
 }

 .text_c5bee1c76185 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_7eaf3455e695 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_03b5fd352f92 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4c28f9ab3142 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e1ac3f123500 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_d561fdc4a958 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f6c8f3881466 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e3a803fac110 {
   width: 675px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_e3a803fac110 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 1;
 }

 .container_nested_e3a803fac110 {
   width: 675px;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0b4706af280d {
   width: 137px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_0b4706af280d img {
   width: 100%;
   height: 100%;
 }

 .container_6ac637c8f5e0 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 1;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_6ac637c8f5e0 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_nested_6ac637c8f5e0 {
   width: 1555px;
   height: 50px;
   z-index: 1;
 }

 .container_00b8facf6576 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 6360px;
   background: #f5f7f9;
 }

 .text_fc6c00d0091c {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_c4ea740039cf {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f5c73ae6c628 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_55f721039ec7 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_2b23edc9f00b {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_2d526a531d65 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_2d526a531d65 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_2d526a531d65 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_4ee191c4ead9 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_586f3b0d25c2 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_51b7f5098f8e {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_51b7f5098f8e {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_51b7f5098f8e {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_a730edae1617 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_49cefe6fed29 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_f180d6111275 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_c37bfbd14de6 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_18122467763e {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_041e06919cba {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_041e06919cba {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_041e06919cba {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_306c91db0d37 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_cb67183d598c {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_4d046cac9a2e {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_575b89ef3f03 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_237c69fe244d {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 6592px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_237c69fe244d {
   position: absolute !important;
   left: 160px;
   top: 6592px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_237c69fe244d {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b62615038f98 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 7080px;
 }

 .imageview_b62615038f98 img {
   width: 100%;
   height: 100%;
 }

 .imageview_606745458d8b {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 7082px;
 }

 .imageview_606745458d8b img {
   width: 100%;
   height: 100%;
 }

 .text_859e9934844d {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 7077px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_859e9934844d {
   overflow: visible;
 }

 .text_99116e2dbc8c {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 7077px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_99116e2dbc8c {
   overflow: visible;
 }

 .container_5ade5fb33a77 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_89f9887846c2 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_dda2b581dfad {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_72a0bf852b7c {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_926b6c30795d {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_46680e2fc628 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_866c601334f3 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_866c601334f3 img {
   width: 100%;
   height: 100%;
 }

 .container_8a6dbd111ae5 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_d610cf967a7b {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_e9fd2fa69b29 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_e9fd2fa69b29 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_e9fd2fa69b29 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_1b8fc0a12825 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a0b1fc08f7dc {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 6115px;
 }

 .viewport_db4ead6bbab7 {
   width: 1600px;
   height: 7154px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_72f840ae34b4 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_469562288889 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_469562288889 {
   overflow: visible;
 }

 .container_2ed5adda95b3 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_a605a4668e16 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_a605a4668e16 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_a605a4668e16 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_7dacbcf92eff {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_ca01d6aa6f33 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f5ae799a5c10 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9254578018cb {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0c56f6fd6224 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_27d0d2a4f504 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_5581017241e2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6fa861797952 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_6fa861797952 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_6fa861797952 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e82c66ad6976 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_e82c66ad6976 img {
   width: 100%;
   height: 100%;
 }

 .container_b875140e28a9 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_b875140e28a9 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_b875140e28a9 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .text_b344559dfb19 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(333deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_86fca17a3037 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e90260671b5f {
   width: 849px;
   height: 448px;
   z-index: 0;
   line-height: 112px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e90260671b5f {
   overflow: visible;
 }

 .text-dec17219f0eb_e90260671b5f {
   line-height: 112px;
   font-family: 'Hanken Grotesk';
 }

 .text-083bf688b3ee_e90260671b5f {
   line-height: 112px;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_5b5abc094df0 {
   padding: 24px 0 0 0;
   width: 848.02px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f91046d8977d {
   width: 576px;
   height: 59px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f91046d8977d {
   overflow: visible;
 }

 .container_e7e315a28b9c {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c238dc5b147 {
   height: 578.47px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_345c92dbe684 {
   width: 100%;
   min-width: 0;
   height: 380px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_345c92dbe684 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_395df8da7a3d {
   height: 380px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_50d7687c8ccf {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .text_aa3d719ab667 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_28d23a805e95 {
   width: 259.27px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_caee6044d932 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_89a715af474a {
   padding: 4px 0 0 0;
   width: 259.27px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_76a149f51b38 {
   padding: 32px 24px 32px 24px;
   height: 135.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_4f8092c053ce {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b78feaf3bee7 {
   width: 259.27px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a4bad32db2b0 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bf57c3913810 {
   padding: 4px 0 0 0;
   width: 259.27px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_858a963336b5 {
   padding: 32px 24px 32px 24px;
   height: 135.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_922c9d490e4f {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_99c056a7ba8e {
   width: 259.27px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_753d602ce6ff {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1a85aaec791a {
   padding: 4px 0 0 0;
   width: 259.27px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_59a0c3be53fc {
   padding: 32px 24px 32px 24px;
   height: 135.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_5a2c14d02d25 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_691958e76b92 {
   width: 259.27px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_31ab7269da00 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8302a8d11624 {
   padding: 4px 0 0 0;
   width: 259.27px;
   height: 24px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3e130297ebdb {
   padding: 32px 24px 32px 24px;
   height: 135.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_7590b0af86d9 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 1px 1px;
   display: flex !important;
   flex-direction: row;
   background: #0f15201a;
 }

 .container_8b20e2f14ae1 {
   padding: 80px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_743e17f2068a {
   padding: 128px 24px 96px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f9934b27d794 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f857e2d8377 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(317deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d6e88abf9cbc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b5a84a9ab0f8 {
   width: fit-content;
   z-index: 0;
   line-height: 70px;
   font-family: 'Hanken Grotesk';
 }

 .container_19bbdef79960 {
   padding: 16px 0 0 0;
   width: 584px;
   height: 226px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e1c8bd0d966 {
   width: 585px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5e1c8bd0d966 {
   overflow: visible;
 }

 .container_57023774ceed {
   padding: 24px 0 0 0;
   width: 584px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b3650b6e9424 {
   width: 585px;
   height: 78px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b3650b6e9424 {
   overflow: visible;
 }

 .container_91deccd5ba9e {
   padding: 24px 0 0 0;
   width: 584px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_100eec47c6ee {
   height: 455.63px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f758d84ee32c {
   width: 100%;
   min-width: 0;
   height: 420px;
   flex-shrink: 0;
   z-index: 0;
   border-radius: 6px 6px 6px 6px;
 }

 .imageview_f758d84ee32c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_668a0b0a773c {
   height: 420px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f6085a49bd3 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c249add3ad1d {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_041c8b421fdf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_69885f5a9ab1 {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_482258b3431e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(310deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d6c96eabc38d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c12870ab65a {
   width: fit-content;
   z-index: 0;
   line-height: 52.8px;
   font-family: 'Hanken Grotesk';
 }

 .container_99515d296d4f {
   padding: 16px 0 0 0;
   width: 473.41px;
   height: 122px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_06ce3ba9f72c {
   width: 473.41px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_823d68ff2312 {
   width: 384px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_823d68ff2312 {
   overflow: visible;
 }

 .container_188bd7381500 {
   width: fit-content;
   height: fit-content;
   max-width: 384px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4b4c7cac0cfb {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_efa867a971b7 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_efa867a971b7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_f505f70b3972 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_050c87147322 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_da5e878c9c27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ec98d25ed956 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(319deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b704fb1fcb99 {
   padding: 2px 0 0 0;
   width: 172.5px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_67bb67024e10 {
   width: 172.5px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_188463f0b90f {
   width: 362.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_a831796b62b6 {
   width: 363px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a831796b62b6 {
   overflow: visible;
 }

 .container_eeca9188da18 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9aa77d797c64 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c629b8d5914d {
   width: 410px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_77eb6c6ff7e8 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_77eb6c6ff7e8 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_c8daa04bf2e7 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_b0dc7d49b6bd {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ade728c8d97 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0ed4a30ad4f5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ae7993fcea07 {
   padding: 2px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff3c3c5e0f88 {
   width: 180px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_21f27a1b9a64 {
   width: 362.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5e53b9479bac {
   width: 363px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5e53b9479bac {
   overflow: visible;
 }

 .container_cd3475129954 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f1e5840a74b4 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb4907111321 {
   width: 410.01px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 411px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_082ffe904e19 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_082ffe904e19 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_ee0804baeffc {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_3ae5b7326f37 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_343dfe14a71c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_27035891ba01 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_224a44fba001 {
   padding: 2px 0 0 0;
   width: 111.7px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14b3d5b05506 {
   width: 111.7px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a25a4d0b8bd3 {
   width: 362.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_de6b4bf61d79 {
   width: 363px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_de6b4bf61d79 {
   overflow: visible;
 }

 .container_4e8fa16ec13c {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11162b3d4d8a {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3526e8c7c05c {
   width: 410.01px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 822.01px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_a45f617d77b0 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a45f617d77b0 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e98d1517d7fa {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_5811613484a3 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2a27ad529079 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a73bfcd2fce1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(315deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_691a7dc399c2 {
   padding: 2px 0 0 0;
   width: 142.5px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec53f2f43fed {
   width: 142.5px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ca29a2db6f31 {
   width: 362.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_3291cd8b1bf0 {
   width: 363px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3291cd8b1bf0 {
   overflow: visible;
 }

 .container_d11db9171d22 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6e5aa8e07ffa {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_490d0dc4502f {
   width: 410px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 451.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_f04242f14459 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f04242f14459 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_e28dd920e6dc {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_8c1e17773418 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2b94ae81ee64 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_485b5902a144 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_5405b5e5609e {
   padding: 2px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9448eea8abf2 {
   width: 165px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ab043edb2571 {
   width: 362.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_82a92c4980a2 {
   width: 363px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_82a92c4980a2 {
   overflow: visible;
 }

 .container_9030f4514725 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_75caf20e8ab2 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a09c396c5c9 {
   width: 410.01px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 411px;
   top: 451.85px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_438c4318083b {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_438c4318083b img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_3f0a2e4219a3 {
   width: 100%;
   min-width: 0;
   height: 280px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_6ad02ecd7c21 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3bbd571a2d47 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_74ba94b98756 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(309deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7a9836a3ed4d {
   padding: 2px 0 0 0;
   width: 100%;
   min-width: 0;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_710d2cecfbcc {
   width: 105px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_91132175f2ce {
   width: 362.02px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_ca48517b4ab8 {
   width: 363px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ca48517b4ab8 {
   overflow: visible;
 }

 .container_51ec6dfc0b09 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_04e73eeed14c {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_baa28c3ce19d {
   width: 410.01px;
   height: 450.85px;
   z-index: 0;
   position: absolute !important;
   left: 822.01px;
   top: 451.85px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_c48ff2bd9672 {
   position: relative !important;
   overflow: visible;
   width: 1232.01px;
   height: 902.7px;
   flex-shrink: 0;
   z-index: 0;
   background: #0f15201a;
 }

 .container_1a613deec9d3 {
   padding: 64px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1a84825d849c {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8011dec03df2 {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1e3c3d503ced {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(325deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_70dba3c48768 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_91fa518e41f1 {
   width: fit-content;
   z-index: 0;
   line-height: 52.8px;
   font-family: 'Hanken Grotesk';
 }

 .container_286d3b162c18 {
   padding: 16px 0 0 0;
   width: 1232.01px;
   height: 122px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8f65991c429 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5c437917f2bb {
   width: 551.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_873848810378 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_31c56c308a40 {
   padding: 16px 0 0 0;
   width: 551.52px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d94d543bbff8 {
   width: 552px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d94d543bbff8 {
   overflow: visible;
 }

 .container_92b3476c4bc9 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a3517752f77 {
   padding: 32px 32px 32px 32px;
   width: 615.51px;
   height: 219.94px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_68e6d301af9a {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_677f89459b56 {
   width: 551.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b8689f5a852a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_085bc90c5549 {
   padding: 16px 0 0 0;
   width: 551.52px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3546c040cff4 {
   width: 552px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3546c040cff4 {
   overflow: visible;
 }

 .container_1ef5ea1a9b91 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8e3f4b651408 {
   padding: 32px 32px 32px 32px;
   width: 615.51px;
   height: 219.94px;
   z-index: 0;
   position: absolute !important;
   left: 616.51px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_2f219387493f {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6489ff40739d {
   width: 551.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6e1f9d178a2a {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_971e772f43a2 {
   padding: 16px 0 0 0;
   width: 551.52px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ccd788830725 {
   width: 552px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ccd788830725 {
   overflow: visible;
 }

 .container_f2e2a090fa79 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4c2fb2e6d813 {
   padding: 32px 32px 32px 32px;
   width: 615.51px;
   height: 219.94px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 220.94px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_4da13b81e9c8 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_76b75a0281b7 {
   width: 551.52px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a645e07c941b {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_efe0b8ca5b86 {
   padding: 16px 0 0 0;
   width: 551.52px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8763aad5dd9f {
   width: 552px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8763aad5dd9f {
   overflow: visible;
 }

 .container_e9b76df8fddb {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3f20c82fda25 {
   padding: 32px 32px 32px 32px;
   width: 615.51px;
   height: 219.94px;
   z-index: 0;
   position: absolute !important;
   left: 616.51px;
   top: 220.94px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_962cf5d76851 {
   position: relative !important;
   overflow: visible;
   width: 1232.01px;
   height: 440.88px;
   flex-shrink: 0;
   z-index: 0;
   background: #0f15201a;
 }

 .container_080969a525fc {
   padding: 64px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77efb9571f23 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_78f30982dd1b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4ea736aedf6d {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_96c05c0d6f7f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(313deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_711eb263eb28 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5f359350a5e8 {
   width: fit-content;
   z-index: 0;
   line-height: 52.8px;
   font-family: 'Hanken Grotesk';
 }

 .container_292beda3f2b1 {
   padding: 16px 0 0 0;
   width: 389.34px;
   height: 175px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1a57c2f23747 {
   width: 390px;
   height: 78px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1a57c2f23747 {
   overflow: visible;
 }

 .container_d214a64febe5 {
   padding: 24px 0 0 0;
   width: 389.34px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7df448e75c2 {
   height: 292.32px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1eb7823dd29c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_be035f7ceff2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_23e4005a53b2 {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_76e4f881738d {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_16e11310fa7f {
   width: 746.06px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a11b62bdbbd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_29f01eef35ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b5f7d0cf253 {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f0280214e77f {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_28de8cf7dca6 {
   padding: 48px 0 0 0;
   width: 746.06px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8cc2e6528fc1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_4a3e7d8d6239 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3d3a47ef629 {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87530f163910 {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1551efef8643 {
   padding: 48px 0 0 0;
   width: 746.06px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b8afff5acd0d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_1d47f9770715 {
   width: 746.06px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_815999241de8 {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4de8625dd8a4 {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3572ced52913 {
   width: 11.99px;
   height: 11.99px;
   z-index: 0;
   border-top: 1.88px solid #0f15201a;
   border-right: 1.88px solid #0f15201a;
   border-bottom: 1.88px solid #0f15201a;
   border-left: 1.88px solid #0f15201a;
   position: absolute !important;
   left: -33.99px;
   top: 51.99px;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_4716a21f85b6 {
   position: relative !important;
   overflow: visible;
   width: 746.06px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_e7ac44dcefec {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f5ddc8d8f7c6 {
   width: 746.06px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_245bef592364 {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6609a55c5836 {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eef98a0c0c83 {
   width: 11.99px;
   height: 11.99px;
   z-index: 0;
   border-top: 1.88px solid #0f15201a;
   border-right: 1.88px solid #0f15201a;
   border-bottom: 1.88px solid #0f15201a;
   border-left: 1.88px solid #0f15201a;
   position: absolute !important;
   left: -33.99px;
   top: 51.99px;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_5c410c6f1c92 {
   position: relative !important;
   overflow: visible;
   width: 746.06px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_4f299b9b4b79 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_e6a6987f7f85 {
   width: 746.06px;
   height: 16px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_19c7f948881d {
   width: fit-content;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3288fc49106f {
   padding: 8px 0 0 0;
   width: 746.06px;
   height: 38px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 64px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_71037ae201ca {
   width: 11.99px;
   height: 11.99px;
   z-index: 0;
   border-top: 1.88px solid #0f15201a;
   border-right: 1.88px solid #0f15201a;
   border-bottom: 1.88px solid #0f15201a;
   border-left: 1.88px solid #0f15201a;
   position: absolute !important;
   left: -33.99px;
   top: 51.99px;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_5914381495d4 {
   position: relative !important;
   overflow: visible;
   width: 746.06px;
   height: 102px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_af9f6d0a2725 {
   padding: 0 0 0 32px;
   height: 559.38px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0f15201a;
   border-right: 0px solid #0f15201a;
   border-bottom: 0px solid #0f15201a;
   border-left: 0.63px solid #0f15201a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cabad57dc26c {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b7dc3b24b89c {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b268f84e0ce0 {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1bda8a33f709 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_39589d7d4b24 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b2c115d30b62 {
   width: 593px;
   height: 210px;
   z-index: 0;
   line-height: 70px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b2c115d30b62 {
   overflow: visible;
 }

 .container_c05206aeb54b {
   padding: 16px 0 0 0;
   width: 592px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6636e92fde33 {
   height: 311.95px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7832e51419a3 {
   width: 593px;
   height: 59px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7832e51419a3 {
   overflow: visible;
 }

 .container_0d4df650f83d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_51391641c894 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(305deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_56f161b419ec {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_56f161b419ec img {
   width: 100%;
   height: 100%;
 }

 .container_8825e6864767 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_8825e6864767 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_8825e6864767 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .text_33446ad7e9de {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45adb79f1c34 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #ffffff4d;
   border-right: 0.63px solid #ffffff4d;
   border-bottom: 0.63px solid #ffffff4d;
   border-left: 0.63px solid #ffffff4d;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_45adb79f1c34 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_45adb79f1c34 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #ffffff4d;
   border-right: 0.63px solid #ffffff4d;
   border-bottom: 0.63px solid #ffffff4d;
   border-left: 0.63px solid #ffffff4d;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_e7fd390c5893 {
   padding: 32px 0 0 0;
   width: 592.01px;
   height: 81.23px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_19a260655d6c {
   height: 139.7px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c637b96cecd {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bbee965c0f12 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c90ee0e7a864 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_18ffca4abe5c {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(294deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_6cba23cd2842 {
   width: 1600px;
   height: 5201px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 136px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_2cb09c9e4832 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5662px;
   background: #f5f7f9;
 }

 .text_7e999d065c5d {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_0e74b544c579 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_30cb3258a1f0 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_30cb3258a1f0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_30cb3258a1f0 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_609c11ad9649 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_b1008ffcf1ed {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_bb29f6ec9c2f {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_bb29f6ec9c2f {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_bb29f6ec9c2f {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_4168fed077b2 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_2aacfe1a32ca {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_d8b320fd40e1 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_d8b320fd40e1 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_d8b320fd40e1 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_56555a17e63e {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_81400994d3c3 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_d361aea81337 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_0a7829bce15f {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_cb431b9c5b45 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_451bb1d19591 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_451bb1d19591 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_451bb1d19591 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_68a6fc79ac3d {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ed1625f82557 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_598d12ce4c3c {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_b4033c6053f1 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_4181c82f28b2 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5894px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_4181c82f28b2 {
   position: absolute !important;
   left: 160px;
   top: 5894px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_4181c82f28b2 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6544ab107d3a {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 6382px;
 }

 .imageview_6544ab107d3a img {
   width: 100%;
   height: 100%;
 }

 .imageview_e17862c777b3 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 6384px;
 }

 .imageview_e17862c777b3 img {
   width: 100%;
   height: 100%;
 }

 .text_04420d4df322 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 6379px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_04420d4df322 {
   overflow: visible;
 }

 .text_c05ccf3cc5aa {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 6379px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c05ccf3cc5aa {
   overflow: visible;
 }

 .container_dabf8ec38284 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_ab1e105d604b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_251b73c6ea86 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_51f6114ee3cf {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_27077c7975f2 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_1907b5b06486 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_4fea5e014d93 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_4fea5e014d93 img {
   width: 100%;
   height: 100%;
 }

 .container_640b31d4310e {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8688f5e5037d {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_03eb163a7c26 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_03eb163a7c26 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_03eb163a7c26 {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_444c1617a7a7 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da1ad479e4b4 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 5417px;
 }

 .viewport_4f5d627310f0 {
   width: 1600px;
   height: 6431px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .text_b5b359fcd90a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_51582fe8343a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58579fabd1cf {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2518a51610c5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0daddf2f2f71 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_b52e0679a652 {
   width: fit-content;
   z-index: 0;
   line-height: 136px;
   font-family: 'Hanken Grotesk';
 }

 .text-31196943489a_b52e0679a652 {
   line-height: 136px;
   font-family: 'Hanken Grotesk';
 }

 .text-842ddddaa6be_b52e0679a652 {
   line-height: 136px;
   font-family: 'Hanken Grotesk';
 }

 .text-c91f74db2bfc_b52e0679a652 {
   line-height: 136px;
   background: linear-gradient(280deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3a51074a7782 {
   padding: 32px 0 0 0;
   width: 1232.01px;
   height: 440px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_2f57a0040694 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2f57a0040694 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_1589f232f5a7 {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f62b812f3684 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f62b812f3684 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_86c13bafa4ee {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bed71e9f9777 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bed71e9f9777 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b33e9d0c29d6 {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f27a97c8125e {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f27a97c8125e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d1b267d185da {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4b4f52c9c608 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4b4f52c9c608 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5a5d56ac3ac3 {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3b586a438bc5 {
   width: 100%;
   min-width: 0;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3b586a438bc5 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_05a7e10ff4ab {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ff675699678 {
   width: fit-content;
   z-index: 0;
   line-height: 15px;
   font-family: 'Hanken Grotesk';
 }

 .container_6a1bc599ff56 {
   padding: 0 12px 0 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cf32f928a17 {
   width: 120px;
   height: 160px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(276deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_0920f28c86a9 {
   padding: 40px 0 0 0;
   width: 1232.01px;
   height: 200px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d20457fd89f8 {
   padding: 64px 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d478a0682030 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_449890dc7557 {
   width: 100%;
   min-width: 0;
   height: 849px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d13a8608d98 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_2782f85b7ad6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe752f94e297 {
   width: 664.39px;
   height: 1px;
   z-index: 0;
   background: #eff2f6;
 }

 .container_15e0d4c46a19 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b565f7dc6645 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_53cfefaa02df {
   padding: 40px 0 0 0;
   width: 751.38px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_948ac15b1709 {
   width: fit-content;
   z-index: 0;
   line-height: 80px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1fb5210fe207 {
   padding: 12px 0 0 0;
   width: 751.38px;
   height: 92px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ee67435a109d {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cca66c960519 {
   padding: 32px 0 0 0;
   width: 751.38px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fe751b4149c1 {
   width: 677px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 27.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_cb3482d78f59 {
   padding: 24px 0 0 0;
   width: 751px;
   height: 84px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_55dabd767b6a {
   width: 512px;
   height: 104px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_55dabd767b6a {
   overflow: visible;
 }

 .container_45643c8127f6 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d8a05393a927 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e729b1ec559c {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_006fdbec14d2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e817f9d25ed6 {
   height: 16.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e016617a3ad9 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_89f5d71103a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f48eff674771 {
   height: 16.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba03552eb334 {
   width: fit-content;
   z-index: 0;
   line-height: 16.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8e5901b7c73a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d352baa32b66 {
   height: 16.49px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a937a77b6d19 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_04f0873e2926 {
   padding: 40px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c088b5c8591f {
   padding: 64px 24px 64px 24px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8331650a037f {
   width: 100%;
   min-width: 0;
   height: 659px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8331650a037f img {
   width: 100%;
   height: 100%;
   object-fit: fill;
 }

 .container_54c7094b1b04 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
 }

 .container_1872ef109a5a {
   width: 1280px;
   height: 658.51px;
   min-height: 600px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_39e55f8a9ab3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_286e0ccec6ed {
   width: 100%;
   min-width: 0;
   height: 727px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8da0fe0dad0c {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7cae95b79bd7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f6405635354d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5e75a6f08e0c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a16d8d8d44ac {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8d938067040d {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8d938067040d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_a0c54de4360e {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 6px 6px 6px 6px;
 }

 .text_3671180dcf00 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0473d4924430 {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_0473d4924430 {
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_0473d4924430 {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a88b9aab1214 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_09692913184f {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d38f8b38578 {
   width: fit-content;
   z-index: 0;
   line-height: 25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9ee534e3f63b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_113bd6827fbe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e8e6ba47ea73 {
   padding: 4px 0 0 0;
   width: 378.04px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b802ae4dc6f {
   padding: 24px 0 0 0;
   width: 378.04px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab5a1191cabd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_65166645c892 {
   padding: 12px 0 0 0;
   width: 378.04px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d161bf8dbc4 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 220px;
   min-height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea92c55e2892 {
   width: 426.66px;
   height: 220.63px;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_914ad5175b0e {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_914ad5175b0e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b93ed6a08bc1 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 6px 6px 6px 6px;
 }

 .text_8f3fdbc762ed {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9fa06d598f88 {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9aaeb2e34f57 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_fd1a6579d060 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_933ebbcaa20a {
   width: fit-content;
   z-index: 0;
   line-height: 25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_955bcacd02a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f57c05327f8a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6382602e5216 {
   padding: 4px 0 0 0;
   width: 378.04px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_60074a8cae53 {
   padding: 24px 0 0 0;
   width: 378.04px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_015824cb4b27 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a06a309a186a {
   padding: 12px 0 0 0;
   width: 378.04px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_81daeb702953 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 220px;
   min-height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6da2e27c3988 {
   width: 426.67px;
   height: 220.63px;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   position: absolute !important;
   left: 426.66px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_fe3ee534ef58 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_fe3ee534ef58 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_28f2612b3063 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 6px 6px 6px 6px;
 }

 .text_846b5299fe86 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b669d21689ff {
   padding: 4px 0 0 0;
   width: 44px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e32bc2c8f673 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_93162b0536f8 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_70e3eb1ebdbc {
   width: fit-content;
   z-index: 0;
   line-height: 25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7e780218f322 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6610a7d31bf0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_728e3c9e50d8 {
   padding: 4px 0 0 0;
   width: 378.04px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1b60249bec94 {
   padding: 24px 0 0 0;
   width: 378.04px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_eeb718be9bba {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_340651d03e31 {
   padding: 12px 0 0 0;
   width: 378.04px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_341d29f248ef {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 220px;
   min-height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d8acf9914ee4 {
   width: 426.67px;
   height: 220.63px;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   position: absolute !important;
   left: 853.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_a5a4ad72ea49 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_a5a4ad72ea49 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_18c70fadb32d {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 6px 6px 6px 6px;
 }

 .text_b1282902bd5b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fbf4d5be970a {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_12059bce5ba8 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c58a4ad6a099 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f9e686f8b98 {
   width: fit-content;
   z-index: 0;
   line-height: 25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7edc34fd2c78 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_077082aac6f9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0862e3cb6fb8 {
   padding: 4px 0 0 0;
   width: 378.04px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bdc2c3bde84c {
   padding: 24px 0 0 0;
   width: 378.04px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_53fc46a7d9c2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f5d4052265aa {
   padding: 12px 0 0 0;
   width: 378.04px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad3dd4a623fc {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 220px;
   min-height: 220px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9a59d190cc3c {
   width: 426.66px;
   height: 220.63px;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 220.63px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_73fdc62b29a2 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_73fdc62b29a2 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_5de0e7cc381c {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 6px 6px 6px 6px;
 }

 .text_19b1a008a8b3 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_30176324cc12 {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_30176324cc12 {
   width: 26px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_nested_30176324cc12 {
   padding: 4px 0 0 0;
   width: 26px;
   height: 20px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d30747c3412 {
   width: 100%;
   min-width: 0;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_27bb0256aca1 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_108918cff0c8 {
   width: fit-content;
   z-index: 0;
   line-height: 25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1173bdf504d9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_96a9feed43d2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0e0fb7d157ef {
   padding: 4px 0 0 0;
   width: 378.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a75c6b318cfb {
   padding: 24px 0 0 0;
   width: 378.67px;
   height: 69px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fae5aa07f937 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_92002a675305 {
   padding: 12px 0 0 0;
   width: 378.67px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_35e51ebdcfe5 {
   padding: 24px 24px 24px 24px;
   width: 426.67px;
   height: 220.63px;
   z-index: 0;
   position: absolute !important;
   left: 426.66px;
   top: 220.63px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_5a4c0de92094 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_d37d9af6fc32 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b47ee8feca2f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_784e1bebad30 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_782b6a85827e {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_98057cbcec2d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8eb6cd6697a5 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_44d3fe8ee466 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_44d3fe8ee466 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_44d3fe8ee466 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_42450b3d330c {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_41f982d82de4 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_41f982d82de4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_db0d142fee84 {
   width: 63.99px;
   height: 63.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_15f667f9bea3 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e6e6bb50e2b1 {
   padding: 20px 0 0 0;
   width: 271.39px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d72045db3db {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(319deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_32a652280b2f {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_649409172626 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8838869c12a1 {
   padding: 8px 0 0 0;
   width: 271.39px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a55f15768148 {
   padding: 24px 24px 24px 24px;
   height: 207.09px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_cefe72d4f88c {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_cefe72d4f88c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_af5308b4a379 {
   width: 63.99px;
   height: 63.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_bf411942fc0e {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_23e4557673a3 {
   padding: 20px 0 0 0;
   width: 271.39px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db1d97bafc1c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_15f260247b64 {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5f033873503f {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_47c44c6b5c37 {
   padding: 8px 0 0 0;
   width: 271.39px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f7af83aa6797 {
   padding: 24px 24px 24px 24px;
   height: 207.09px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ef0209616205 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ef0209616205 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_509908aaec4c {
   width: 63.99px;
   height: 63.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_88a67f001322 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_584fd1091b77 {
   padding: 20px 0 0 0;
   width: 271.39px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3b8f6bed2508 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f6d2f5966508 {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_736ea0d393b3 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d7b6385bf227 {
   padding: 8px 0 0 0;
   width: 271.39px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_25204f1c3057 {
   padding: 24px 24px 24px 24px;
   height: 207.09px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_1eb11f273ff4 {
   width: 100%;
   min-width: 0;
   height: 64px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1eb11f273ff4 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_d51bd1b03f4b {
   width: 63.99px;
   height: 63.99px;
   flex-shrink: 0;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f4f3f0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_b40ffb7aeb96 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_edab85b806e2 {
   padding: 20px 0 0 0;
   width: 272.01px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e7f55b2a69a4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_2efaab7947af {
   padding: 4px 0 0 0;
   width: 272.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5f815b42fdb {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_316b9226bcf6 {
   padding: 8px 0 0 0;
   width: 272.01px;
   height: 28px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8702aab7cfbd {
   padding: 24px 24px 24px 24px;
   height: 207.09px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a087ad617d58 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_737f54b028db {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cf83cb16227 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e7b3b5b99e15 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a3ad57b954b {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_339d72c43cbd {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2e68fd09b00b {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e895421a163c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7bd4057d8dd2 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_42e3b01fcda7 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d63bc200cb32 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_602d2af44afc {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f1426178f0e8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a79540e27c7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9188a3036531 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0b2538fcfd89 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac180b488631 {
   width: 146.2px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f99466475ca8 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8fd3c10a2809 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b0fdd05f8056 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b340a5af0d34 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ba41e3222af5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_667eeacb9a33 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a1054b967b87 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_abaaffcc9e15 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_abbe42b0b895 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1ebfb5242564 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b739db7a8c95 {
   width: 124.6px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_818b8b6a225d {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_762168845e5b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_78ad6ff86d89 {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f3c23e3550e4 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7067e1e16953 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_62afec97d977 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dbe35f7055de {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6a2b8a95ee6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_cbe8a667af9e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3bab8f25ea53 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_67723be7ef9b {
   width: 146.2px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b16533b062c5 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_7fe2ed351d15 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3600a1c3e07d {
   width: 20px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c2806302f4e9 {
   width: fit-content;
   z-index: 0;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b3f35b511d0b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4009c1c61d86 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dd47d133ebb6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_42c22d9035d5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .text_682c4057b9ce {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_beb57ab1cf43 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b4624f8e601d {
   width: 131.8px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_2246dfa76d24 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_af235450b784 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_573e539301b2 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_80829dc8bd17 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e745e405b4ef {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1a469c33fa34 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa941b758494 {
   width: 271.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ed4ab1a8dd06 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_41da75e5d754 {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0bb6f15475b3 {
   padding: 40px 24px 40px 24px;
   width: 320px;
   height: 147.99px;
   z-index: 0;
   border-top: 0px solid #ffffff33;
   border-right: 0.63px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9b553f260ffd {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e2c570513d51 {
   width: 271.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1cc7eb582e88 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7d8be52a54eb {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d03ab282853b {
   padding: 40px 24px 40px 24px;
   width: 320px;
   height: 147.99px;
   z-index: 0;
   border-top: 0px solid #ffffff33;
   border-right: 0.63px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5a7c6c9d864f {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_669ca447dd4b {
   width: 271.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_910d4ed6f292 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f773690362d5 {
   padding: 4px 0 0 0;
   width: 271.39px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0e90f337f1f3 {
   padding: 40px 24px 40px 24px;
   width: 320px;
   height: 147.99px;
   z-index: 0;
   border-top: 0px solid #ffffff33;
   border-right: 0.63px solid #ffffff33;
   border-bottom: 0px solid #ffffff33;
   border-left: 0px solid #ffffff33;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ffb77e2a419f {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4d41d2d300d7 {
   width: 272.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_20f8a8401814 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_733c5767e539 {
   padding: 4px 0 0 0;
   width: 272.01px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1f82cd1c6ae {
   padding: 40px 24px 40px 24px;
   width: 320px;
   height: 147.99px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b2be66a50ea9 {
   width: fit-content;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_e506a3648451 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b9b19f7cbda {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(327deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_3532550c64a0 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(321deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_cb3fb75e90e3 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_36eae9765ab0 {
   width: 608px;
   height: 240px;
   z-index: 0;
   line-height: 80px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Playfair Display';
 }

 .text_autoheight_36eae9765ab0 {
   overflow: visible;
 }

 .text-3a8d2df04cfa_36eae9765ab0 {
   line-height: 80px;
   font-family: 'Hanken Grotesk';
 }

 .text-45d41f1d3098_36eae9765ab0 {
   line-height: 80px;
   font-family: 'Hanken Grotesk';
 }

 .container_34c512bcc4c6 {
   padding: 24px 0 0 0;
   width: 608px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d8a89489f033 {
   height: 279.99px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7939f03e5e28 {
   width: 609px;
   height: 59px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7939f03e5e28 {
   overflow: visible;
 }

 .container_bd59e2e9a525 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_927eacc3aa8a {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_85bc3983bcbb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_85bc3983bcbb img {
   width: 100%;
   height: 100%;
 }

 .container_589bfedb77f5 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_589bfedb77f5 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_589bfedb77f5 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_ad72ca3f62df {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_002645b67e6c {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_002645b67e6c {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_002645b67e6c {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_944ea72413a4 {
   padding: 32px 0 0 0;
   width: 608.01px;
   height: 85.23px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_31e6000a9834 {
   height: 172.94px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_96a5145f530f {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6dd195bd4b36 {
   padding: 96px 24px 96px 24px;
   width: 1794px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd7e467ead61 {
   width: 1600px;
   height: 3418.57px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 132px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_463ae9a51bcb {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_7639ac122cca {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_7639ac122cca {
   overflow: visible;
 }

 .container_89db81fd54a5 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_fda265d9a46b {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_fda265d9a46b {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_fda265d9a46b {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_c1fb213c917c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_cd8e59f4b011 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1ad8a2d939c1 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a621a7281034 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_dfcdb891363a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f2aa1b02d400 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3f9295148960 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_13cc7e68790c {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_13cc7e68790c {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_13cc7e68790c {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8ca01b4f2afd {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_8ca01b4f2afd img {
   width: 100%;
   height: 100%;
 }

 .container_751f371b929f {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_751f371b929f {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_751f371b929f {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_2598a59debc4 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 3939px;
   background: #f5f7f9;
 }

 .text_92778f6c3509 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ec1b6507dc24 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e8e4f05d00f7 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_aa5f330d1a14 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.28px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_fe655e117118 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e5291e80efd2 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_e5291e80efd2 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_e5291e80efd2 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_25811d6f8075 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_9f24ad7ee269 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_ef7d15e181c0 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_ef7d15e181c0 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_ef7d15e181c0 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_3d665606dab1 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ce6f77fb4e6f {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_5221712ec66d {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_4f47d31051fe {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e4ee2254125c {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_6e68d9c63f19 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_6e68d9c63f19 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_6e68d9c63f19 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_a9c8fbb78bf0 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e5323e63abef {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_71f30136e23d {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_707f96340d4d {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_472fd3791eea {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 4171px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_472fd3791eea {
   position: absolute !important;
   left: 160px;
   top: 4171px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_472fd3791eea {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_da67838b31ca {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 4659px;
 }

 .imageview_da67838b31ca img {
   width: 100%;
   height: 100%;
 }

 .imageview_cc14b4e1556a {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 4661px;
 }

 .imageview_cc14b4e1556a img {
   width: 100%;
   height: 100%;
 }

 .text_400828fbb6f6 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 4656px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_400828fbb6f6 {
   overflow: visible;
 }

 .text_7f749fbb2f94 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 4656px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7f749fbb2f94 {
   overflow: visible;
 }

 .container_a6a71f81b667 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_8c3376d4ab2f {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_e5fcfa7b8c51 {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_09ee1c4a7f3c {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_4a48ceb0c27d {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_b116100b452d {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_4f3303ff5b5f {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_4f3303ff5b5f img {
   width: 100%;
   height: 100%;
 }

 .container_32e84dc5af7e {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_32e84dc5af7e {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_32e84dc5af7e {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_cdc90d084d1e {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a10ceb4f0854 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_fd16e596f050 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_868d0dca8e24 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_167f1e0233ba {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 3694px;
 }

 .viewport_9d78d030ee3c {
   width: 1600px;
   height: 4719px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .text_c8a9f5304541 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(334deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_6d6b5905b9b2 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4b2316a0496 {
   width: fit-content;
   z-index: 0;
   line-height: 120px;
   font-family: 'Hanken Grotesk';
 }

 .text-bd3068326674_b4b2316a0496 {
   line-height: 120px;
   font-family: 'Hanken Grotesk';
 }

 .text-21179363c2fc_b4b2316a0496 {
   line-height: 120px;
   background: linear-gradient(286deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3dc0b19a2de9 {
   height: 360px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_476c9aad2064 {
   width: 380px;
   height: 88px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_476c9aad2064 {
   overflow: visible;
 }

 .container_afa048914d15 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6a51d0ce8869 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_9acd1e0e3fde {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9acd1e0e3fde img {
   width: 100%;
   height: 100%;
 }

 .container_5b424225ae46 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_5b424225ae46 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_5b424225ae46 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_6422838f67f9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c05c0ddefc59 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_c05c0ddefc59 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_c05c0ddefc59 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_649d304aecbb {
   padding: 32px 0 0 0;
   width: 380px;
   height: 73.25px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_604e46a99078 {
   height: 160.96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5eac0e592584 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0158da516afb {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4f9b8a93a602 {
   padding: 64px 24px 48px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_eb0460a80fe8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b4f1b5cba378 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_393188001035 {
   width: 399.82px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_05edc80ed157 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c9ff86c93a79 {
   padding: 4px 0 0 0;
   width: 399.82px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_878f928da72f {
   padding: 24px 24px 24px 24px;
   height: 99.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_220e2c339779 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9733302919ed {
   width: 399.82px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba255154dcc9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45ae745d1371 {
   padding: 4px 0 0 0;
   width: 399.82px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c975b8b07fdc {
   padding: 24px 24px 24px 24px;
   height: 99.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d25540432a50 {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b56f1c082f9c {
   width: 399.82px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b56ccc427690 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5f1761b41d1 {
   padding: 4px 0 0 0;
   width: 399.82px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_905e89f67a79 {
   padding: 24px 24px 24px 24px;
   height: 99.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58d33a762e2d {
   width: fit-content;
   z-index: 0;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3617d1cf7106 {
   width: 400.45px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ba4d2fc5e2fd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_575b77305ae0 {
   padding: 4px 0 0 0;
   width: 400.45px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_033eb82573c4 {
   padding: 24px 24px 24px 24px;
   height: 99.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47ba8ee7cd12 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_68be8f6f7647 {
   width: 100%;
   min-width: 0;
   height: 669.21px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5a29aaed646d {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5a29aaed646d img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6d28ac48c977 {
   width: 829.34px;
   height: 220px;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 16px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_813a4b6f508c {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_813a4b6f508c img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_da1ba313a048 {
   width: 410.67px;
   height: 220px;
   z-index: 0;
   position: absolute !important;
   left: 853.34px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .imageview_11dfa6424359 {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_11dfa6424359 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_96d1acc87fba {
   width: 410.66px;
   height: 220.01px;
   z-index: 0;
   position: absolute !important;
   left: 16px;
   top: 244px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_8206029bc322 {
   width: 363px;
   height: 55px;
   z-index: 0;
   line-height: 27.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8206029bc322 {
   overflow: visible;
 }

 .container_7156e6e9d35e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_29ad461f6601 {
   padding: 0 24px 0 24px;
   width: 410.67px;
   height: 220.01px;
   z-index: 0;
   position: absolute !important;
   left: 434.66px;
   top: 244px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .imageview_7e405f11ab61 {
   width: 100%;
   min-width: 0;
   height: 220px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_7e405f11ab61 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_8ad53ae0d3ca {
   width: 410.67px;
   height: 220.01px;
   z-index: 0;
   position: absolute !important;
   left: 853.34px;
   top: 244px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .container_143ffa9b94d4 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 480px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_c7b4fed05807 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_42466dd1947b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4228557cb255 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   font-family: 'Hanken Grotesk';
 }

 .container_579b88944362 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6cf09a1cbef2 {
   width: 320px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6cf09a1cbef2 {
   overflow: visible;
 }

 .container_baecc4aa445a {
   width: 320px;
   height: fit-content;
   max-width: 320px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_678de6337c3e {
   padding: 40px 24px 40px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3af4c8665ef6 {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_5a19f7afb442 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d14dd32cea99 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_f15898446fe4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_a6abacf3b0d2 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_a6abacf3b0d2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_a6abacf3b0d2 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_d24c7c7db877 {
   width: 575.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4f98db451267 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa0a5a82775f {
   padding: 24px 0 0 0;
   width: 575.39px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_443ac6f26997 {
   width: 576px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_443ac6f26997 {
   overflow: visible;
 }

 .container_7087e4b8ab00 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_29266e3c8cc8 {
   padding: 32px 32px 32px 32px;
   width: 640px;
   height: 234.1px;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7e97d5088de2 {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_21fb6afe9880 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_37e404d400ec {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(315deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_5bd982276f7a {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_3f4f036c3645 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_3f4f036c3645 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_3f4f036c3645 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1adfe1956bd7 {
   width: 575.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_538146b2b0b8 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a8306eeae7a {
   padding: 24px 0 0 0;
   width: 575.39px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_71bb195e223e {
   width: 576px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_71bb195e223e {
   overflow: visible;
 }

 .container_d0d38b7795f4 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec7db47ac640 {
   padding: 32px 32px 32px 32px;
   width: 640px;
   height: 234.1px;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   position: absolute !important;
   left: 640px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e477239b517f {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_632e08dc40ee {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4aad0cace2cc {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_25f0a5d62e1d {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7aad971ab2b2 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_7aad971ab2b2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_7aad971ab2b2 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_30547075e063 {
   width: 575.39px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_229832d2889c {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e2c2548da947 {
   padding: 24px 0 0 0;
   width: 575.39px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_80972f812bd8 {
   width: 576px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_80972f812bd8 {
   overflow: visible;
 }

 .container_5eba78ac506f {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9c180e6ba7a {
   padding: 32px 32px 32px 32px;
   width: 640px;
   height: 234.1px;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   position: absolute !important;
   left: 0px;
   top: 234.1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0a1dc7ee5077 {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c45032ecd645 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7d246b81b925 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_c584a6df32c9 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d98d13203018 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d98d13203018 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_d98d13203018 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_427a06d4d36e {
   width: 576.02px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_3c0fddf21e2b {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0a51ac221bae {
   padding: 24px 0 0 0;
   width: 576.02px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_20d94d4de3a2 {
   width: 577px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_20d94d4de3a2 {
   overflow: visible;
 }

 .container_b2310029c879 {
   padding: 12px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c74b27ccf9f9 {
   padding: 32px 32px 32px 32px;
   width: 640px;
   height: 234.1px;
   z-index: 0;
   position: absolute !important;
   left: 640px;
   top: 234.1px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_58b1767a4428 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_9e8d3fe8074c {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_36c4f2eed297 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_25246f68e05e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_72ce932b3fd9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dad1943cb6e8 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7cb4fb844206 {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   font-family: 'Playfair Display';
 }

 .text-6b93e5ac28c6_7cb4fb844206 {
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

 .text-2ec734656b8c_7cb4fb844206 {
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

 .container_2c37c8028c7c {
   padding: 32px 0 0 0;
   width: 1232.01px;
   height: 152px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_48e5a176d2cb {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_99b76d5914a7 {
   width: 360.76px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_643fa10ca51a {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0e81fdc5e330 {
   padding: 16px 0 0 0;
   width: 360.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_742290c5aaf9 {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_742290c5aaf9 {
   overflow: visible;
 }

 .container_79d1f140da3c {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f50f570589b8 {
   padding: 28px 24px 28px 24px;
   width: 410px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_fdf6134e35a7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f060312eeed6 {
   width: 360.77px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_18f1743b167c {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d8f5938b59d8 {
   padding: 16px 0 0 0;
   width: 360.77px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9cd06044b69 {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e9cd06044b69 {
   overflow: visible;
 }

 .container_783ccbc2d0f5 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a30555966ea {
   padding: 28px 24px 28px 24px;
   width: 410.01px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 411px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_d838c42a35ae {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8735bc219d3e {
   width: 360.77px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b2fd5011fd31 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2a09e9398871 {
   padding: 16px 0 0 0;
   width: 360.77px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0151cce49740 {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0151cce49740 {
   overflow: visible;
 }

 .container_abbcc342d1d1 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82f0a4518d4b {
   padding: 28px 24px 28px 24px;
   width: 410.01px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 822.01px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_0fd010630f5f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ab44487e8e40 {
   width: 360.76px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_122ab93d4e07 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_58aff058a347 {
   padding: 16px 0 0 0;
   width: 360.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_63085f414e23 {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_63085f414e23 {
   overflow: visible;
 }

 .container_5bb30121b2eb {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a954d3c1ba89 {
   padding: 28px 24px 28px 24px;
   width: 410px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 170.14px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_ed5381e5c388 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f0fc48720ff3 {
   width: 360.77px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_683165037314 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9533a594c233 {
   padding: 16px 0 0 0;
   width: 360.77px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_29d2d3e233dc {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_29d2d3e233dc {
   overflow: visible;
 }

 .container_42384e837134 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0b1b28a74afb {
   padding: 28px 24px 28px 24px;
   width: 410.01px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 411px;
   top: 170.14px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .text_6045d7c620fc {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9a1d3830d7c6 {
   width: 360.77px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1704f437fc10 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7c9945822112 {
   padding: 16px 0 0 0;
   width: 360.77px;
   height: 43px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f97ca18a334 {
   width: 361px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6f97ca18a334 {
   overflow: visible;
 }

 .container_cff91f002c7c {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cbc04908a483 {
   padding: 28px 24px 28px 24px;
   width: 410.01px;
   height: 169.14px;
   z-index: 0;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   position: absolute !important;
   left: 822.01px;
   top: 170.14px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #172b4d;
 }

 .container_85aa1b5d4082 {
   position: relative !important;
   overflow: visible;
   width: 1232.01px;
   height: 339.28px;
   flex-shrink: 0;
   z-index: 0;
   background: #ffffff1a;
 }

 .container_0265e28bc5e6 {
   padding: 48px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15ad7eb16666 {
   padding: 64px 24px 64px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd7dea17a7ba {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_14e1ab8f0a08 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_4c98ee58d342 {
   width: fit-content;
   z-index: 0;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3d793c7db6c6 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3fea58db38f4 {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c5e63b416809 {
   width: 363px;
   height: 99px;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c5e63b416809 {
   overflow: visible;
 }

 .container_039471575a65 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_00f6aef0f286 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/21d7b834-730f-4895-8fa0-a04adea80f81/1751:12315.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   mix-blend-mode: normal;
 }

 .container_9f61a8db86c1 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_34787813ee82 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_356f5394d351 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a7a25f5d82b8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45a552893b3f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c748c4000303 {
   width: 172.8px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11e4ca6fa243 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_82b2a5f234f0 {
   padding: 32px 32px 32px 32px;
   height: 234.96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c77c7dd42024 {
   width: 363px;
   height: 75px;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c77c7dd42024 {
   overflow: visible;
 }

 .container_9bd8da27da21 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c10df4e61a40 {
   width: 40px;
   height: 40px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/21d7b834-730f-4895-8fa0-a04adea80f81/1751:12325.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   mix-blend-mode: normal;
 }

 .container_3872d2fbe834 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_65f8cad9c508 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c04d2c5569ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e8919610b3fe {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_20eaead43856 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f3e9b188762c {
   width: 187.21px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c9fd680c7df2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8bd9f3a3f595 {
   padding: 32px 32px 32px 32px;
   height: 234.96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_d18e3370ea83 {
   width: 363px;
   height: 99px;
   z-index: 1;
   line-height: 24.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d18e3370ea83 {
   overflow: visible;
 }

 .container_6890e461f804 {
   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_6b47fa9823d2 {
   width: 40px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/21d7b834-730f-4895-8fa0-a04adea80f81/1751:12335.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   mix-blend-mode: normal;
 }

 .container_8f6edbc60d66 {
   position: relative !important;
   overflow: visible;
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_bd00a7d60a1a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d3948b757464 {
   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_b14e12039be2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_98756e2e597d {
   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_947d0925dacf {
   width: 194.4px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88badafcd461 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8069ff61a9bf {
   padding: 32px 32px 32px 32px;
   height: 234.96px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .container_ade420aee7a2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_32e61aed8635 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_aba573f5e7aa {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9144d0db1ecd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d277bd9107a5 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   font-family: 'Hanken Grotesk';
 }

 .text-8dc91f8078d0_d277bd9107a5 {
   line-height: 48px;
   font-family: 'Hanken Grotesk';
 }

 .text-719b887fbeaf_d277bd9107a5 {
   line-height: 48px;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_83d939282d96 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cabd3397b9ba {
   padding: 32px 24px 32px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   justify-content: flex-start;
   align-items: flex-end;
   display: flex !important;
   flex-direction: row;
 }

 .text_8bdec3cf958d {
   width: fit-content;
   z-index: 0;
   line-height: 22.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0eeb04915142 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3d050ca588ce {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3d050ca588ce img {
   width: 100%;
   height: 100%;
 }

 .container_c21d8f3640f9 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_wrapper_c21d8f3640f9 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_c21d8f3640f9 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_76d862f4b572 {
   width: fit-content;
   z-index: 0;
   line-height: 22.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_acfca17514f2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3b2a02bf62f5 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3b2a02bf62f5 img {
   width: 100%;
   height: 100%;
 }

 .container_c4d93b2e7e34 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_8ebd5804505d {
   width: fit-content;
   z-index: 0;
   line-height: 22.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_684cbfb66722 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_4c9f4733ea7e {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4c9f4733ea7e img {
   width: 100%;
   height: 100%;
 }

 .container_386f701fb960 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_9e23c066dd96 {
   width: fit-content;
   z-index: 0;
   line-height: 22.86px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9655979dace8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_3e8cfa46ccff {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_3e8cfa46ccff img {
   width: 100%;
   height: 100%;
 }

 .container_7eea1c9dcab2 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4c80f43ea5e6 {
   height: 278.97px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cfd16482498e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7ff34015bcdf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d314682ac75d {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_82c151cb2046 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_dd6101e1f7d5 {
   width: fit-content;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ca9015a41701 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6a7c6c3a7bc1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fe23fc6d4b0d {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_364f4beab125 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_5e9645b8673e {
   width: fit-content;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0ad61eedbbd7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_36d70014c8f5 {
   padding: 20px 0 0 0;
   width: 920px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f6ad0626805c {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_a5073bcce987 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_d07951f82eff {
   width: fit-content;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7bb6aca1fc29 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0841d4634d1b {
   padding: 20px 0 0 0;
   width: 920px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d03ae9f3269e {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 0;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_29104a8fbafa {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .text_f576d321d9fc {
   width: fit-content;
   z-index: 0;
   line-height: 24.75px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f675dead59fe {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b64818a3a36b {
   padding: 20px 0 0 0;
   width: 920px;
   height: 45px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1e1fc23713b4 {
   padding: 24px 0 0 0;
   width: 920px;
   height: 184px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0428a52e4618 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2a6b4e2c5df4 {
   padding: 40px 40px 40px 40px;
   height: 278.97px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f70ea54ae85a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_1b6cd152ac1f {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c18e049418b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_35558443b04d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_daff01ca72fd {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(335deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_d3b10d3f24ba {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_67940ba09c3c {
   width: fit-content;
   z-index: 0;
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

 .text-8a0539b6825b_67940ba09c3c {
   line-height: 60px;
   font-family: 'Hanken Grotesk';
 }

 .text-c4efbf27f39e_67940ba09c3c {
   line-height: 60px;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_420c34a6bf5e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_80f2987ce691 {
   width: 320px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_80f2987ce691 {
   overflow: visible;
 }

 .container_99e60b91bac9 {
   width: 320px;
   height: fit-content;
   max-width: 320px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_549ca89fa138 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_c278e0da7d07 {
   padding: 16px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-end;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9f5e9366dfe0 {
   padding: 40px 24px 40px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_059494e9e7b6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_07e0d3a3892b {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   border-color: transparent;
 }

 .container_wrapper_07e0d3a3892b {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_07e0d3a3892b {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   border-color: transparent;
 }

 .text_690ec9fabc8e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_237192c1478a {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_237192c1478a {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_237192c1478a {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_6d830c61916e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_70e46627d65c {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_70e46627d65c {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_70e46627d65c {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_eb5cd89b85df {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_27c5476e6561 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_27c5476e6561 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_27c5476e6561 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_b15c1076f2b8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cc32916e058e {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_cc32916e058e {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_cc32916e058e {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_988b0c8e05ea {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c6f483d813f8 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_c6f483d813f8 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_c6f483d813f8 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_e8591a2b43a8 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8cbb204dba29 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_8cbb204dba29 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
 }

 .container_nested_8cbb204dba29 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_3ba7920e8aad {
   padding: 16px 24px 16px 24px;
   width: 100%;
   min-width: 0;
   height: 61.86px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1ffa9f8b45a2 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1ffa9f8b45a2 img {
   width: 100%;
   height: 100%;
 }

 .text_c500fd762604 {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c6a5c9391fb9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6b9fc7915c14 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3b3a6ebe3492 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_7be2df018be3 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ba0517a3db1a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_05a56b8b4d1f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_65410eea89c0 {
   padding: 4px 0 0 0;
   width: 222.23px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_56ad6350cd80 {
   width: 222.23px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_edaeb7275f6b {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_037bce1346e7 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_037bce1346e7 img {
   width: 100%;
   height: 100%;
 }

 .text_0af37582dc0b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9e9a3bd2f0bd {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_60a68a4e303f {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_60a68a4e303f img {
   width: 100%;
   height: 100%;
 }

 .text_d271377480d9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d89dfb02a2ec {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5e29745d87fb {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5e29745d87fb img {
   width: 100%;
   height: 100%;
 }

 .container_d9e2db0bcfa1 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_65439a9e7219 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9703c023bcff {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9703c023bcff img {
   width: 100%;
   height: 100%;
 }

 .text_bbbcd43288b2 {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_249b4656466b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_90c0408dc4d3 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8f793954aba5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da407cdb3855 {
   padding: 4px 0 0 0;
   width: 200.96px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f2a84c65a11a {
   width: 200.96px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f08ed0289cb0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9b04f79d5cfb {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9b04f79d5cfb img {
   width: 100%;
   height: 100%;
 }

 .text_430f2c326b0b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_020cdaa7d8ef {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6135f20504c2 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6135f20504c2 img {
   width: 100%;
   height: 100%;
 }

 .text_33a768e7248e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9af7459217c6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0473ad4ccc00 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0473ad4ccc00 img {
   width: 100%;
   height: 100%;
 }

 .container_dbdf128c0d85 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5c6a1f834407 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_de8fa0890022 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_de8fa0890022 img {
   width: 100%;
   height: 100%;
 }

 .text_8c1eaeca0f67 {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8ada394db92f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d682b2690f37 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_e8b3a7245ee0 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_8cdeacc654c0 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_bafab81b49e6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ea02a07bb121 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f22c6b086a86 {
   padding: 4px 0 0 0;
   width: 266.15px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_da1089cdc66d {
   width: 266.15px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a2c90294f073 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_df3efd729ed9 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_df3efd729ed9 img {
   width: 100%;
   height: 100%;
 }

 .text_a657972e20c9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fafc2c0891fc {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0bce6594eafa {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0bce6594eafa img {
   width: 100%;
   height: 100%;
 }

 .text_620b24acf9b4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_21ba6dd1b800 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_116e6070f26b {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_116e6070f26b img {
   width: 100%;
   height: 100%;
 }

 .container_d5de86de25c2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9cbab6b73ed5 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5f8699408001 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5f8699408001 img {
   width: 100%;
   height: 100%;
 }

 .text_395f304a2b6e {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_14c1d2375bdb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_be838d9a0ef6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_39708a3ceefb {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd5cea2a02a9 {
   padding: 4px 0 0 0;
   width: 201.45px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_944c81762123 {
   width: 201.45px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7238c853cd52 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5330d4310250 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5330d4310250 img {
   width: 100%;
   height: 100%;
 }

 .text_b6b7c2135885 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1e413b13f139 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e8e99ee15b83 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e8e99ee15b83 img {
   width: 100%;
   height: 100%;
 }

 .text_2dba8208eb39 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7f7338d10df8 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_2480884fc726 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2480884fc726 img {
   width: 100%;
   height: 100%;
 }

 .container_4099994ada6c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c1124a209884 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d8c45c5cc903 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d8c45c5cc903 img {
   width: 100%;
   height: 100%;
 }

 .text_920ae3d5a16d {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fa0a75a1b4ea {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab573f91377f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ddb4b91c4817 {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_6d0234b2d72d {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_c71001bdd51c {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ccdb40a44230 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b25a8d0c6e48 {
   padding: 4px 0 0 0;
   width: 189.23px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cb1bf2f492b0 {
   width: 189.23px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_30629ae1b93e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_48e8ed798e4c {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_48e8ed798e4c img {
   width: 100%;
   height: 100%;
 }

 .text_834c03bb48a9 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_60410d050315 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_62a00f79ac74 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_62a00f79ac74 img {
   width: 100%;
   height: 100%;
 }

 .text_fd3529304da2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4ed04f52c347 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_681fabfd0721 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_681fabfd0721 img {
   width: 100%;
   height: 100%;
 }

 .container_9ca64c102ced {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_256fc42bf136 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5df0ac9de7fb {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5df0ac9de7fb img {
   width: 100%;
   height: 100%;
 }

 .text_3d6acffecb89 {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_40f403d819c8 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_481a3a51f643 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9afb1245215f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7bbe6643f1db {
   padding: 4px 0 0 0;
   width: 196.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_3934895d1bd8 {
   width: 196.67px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7551e081eda4 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f62b22af0615 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f62b22af0615 img {
   width: 100%;
   height: 100%;
 }

 .text_3f3ac57cf400 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_223eaa54e037 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9cb4888f2bd8 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_9cb4888f2bd8 img {
   width: 100%;
   height: 100%;
 }

 .text_99c1009b98ed {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b874d2df034e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_6b4020453c59 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_6b4020453c59 img {
   width: 100%;
   height: 100%;
 }

 .container_4dac5a44ae1e {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0ff55ce51b56 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0d97cbd35cdf {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0d97cbd35cdf img {
   width: 100%;
   height: 100%;
 }

 .text_b809b51927e9 {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2280a86aa1ec {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a5256db01480 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3de258166df9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a554592be127 {
   padding: 4px 0 0 0;
   width: 227.47px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a4a0dc762a19 {
   width: 227.47px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5992ea9ec4f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_8d0d29fad8d5 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8d0d29fad8d5 img {
   width: 100%;
   height: 100%;
 }

 .text_70b80448aa3e {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b2db19f9b9e9 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_df2b4c875c99 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_df2b4c875c99 img {
   width: 100%;
   height: 100%;
 }

 .text_6bbae293fd01 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_52491e672982 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_82932ca3e322 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_82932ca3e322 img {
   width: 100%;
   height: 100%;
 }

 .container_2870a2dcf1aa {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1bf2c471c229 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_5569440761a2 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_5569440761a2 img {
   width: 100%;
   height: 100%;
 }

 .text_a5b6a8c440bd {
   width: fit-content;
   z-index: 0;
   line-height: 25.2px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e54c713aff74 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2f6afaef3107 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_6da50a55ce9e {
   padding: 2px 6px 2px 6px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_ef3953f6bd5f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_602b4351a209 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_83f935986547 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_018b1d889a35 {
   padding: 4px 0 0 0;
   width: 152.08px;
   height: 20px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8b5f97ce598c {
   width: 152.08px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8b653cc00612 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d5f5f7b0bb04 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d5f5f7b0bb04 img {
   width: 100%;
   height: 100%;
 }

 .text_f6f7b2148379 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8fdaba21be80 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ea6eabfb680c {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ea6eabfb680c img {
   width: 100%;
   height: 100%;
 }

 .text_1bee69f10149 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_881e02d6051a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0c5f1459f0ae {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0c5f1459f0ae img {
   width: 100%;
   height: 100%;
 }

 .container_0ece9fc969a6 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_6127289405e0 {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b5d0613e6365 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4e3796723058 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_de52fa2e0780 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_89a359ec8aa6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f52a3b9f3e1c {
   padding: 2px 0 0 0;
   width: 423.45px;
   height: 18px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_51ba7b17d8d0 {
   width: 423.45px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c061d632466f {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_4f170e09ad11 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_4f170e09ad11 img {
   width: 100%;
   height: 100%;
 }

 .container_1009f36c4c1a {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_1009f36c4c1a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_1009f36c4c1a {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_eb048f051bf9 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
 }

 .container_ea3c113becb3 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6b4d79fe2968 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b17cffa8ef27 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_122a552347c4 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(330deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_97c0b84d7914 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b78101ff3eaf {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f2f52cbba4a7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cdc281ed0f0f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_203bc769ef64 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_203bc769ef64 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_203bc769ef64 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_62589279f2fe {
   width: 251.26px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_04fff05ab378 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87137b6978d5 {
   padding: 20px 0 0 0;
   width: 251.26px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_52791c84953a {
   width: 252px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_52791c84953a {
   overflow: visible;
 }

 .container_4c98af61a092 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff7eb82aec32 {
   padding: 28px 28px 28px 28px;
   height: 218.64px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_2f26ddf9af7c {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a5dcca0222b7 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_012b7559dd60 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_19e2ebce2654 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_03722963e171 {
   width: 251.26px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b029f2eaa02 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9668873f5cc2 {
   padding: 20px 0 0 0;
   width: 251.26px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b40b81ee1e14 {
   width: 252px;
   height: 69px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b40b81ee1e14 {
   overflow: visible;
 }

 .container_69d62846d8a0 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7189f09edba7 {
   padding: 28px 28px 28px 28px;
   height: 218.64px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_69279c8b5abf {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d53a80a4a80c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ae87943249a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a3aa306810b6 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_73b70a8072b9 {
   width: 251.26px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_f23875bd6f43 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e1a4fd0e9e28 {
   padding: 20px 0 0 0;
   width: 251.26px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a8524e43efc4 {
   width: 252px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_a8524e43efc4 {
   overflow: visible;
 }

 .container_ea6e56292194 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a5f41ea86ed3 {
   padding: 28px 28px 28px 28px;
   height: 218.64px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_0b5203f431bd {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_98f70fbc4180 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_39f9799bd9d6 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_30f8e30ae958 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_30f8e30ae958 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
 }

 .container_nested_30f8e30ae958 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0.63px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0.63px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_3b184460b1f8 {
   width: 251.26px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_4071219b5b66 {
   width: fit-content;
   z-index: 0;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_70224b425e62 {
   padding: 20px 0 0 0;
   width: 251.26px;
   height: 47px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ee8458c6e89 {
   width: 252px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4ee8458c6e89 {
   overflow: visible;
 }

 .container_467f67562bc0 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_38d7ab8c7983 {
   padding: 28px 28px 28px 28px;
   height: 218.64px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_e4fb7562d9d7 {
   width: 1232.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 1px 1px;
   display: flex !important;
   flex-direction: row;
   background: #0808111a;
 }

 .container_3b98208695d1 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6655c42490e7 {
   padding: 64px 24px 64px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4eb509fc4657 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3533a770ba4e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0.63px solid #0808111a;
   border-left: 0px solid #0808111a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_db30976799de {
   width: fit-content;
   z-index: 0;
   line-height: 90px;
   font-family: 'Hanken Grotesk';
 }

 .container_64b414228bdb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2d6e26a9f93b {
   width: 512px;
   height: 59px;
   z-index: 0;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2d6e26a9f93b {
   overflow: visible;
 }

 .container_f296e34c9273 {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_885efd4592d4 {
   width: 670.32px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_51a6f48f28de {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(308deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_8541af13473a {
   width: 16.99px;
   height: 16.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_8541af13473a img {
   width: 100%;
   height: 100%;
 }

 .container_687be1d2da7c {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 57.25px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_687be1d2da7c {
   width: fit-content;
   height: 57.25px;
   z-index: 0;
 }

 .container_nested_687be1d2da7c {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 57.25px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2747a52acaac {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f291b3f8d26d {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 57.25px;
   z-index: 0;
   border-top: 0.63px solid #ffffff4d;
   border-right: 0.63px solid #ffffff4d;
   border-bottom: 0.63px solid #ffffff4d;
   border-left: 0.63px solid #ffffff4d;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_f291b3f8d26d {
   width: fit-content;
   height: 57.25px;
   z-index: 0;
 }

 .container_nested_f291b3f8d26d {
   padding: 16px 28px 16px 28px;
   width: fit-content;
   height: 57.25px;
   z-index: 0;
   border-top: 0.63px solid #ffffff4d;
   border-right: 0.63px solid #ffffff4d;
   border-bottom: 0.63px solid #ffffff4d;
   border-left: 0.63px solid #ffffff4d;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_6af1255912d5 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f87b228a6b28 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_d8ef8818d381 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ec0beedcec5d {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(297deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .container_b8c8026f006c {
   width: 100%;
   min-width: 0;
   height: 104.63px;
   z-index: 0;
   border-top: 0.63px solid #0808111a;
   border-right: 0px solid #0808111a;
   border-bottom: 0px solid #0808111a;
   border-left: 0px solid #0808111a;
   background: #ffffff;
 }

 .container_0909a445e923 {
   width: 1600px;
   height: 5280px;
   min-width: 357.62px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 132px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_ecb5ee2f4bf8 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_f716219dc794 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_f716219dc794 {
   overflow: visible;
 }

 .container_8839ad807aef {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_fe9bef2c5636 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_fe9bef2c5636 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_fe9bef2c5636 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_a5f0bfbd3ea7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b85b849dd237 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_526e19d31c37 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_f413f78e1b15 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_fd89a53825ec {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_9854922efd99 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3c9eb41c9c0b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d5c0c513da1a {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_d5c0c513da1a {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_d5c0c513da1a {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ac0350949a79 {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_ac0350949a79 img {
   width: 100%;
   height: 100%;
 }

 .container_09b1110b85a7 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_09b1110b85a7 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_09b1110b85a7 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_886cc33d4568 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5657px;
   background: #f5f7f9;
 }

 .text_956acf726ccf {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e0d180709dd3 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_08130a2fc0af {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_d00bebf9264c {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1a34329d3eba {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_72b9788491a9 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_72b9788491a9 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_72b9788491a9 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_ff1b67663072 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_e9e7355efc47 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_eb2100326681 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_eb2100326681 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_eb2100326681 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_86eed4a5e508 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_210c153ca30e {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_0323bc71cae2 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_ff7aa979f238 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_7e95f187d8d6 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_5b93598e33bd {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_5b93598e33bd {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_5b93598e33bd {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_6e8de5d6fa5f {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1bd29193217f {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_93ff94e8eb73 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_923ed63e24fd {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3a139be9f973 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5889px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_3a139be9f973 {
   position: absolute !important;
   left: 160px;
   top: 5889px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_3a139be9f973 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_7fcb1e4a0d80 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 6377px;
 }

 .imageview_7fcb1e4a0d80 img {
   width: 100%;
   height: 100%;
 }

 .imageview_1e90d0a176d9 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 6379px;
 }

 .imageview_1e90d0a176d9 img {
   width: 100%;
   height: 100%;
 }

 .text_addfd0ee0c84 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 6374px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_addfd0ee0c84 {
   overflow: visible;
 }

 .text_8f6c8a6096b3 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 6374px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_8f6c8a6096b3 {
   overflow: visible;
 }

 .container_841acbd0ed70 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_36ccffecc2e4 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_8d777f06f7cd {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_368b96bfe66c {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_37449cdd93c0 {
   width: max-content;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 19px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_737d92896a2a {
   width: 36px;
   height: 36px;
   z-index: 3;
   position: absolute !important;
   left: 133px;
   top: 10px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_6c643c9436b1 {
   width: 33.94px;
   height: 33.94px;
   z-index: 4;
   position: absolute !important;
   left: 134px;
   top: 10px;
 }

 .imageview_6c643c9436b1 img {
   width: 100%;
   height: 100%;
 }

 .container_fd55e0865860 {
   position: absolute !important;
   overflow: visible;
   width: 178px;
   height: 56px;
   z-index: 2;
   left: 427px;
   top: 6px;
 }

 .container_wrapper_fd55e0865860 {
   position: absolute !important;
   overflow: visible;
   left: 427px;
   top: 6px;
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_nested_fd55e0865860 {
   width: 178px;
   height: 56px;
   z-index: 2;
 }

 .container_90b0eb4a7906 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_2211cab0cfef {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_230e18614be8 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_2f3dafdfc7f0 {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_9536bc1ae0d9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 5412px;
 }

 .viewport_b8891a096e43 {
   width: 1600px;
   height: 6431px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .imageview_ffbcd004e985 {
   width: 137px;
   height: 45.42px;
   z-index: 0;
   position: absolute !important;
   left: 63px;
   top: 60.56px;
 }

 .imageview_ffbcd004e985 img {
   width: 100%;
   height: 100%;
 }

 .container_3660981f2680 {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 1;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   opacity: 0.5150219798088074;
 }

 .text_a9d6281f1056 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_67af46f79885 {
   padding: 6px 12px 6px 12px;
   width: 107px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.51px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #e8f4f0;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_e4a06e63679f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52.49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e4a06e63679f {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 52.49px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e4a06e63679f {
   width: 100%;
   min-width: 0;
   height: 52.49px;
   z-index: 1;
 }

 .text_e7795a256c72 {
   width: fit-content;
   z-index: 1;
   line-height: 80px;
   font-family: 'Hanken Grotesk';
 }

 .container_274064dc5425 {
   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_eacf0a7fd47f {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_eacf0a7fd47f {
   overflow: visible;
 }

 .container_38f88a05f2e9 {
   padding: 20px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4759f5fb66cb {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_4917830c3261 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4917830c3261 img {
   width: 100%;
   height: 100%;
 }

 .container_56b03a279cf1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_56b03a279cf1 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_56b03a279cf1 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 10px 10px 10px 10px;
 }

 .imageview_9c7f264e987d {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9c7f264e987d img {
   width: 100%;
   height: 100%;
 }

 .text_e28ad5f057ec {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e763bfea6567 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_wrapper_e763bfea6567 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_e763bfea6567 {
   padding: 10px 20px 10px 20px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_1024c7b12e8c {
   padding: 32px 0 0 0;
   width: 592px;
   height: 73.25px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_22fbabf86949 {
   height: 422.69px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_59a1c0da56b1 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_b2f0a1cd08ba {
   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_0be045b2b8f1 {
   width: fit-content;
   z-index: 1;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_af34abc364fb {
   padding: 4px 0 0 0;
   width: 248.76px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ff9fe521e947 {
   padding: 20px 20px 20px 20px;
   width: 290.01px;
   height: 96.49px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
   border-radius: 14px 14px 14px 14px;
 }

 .text_e5f41450a63e {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_3a99240aa8e5 {
   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_843b7076280a {
   width: fit-content;
   z-index: 1;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cdd123fd65d8 {
   padding: 4px 0 0 0;
   width: 248.76px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b55c1b2dced3 {
   padding: 20px 20px 20px 20px;
   width: 290.01px;
   height: 96.49px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 302.01px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
   border-radius: 14px 14px 14px 14px;
 }

 .text_d277c52ee797 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7c74d96bf88f {
   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_4fae83e7fd00 {
   width: fit-content;
   z-index: 1;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_25c94448a9f3 {
   padding: 4px 0 0 0;
   width: 248.76px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a40776651cc4 {
   padding: 20px 20px 20px 20px;
   width: 290.01px;
   height: 96.49px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 108.49px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
   border-radius: 14px 14px 14px 14px;
 }

 .text_500960501b32 {
   width: fit-content;
   z-index: 1;
   line-height: 32px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(287deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a55758b8a137 {
   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_d0d223c8f14b {
   width: fit-content;
   z-index: 1;
   line-height: 19.25px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a2ea476581cc {
   padding: 4px 0 0 0;
   width: 248.76px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_89b29bb90d16 {
   padding: 20px 20px 20px 20px;
   width: 290.01px;
   height: 96.49px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 302.01px;
   top: 108.49px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
   border-radius: 14px 14px 14px 14px;
 }

 .container_9f455a726a08 {
   position: relative !important;
   overflow: visible;
   height: 204.98px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_c9c99eed85d6 {
   width: 1232.01px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b0afd4667cdb {
   padding: 64px 24px 56px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77e10fe82d39 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_72c9d7c41778 {
   padding: 64px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_e56e695fa22d {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(315deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_04ee903385d0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7a720a79017 {
   width: 1107.01px;
   height: 1px;
   z-index: 1;
   background: #eff2f6;
 }

 .container_520b4e7b1301 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_05898842def9 {
   width: 811px;
   height: 518px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_05898842def9 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_6c3742fbcd2a {
   width: 810.76px;
   height: 517.75px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(0deg, #0a16284d 0%, #0a162800 100%);
 }

 .container_d62be88c84aa {
   position: relative !important;
   height: 100%;
   min-height: 340px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eef1f6;
 }

 .imageview_410dbd5096fe {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_410dbd5096fe img {
   width: 100%;
   height: 100%;
 }

 .text_d4aae3f55a94 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d51cfd0fe9b3 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #bedbffff;
   border-right: 0.63px solid #bedbffff;
   border-bottom: 0.63px solid #bedbffff;
   border-left: 0.63px solid #bedbffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #eff6ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_d51cfd0fe9b3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_d51cfd0fe9b3 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #bedbffff;
   border-right: 0.63px solid #bedbffff;
   border-bottom: 0.63px solid #bedbffff;
   border-left: 0.63px solid #bedbffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #eff6ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_0a5a7bf14f2d {
   width: 11px;
   height: 11px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0a5a7bf14f2d img {
   width: 100%;
   height: 100%;
 }

 .text_352ec7c56a80 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_94d8e7b69899 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_582152ac0ead {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1f4a6dee450a {
   width: 340px;
   height: 152px;
   z-index: 1;
   line-height: 38px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_1f4a6dee450a {
   overflow: visible;
 }

 .container_f31119e5658c {
   padding: 20px 0 0 0;
   width: 340px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_98ebe07cf902 {
   width: 340px;
   height: 130px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_98ebe07cf902 {
   overflow: visible;
 }

 .container_46abf9a82947 {
   padding: 16px 0 0 0;
   width: 340px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6164ec8e5db4 {
   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_8ec141f068e6 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_437d984b6e19 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_40aa6902c996 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(304deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_94ecd0566006 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_94ecd0566006 img {
   width: 100%;
   height: 100%;
 }

 .container_974d538ccb54 {
   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;
 }

 .container_2d6fa4c70e1b {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_97d3da8332d8 {
   padding: 24px 0 0 0;
   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_0cf8ddd7b084 {
   padding: 40px 40px 40px 40px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd97a77372c7 {
   width: 1232.01px;
   height: 519px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_d5ffb2f1b148 {
   padding: 28px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6d070e00df02 {
   padding: 48px 24px 48px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ffbd80021a9f {
   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_48dec3ca5b93 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -1.12px;
   line-height: 32.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4dc7c2646414 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 131.5px;
   top: 5.5px;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_87e985b3d841 {
   position: relative !important;
   overflow: visible;
   width: 150.52px;
   height: 32.4px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_51f2d9e6d161 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_51f2d9e6d161 img {
   width: 100%;
   height: 100%;
 }

 .text_6e90b16f4fb4 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_6e90b16f4fb4 {
   overflow: visible;
 }

 .container_9ca43e770eb2 {
   width: 235.76px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_a0f374e278ec {
   padding: 10px 14px 10px 14px;
   width: 288px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_255866b195de {
   width: 1232.01px;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_34a9fa8a8f1e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e366eb983b73 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   box-shadow: 0px 1px 2px -1px #0000001a, 0px 1px 3px #0000001a;
   border-color: transparent;
 }

 .container_wrapper_e366eb983b73 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_e366eb983b73 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #33d5b7ff;
   border-right: 0.63px solid #33d5b7ff;
   border-bottom: 0.63px solid #33d5b7ff;
   border-left: 0.63px solid #33d5b7ff;
   border-borderGradient: [object Object], [object Object];
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%) padding-box, linear-gradient(-41deg, rgba(51, 213, 184, 1) 0%, rgba(18, 29, 157, 1) 90%) border-box;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   filter: drop-shadow(0px 1px 2px #0000001a) drop-shadow(0px 1px 3px #0000001a);
   border-color: transparent;
 }

 .text_59b2414b127b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e8e8684b962a {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_e8e8684b962a {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_e8e8684b962a {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_9a0217376f02 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_56bbe3aa40f5 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_56bbe3aa40f5 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_56bbe3aa40f5 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_cc6de6fc681b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c99b85eae192 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_c99b85eae192 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_c99b85eae192 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_c85d6c163c43 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0ecfafd48b4f {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_0ecfafd48b4f {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_0ecfafd48b4f {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_609b601e2626 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9a7b2412ec08 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_9a7b2412ec08 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_9a7b2412ec08 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_c6b9facc6bba {
   padding: 24px 0 8px 0;
   width: 1232.01px;
   height: 65.24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1e5d4940d7b6 {
   width: 396px;
   height: 196px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_1e5d4940d7b6 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_245671d928a8 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a4169582e95 {
   position: absolute !important;
   overflow: visible;
   width: 42.5px;
   height: 23.61px;
   z-index: 2;
   left: 0px;
   top: 1.63px;
   background: #ff2056;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_e8260b2574ae {
   position: absolute !important;
   overflow: visible;
   width: 42.5px;
   height: 23.99px;
   z-index: 2;
   left: 11.99px;
   top: 11.99px;
 }

 .container_6d9f53e13a6b {
   position: relative !important;
   width: 396.08px;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eef1f6;
 }

 .imageview_3da5d393798a {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_3da5d393798a img {
   width: 100%;
   height: 100%;
 }

 .text_7f04b2e6bf4f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e8fe92c6876d {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_e8fe92c6876d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_e8fe92c6876d {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_4750a94094a6 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_4750a94094a6 img {
   width: 100%;
   height: 100%;
 }

 .text_95c285355244 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ea593c7e8c73 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e3c843df87d0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b9b459960301 {
   width: 357px;
   height: 44px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b9b459960301 {
   overflow: visible;
 }

 .container_971dcbb02159 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b52803549560 {
   width: 357px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b52803549560 {
   overflow: visible;
 }

 .container_0f05ec365d0d {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_da9bd835ac75 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c70dadf8d03a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_289239269688 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_c2b43c558702 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_c2b43c558702 img {
   width: 100%;
   height: 100%;
 }

 .container_26ffa771ee74 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f136e43ffa94 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dfbdff543585 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b676639a3186 {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ee8c00c7c12e {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ee8c00c7c12e img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_df9f6f96daf0 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_1d5a87f63577 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_1d5a87f63577 img {
   width: 100%;
   height: 100%;
 }

 .text_ec9626132176 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bc2d0d319048 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_bc2d0d319048 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_bc2d0d319048 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_9145403f57ad {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9145403f57ad img {
   width: 100%;
   height: 100%;
 }

 .text_56606ec29298 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c043479a1d5f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b82e1c21ca13 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_2620d2dc02a1 {
   width: 357px;
   height: 44px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2620d2dc02a1 {
   overflow: visible;
 }

 .container_ab011eabfd30 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ffe536fc9c1 {
   width: 357px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4ffe536fc9c1 {
   overflow: visible;
 }

 .container_ee91618ff604 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4e3859cbb337 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_39444fe6e34a {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_77bff456bd13 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_b3af1cec4156 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_b3af1cec4156 img {
   width: 100%;
   height: 100%;
 }

 .container_e4598e23c520 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_292a698e966a {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_0e0f90ae44ea {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8a1d79780d80 {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 417.33px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_ea69db1f7ae3 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_ea69db1f7ae3 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7f1845f497bb {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_8226eff506f9 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_8226eff506f9 img {
   width: 100%;
   height: 100%;
 }

 .text_19375aeb5af3 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8fb1664f8c51 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ffccd3ff;
   border-right: 0.63px solid #ffccd3ff;
   border-bottom: 0.63px solid #ffccd3ff;
   border-left: 0.63px solid #ffccd3ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #fff1f2;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_8fb1664f8c51 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_8fb1664f8c51 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ffccd3ff;
   border-right: 0.63px solid #ffccd3ff;
   border-bottom: 0.63px solid #ffccd3ff;
   border-left: 0.63px solid #ffccd3ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #fff1f2;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_5249b0254aac {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5249b0254aac img {
   width: 100%;
   height: 100%;
 }

 .text_8b73f30653ae {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8b0c3b3ad73f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_24b8fe462943 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f66dc6958fc7 {
   width: 357px;
   height: 44px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f66dc6958fc7 {
   overflow: visible;
 }

 .container_04f2aff1ed05 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2483e5f2f94f {
   width: 357px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2483e5f2f94f {
   overflow: visible;
 }

 .container_2fcf506f21b5 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7630a0f00992 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0f6640fc86dd {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_12935fedc082 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_07dd304c66d5 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_07dd304c66d5 img {
   width: 100%;
   height: 100%;
 }

 .container_19b6909d1e85 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_637ec0b5cfa8 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_73feba895a19 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6db262e807d2 {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 834.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_864178d04469 {
   width: 396px;
   height: 196px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_864178d04469 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .text_147c432941d0 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 10px;
   top: 3.99px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3737c34f4114 {
   position: absolute !important;
   overflow: visible;
   width: 42.5px;
   height: 23.61px;
   z-index: 2;
   left: 0px;
   top: 1.63px;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_97c005774efb {
   position: absolute !important;
   overflow: visible;
   width: 42.5px;
   height: 23.99px;
   z-index: 2;
   left: 11.99px;
   top: 11.99px;
 }

 .container_2dd3245688b7 {
   position: relative !important;
   width: 396.08px;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #eef1f6;
 }

 .imageview_af6b92974f7a {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_af6b92974f7a img {
   width: 100%;
   height: 100%;
 }

 .text_92d7cb3c6d6a {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ea1e1e0c8823 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #a4f4cfff;
   border-right: 0.63px solid #a4f4cfff;
   border-bottom: 0.63px solid #a4f4cfff;
   border-left: 0.63px solid #a4f4cfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ecfdf5;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_ea1e1e0c8823 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_ea1e1e0c8823 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #a4f4cfff;
   border-right: 0.63px solid #a4f4cfff;
   border-bottom: 0.63px solid #a4f4cfff;
   border-left: 0.63px solid #a4f4cfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ecfdf5;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_f6d2852140dc {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f6d2852140dc img {
   width: 100%;
   height: 100%;
 }

 .text_8d2dd10268f0 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_49f91d9d3778 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_801f69ec0057 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_e9063afa0a45 {
   width: 357px;
   height: 44px;
   z-index: 2;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e9063afa0a45 {
   overflow: visible;
 }

 .container_6cc590878118 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_28383479f7ec {
   width: 357px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_28383479f7ec {
   overflow: visible;
 }

 .container_a6e5daf23726 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2709fbb63ecf {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f485e68a77e8 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f749e2a3356 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_f6177d402398 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_f6177d402398 img {
   width: 100%;
   height: 100%;
 }

 .container_654ff4b45e91 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_65e12046eae7 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_ed7d0c01c363 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d1aeb55b0c09 {
   width: 397.33px;
   height: 415.76px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 457.35px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_071420abc051 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_071420abc051 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_7d280cff81de {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_3f28d8ce048f {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_3f28d8ce048f img {
   width: 100%;
   height: 100%;
 }

 .text_cf3e6e588f81 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_8a059bbb7bdf {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_067822b90939 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_067822b90939 img {
   width: 100%;
   height: 100%;
 }

 .text_a0bf8fec63ff {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_788e2e1946cc {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a0574a621386 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b6b93ab85ad7 {
   width: 357px;
   height: 44px;
   z-index: 2;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_b6b93ab85ad7 {
   overflow: visible;
 }

 .container_dc232c28f624 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5aaf9f6b8451 {
   width: 357px;
   height: 91px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5aaf9f6b8451 {
   overflow: visible;
 }

 .container_d84239f06535 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_34211836b31c {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b369cc8f6ef6 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c8f2784f4040 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_d87f239ce705 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_d87f239ce705 img {
   width: 100%;
   height: 100%;
 }

 .container_a9be95fee10f {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f02a1b3e00e9 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_4d9186640dc7 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1471d6788dc4 {
   width: 397.33px;
   height: 415.76px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 417.33px;
   top: 457.35px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_36121756b9b7 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_36121756b9b7 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_47e910e1a925 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_c31a6b9b1f4f {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_c31a6b9b1f4f img {
   width: 100%;
   height: 100%;
 }

 .text_5f3829ce352e {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_430220b2a297 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #a4f4cfff;
   border-right: 0.63px solid #a4f4cfff;
   border-bottom: 0.63px solid #a4f4cfff;
   border-left: 0.63px solid #a4f4cfff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ecfdf5;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_ccda93507a79 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_ccda93507a79 img {
   width: 100%;
   height: 100%;
 }

 .text_8491bbd53063 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_27807d021d65 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cc8cdaaeb6a0 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d41aa9d28e47 {
   width: 357px;
   height: 44px;
   z-index: 2;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d41aa9d28e47 {
   overflow: visible;
 }

 .container_be684d0317af {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e844da848be6 {
   width: 357px;
   height: 69px;
   z-index: 2;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_e844da848be6 {
   overflow: visible;
 }

 .container_8f90c50a4921 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad17bb2f7585 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_42894ea1179e {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43f0b75f3b29 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_0affa895b530 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_0affa895b530 img {
   width: 100%;
   height: 100%;
 }

 .container_fe286f78d6ac {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4305c30addb6 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_81856a5d0051 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_da82ea05226f {
   width: 397.33px;
   height: 415.76px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 834.67px;
   top: 457.35px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_cfee60660f26 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cfee60660f26 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_51ced199d753 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_045094f52ad6 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_045094f52ad6 img {
   width: 100%;
   height: 100%;
 }

 .text_adfecf6d68f2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_623cc74652c1 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_623cc74652c1 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_623cc74652c1 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_f2b3b7121531 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f2b3b7121531 img {
   width: 100%;
   height: 100%;
 }

 .text_1a4853d7a5b1 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_748651293b9d {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d73e4230eb85 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_10efedef5886 {
   width: 357px;
   height: 65px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_10efedef5886 {
   overflow: visible;
 }

 .container_eba3576828f9 {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_296b3bb40f35 {
   width: 357px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_296b3bb40f35 {
   overflow: visible;
 }

 .container_0b0464d13630 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58902608a254 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6e951dc050b2 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4da1d6c8db0a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_cdc77aaef336 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_cdc77aaef336 img {
   width: 100%;
   height: 100%;
 }

 .container_9c8f9a0f1ba5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_fd4efea48025 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b06595f1da8e {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_163db39fe946 {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 893.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_2dc02964bc30 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2dc02964bc30 img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_b75f49a2dd77 {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_874d5951f08b {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_874d5951f08b img {
   width: 100%;
   height: 100%;
 }

 .text_80a187aac180 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0f4b2e3ef9ef {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #fee685ff;
   border-right: 0.63px solid #fee685ff;
   border-bottom: 0.63px solid #fee685ff;
   border-left: 0.63px solid #fee685ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #fffbeb;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .container_wrapper_0f4b2e3ef9ef {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_0f4b2e3ef9ef {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #fee685ff;
   border-right: 0.63px solid #fee685ff;
   border-bottom: 0.63px solid #fee685ff;
   border-left: 0.63px solid #fee685ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #fffbeb;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_46e5c47084ad {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_46e5c47084ad img {
   width: 100%;
   height: 100%;
 }

 .text_311f98ebb33a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_442cc3a1be45 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c8e5b9fedcee {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f552a963e782 {
   width: 357px;
   height: 44px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_f552a963e782 {
   overflow: visible;
 }

 .container_43263859040a {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ecb3ce2df60f {
   width: 357px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ecb3ce2df60f {
   overflow: visible;
 }

 .container_9b1b0a9d9b98 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_53673b9153fb {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c08f0f6723a5 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_960fcd9849d9 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_f613af5fefac {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f613af5fefac img {
   width: 100%;
   height: 100%;
 }

 .container_bbfa71a8a672 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d598b44f95f6 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6d259c6f5d25 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ef04a7b1239c {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 417.33px;
   top: 893.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_80eac6bf96ee {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_80eac6bf96ee img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .container_2674ff82924d {
   width: 100%;
   min-width: 0;
   height: 196px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eef1f6;
 }

 .imageview_70af633f2020 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_70af633f2020 img {
   width: 100%;
   height: 100%;
 }

 .text_4f356b478a92 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6fa5c9439be5 {
   padding: 4px 10px 4px 10px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #ddd6ffff;
   border-right: 0.63px solid #ddd6ffff;
   border-bottom: 0.63px solid #ddd6ffff;
   border-left: 0.63px solid #ddd6ffff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #f5f3ff;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .imageview_fdde75df1f29 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_fdde75df1f29 img {
   width: 100%;
   height: 100%;
 }

 .text_eff32697434b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e3da73783532 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_cfe1b046fcc6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_ec925093ef35 {
   width: 357px;
   height: 44px;
   z-index: 1;
   line-height: 21.6px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ec925093ef35 {
   overflow: visible;
 }

 .container_29dfc504c5de {
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_975d905074ba {
   width: 357px;
   height: 91px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_975d905074ba {
   overflow: visible;
 }

 .container_a98c9f8ef5a2 {
   width: 356.08px;
   height: 45.51px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_77c0efcc7199 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_6a17d9efdd9f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b001cd1059c1 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_9187a76da820 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9187a76da820 img {
   width: 100%;
   height: 100%;
 }

 .container_24f8e7743fa1 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_942d61c2f969 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_1a444dc4a987 {
   padding: 20px 20px 20px 20px;
   width: 100%;
   min-width: 0;
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f8492eb33d38 {
   width: 397.33px;
   height: 437.35px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 834.67px;
   top: 893.12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_6a6220767318 {
   position: relative !important;
   overflow: visible;
   width: 1232.01px;
   height: 1330.47px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_17195f48a2ce {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b24d2ea0c09 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_2059abdb02b8 {
   width: 15px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_2059abdb02b8 img {
   width: 100%;
   height: 100%;
 }

 .container_2e364cc40d2e {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 10px 10px 10px 10px;
 }

 .container_2a296778d20a {
   padding: 40px 0 0 0;
   width: 1232.01px;
   height: 85.23px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_2a296778d20a {
   width: 1232.01px;
   height: 85.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_2a296778d20a {
   padding: 40px 0 0 0;
   width: 1232.01px;
   height: 85.23px;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
 }

 .container_b14ab48727c3 {
   padding: 0 24px 64px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8033d2901e11 {
   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_c28580ec06d4 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_1b3fac5ceabe {
   width: 1232.01px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_146148c7a12e {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_146148c7a12e img {
   width: 100%;
   height: 100%;
 }

 .text_17d66348b8ed {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_83d0c9fad75e {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_68593374e6bf {
   width: 255px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_68593374e6bf {
   overflow: visible;
 }

 .container_12c5f5d1abc6 {
   padding: 4px 0 0 0;
   width: 254.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8a599f929839 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_d2a46ea368aa {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_d2a46ea368aa img {
   width: 100%;
   height: 100%;
 }

 .container_e9241db93f70 {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_641f5c392757 {
   padding: 20px 20px 20px 20px;
   height: 205.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_6c0d5cd0e607 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_6c0d5cd0e607 img {
   width: 100%;
   height: 100%;
 }

 .text_af38bbecae62 {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a9de6400c9bb {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ddb28b05ddb3 {
   width: 255px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_ddb28b05ddb3 {
   overflow: visible;
 }

 .container_1b1a9f7f9144 {
   padding: 4px 0 0 0;
   width: 254.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41554c3d51ac {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_6e9b769de048 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_6e9b769de048 img {
   width: 100%;
   height: 100%;
 }

 .container_982979596e0a {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_71aed5f172e7 {
   padding: 20px 20px 20px 20px;
   height: 205.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_e1cbe837d8c4 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e1cbe837d8c4 img {
   width: 100%;
   height: 100%;
 }

 .text_25bfc665e781 {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_99b981ab9c9f {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_40a2f5a3ad11 {
   width: 255px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_40a2f5a3ad11 {
   overflow: visible;
 }

 .container_1202e37e1164 {
   padding: 4px 0 0 0;
   width: 254.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e73f20072f71 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_f5451ab2f23b {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f5451ab2f23b img {
   width: 100%;
   height: 100%;
 }

 .container_8ea6b1d8e949 {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7b2aa4cdabc8 {
   padding: 20px 20px 20px 20px;
   height: 205.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14px 14px 14px 14px;
 }

 .imageview_f0dce6237c53 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f0dce6237c53 img {
   width: 100%;
   height: 100%;
 }

 .text_440f397bd13c {
   width: fit-content;
   z-index: 1;
   line-height: 27px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7fa6a80c7a9f {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 43px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_16c05dee3233 {
   width: 255px;
   height: 46px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_16c05dee3233 {
   overflow: visible;
 }

 .container_3aac3df0d1f5 {
   padding: 4px 0 0 0;
   width: 254.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f8c723a895cc {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_e1c16128c537 {
   width: 11.99px;
   height: 11.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_e1c16128c537 img {
   width: 100%;
   height: 100%;
 }

 .container_927795fe8278 {
   padding: 16px 0 0 0;
   width: 254.76px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 4px;
   display: flex !important;
   flex-direction: row;
 }

 .container_7307371739ee {
   padding: 20px 20px 20px 20px;
   height: 205.73px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #ffffff1a;
   border-right: 0.63px solid #ffffff1a;
   border-bottom: 0.63px solid #ffffff1a;
   border-left: 0.63px solid #ffffff1a;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 14px 14px 14px 14px;
 }

 .container_9e2aa72688aa {
   width: 1232.01px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 16px 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a119c3b8a592 {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_a45747f96806 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9805cb43d8d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9cdf7f41e9c6 {
   padding: 56px 0 56px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: linear-gradient(302deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_eb4fadf35416 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(303deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_12e8175f0d2d {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c94490da040 {
   width: 1148.01px;
   height: 1px;
   z-index: 2;
   background: #eff2f6;
 }

 .container_4882a7a47a86 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0106bca44acb {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_30f52cc2a576 {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #0057b8;
   border-radius: 10px 10px 10px 10px;
 }

 .text_1e6d43836e38 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f4222a0cdce0 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_197fe7357d03 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_4ac0a21170b6 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e01ea754b9b2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_179faa7b3f0b {
   width: 473px;
   height: 39px;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_179faa7b3f0b {
   overflow: visible;
 }

 .container_da3163454a4e {
   width: 100%;
   min-width: 0;
   height: 38.5px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_19814cbacbd7 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d86ecf879530 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_b647d5960d04 {
   width: 13.99px;
   height: 15.99px;
   z-index: 2;
 }

 .imageview_b647d5960d04 img {
   width: 100%;
   height: 100%;
 }

 .container_8c05ab9305e5 {
   padding: 20px 20px 20px 20px;
   width: 608.01px;
   height: 99.74px;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_74d94fe10c5d {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_36138a3cc07e {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #cc0000;
   border-radius: 10px 10px 10px 10px;
 }

 .text_50fd7c0837bd {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f8f67415047f {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9877e565b69d {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bb220bb16fd9 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_159df69bb524 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_87e022f1ce0d {
   width: 473px;
   height: 39px;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_87e022f1ce0d {
   overflow: visible;
 }

 .container_0c340682e525 {
   width: 100%;
   min-width: 0;
   height: 38.5px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cca438244fe9 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_89958a5cf01c {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_03295aaf697b {
   width: 13.99px;
   height: 15.99px;
   z-index: 2;
 }

 .imageview_03295aaf697b img {
   width: 100%;
   height: 100%;
 }

 .container_3c9dbe8d815b {
   padding: 20px 20px 20px 20px;
   width: 608.01px;
   height: 99.74px;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 624.01px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_7bf2910cdbd9 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_90ce07ca2ada {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #e67e22;
   border-radius: 10px 10px 10px 10px;
 }

 .text_bad21c98022d {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_276ffe307d34 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_94775e0318c4 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c5a3f000695e {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1734edaff38c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3423162a4048 {
   width: 473px;
   height: 20px;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3423162a4048 {
   overflow: visible;
 }

 .container_f9a9840f0677 {
   width: 100%;
   min-width: 0;
   height: 38.5px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b01e9372155 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1afcdbcbf5af {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_f7c9b24133d6 {
   width: 13.99px;
   height: 15.99px;
   z-index: 2;
 }

 .imageview_f7c9b24133d6 img {
   width: 100%;
   height: 100%;
 }

 .container_94097ce22a28 {
   padding: 20px 20px 20px 20px;
   width: 608.01px;
   height: 99.74px;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 115.74px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .text_124796eda940 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b89e1891e96c {
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #2ecc71;
   border-radius: 10px 10px 10px 10px;
 }

 .text_d9df7913365d {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2d86c8b8d95f {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0d24c3d8bda2 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_f2cbaf3907ad {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_090dd6ad7e48 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_91545b40d25c {
   width: 473px;
   height: 20px;
   z-index: 2;
   line-height: 19.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_91545b40d25c {
   overflow: visible;
 }

 .container_ecad54caac14 {
   width: 100%;
   min-width: 0;
   height: 38.5px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47346d7e1c82 {
   padding: 4px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7b42c259911e {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_338bf38f0d8e {
   width: 13.99px;
   height: 15.99px;
   z-index: 2;
 }

 .imageview_338bf38f0d8e img {
   width: 100%;
   height: 100%;
 }

 .container_16424e183eba {
   padding: 20px 20px 20px 20px;
   width: 608.01px;
   height: 99.74px;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 624.01px;
   top: 115.74px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 14px 14px 14px 14px;
 }

 .container_fa809b504125 {
   position: relative !important;
   overflow: visible;
   width: 1232.01px;
   height: 215.47px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_6d5bde3c2e6e {
   padding: 32px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_82a7b48bede5 {
   padding: 56px 24px 56px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_627a6a7e9c18 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b5a6089b00b {
   width: fit-content;
   z-index: 1;
   line-height: 27.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bd9155defd8e {
   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_cab9fb7bcb06 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e0e8c7275032 {
   padding: 2px 0 0 0;
   width: 310.57px;
   height: 22px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f083a3647b29 {
   width: 310.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b972d5d9a8bc {
   padding: 20px 24px 20px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_dfada459db16 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_ed4452157ed3 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_ed4452157ed3 {
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_ed4452157ed3 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0c40d171767f {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_e1f4c94f2df0 {
   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_232552886c51 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_45e941a83f07 {
   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_17f2cb0ddb41 {
   width: 234.7px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_11895efca4dd {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_e6bb89c9f9da {
   padding: 16px 24px 16px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_ada92ad2d5eb {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7fb70a9ccfb0 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_7fb70a9ccfb0 {
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_7fb70a9ccfb0 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_6a712678b4ad {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_10be72154d05 {
   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_9e9fc033170d {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ff9fe660e745 {
   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_73473be9e674 {
   width: 250.31px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfd0237de4d3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a8800536cc43 {
   padding: 16px 24px 16px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_99d1780d85c2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_20700c42688f {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_20700c42688f {
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_20700c42688f {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_eb3f818f5182 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_70e820905164 {
   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_f2c6f60ccb8e {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_34416ae1cfd9 {
   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_38e35c08d8f3 {
   width: 237.35px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac7d4907569f {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_02985562cdc6 {
   padding: 16px 24px 16px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .text_f6b0cab90d4b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(281deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_53edad3376a9 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_53edad3376a9 {
   width: 43.99px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_53edad3376a9 {
   padding: 4px 8px 4px 8px;
   width: 43.99px;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #0b6e4f4d;
   border-right: 0.63px solid #0b6e4f4d;
   border-bottom: 0.63px solid #0b6e4f4d;
   border-left: 0.63px solid #0b6e4f4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #e8f4f0;
   border-radius: 4px 4px 4px 4px;
 }

 .text_4a406fdd0d2d {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7961ed1da8ab {
   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_30017c16b705 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7c8bae0155c8 {
   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_c1dc9a86ffbe {
   width: 255.51px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_834352cc4af0 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_348206398e6a {
   padding: 16px 24px 16px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_820607b79d2c {
   height: 575.54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_34941fcef10e {
   width: fit-content;
   z-index: 1;
   line-height: 27.6px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_32011fc85d67 {
   width: 310.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7f5a33bf246d {
   width: 311px;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_7f5a33bf246d {
   overflow: visible;
 }

 .container_5e00286119b7 {
   padding: 4px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e17314ff18cc {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_177764b83d5e {
   width: 278.77px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef92c2559b81 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d650f8390b22 {
   padding: 2px 0 12px 0;
   width: 278.77px;
   height: 30px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_0e9efcf4ec71 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_0e9efcf4ec71 img {
   width: 100%;
   height: 100%;
 }

 .text_6f0e5db661f4 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_49e9f73cd146 {
   width: 164.99px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.5px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c7e58d4925ed {
   position: relative !important;
   overflow: visible;
   width: 278.77px;
   height: 23.98px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_faa66f8f8c50 {
   padding: 16px 16px 16px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
   border-radius: 14px 14px 14px 14px;
 }

 .container_dfaab286e5a9 {
   padding: 20px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cda81ed4f995 {
   width: fit-content;
   z-index: 1;
   line-height: 19.5px;
   font-family: 'Hanken Grotesk';
 }

 .container_588ce2e3f663 {
   padding: 16px 0 0 0;
   width: 310.76px;
   height: 55px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_67310b9b735e {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .text_896602e54cd3 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cdc1a4dd2244 {
   width: 312.01px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2f3185e223d6 {
   width: 313px;
   height: 114px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_2f3185e223d6 {
   overflow: visible;
 }

 .container_d45096791f11 {
   padding: 16px 0 20px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_01688544814a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_f33676c6a99c {
   width: 13px;
   height: 13px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f33676c6a99c img {
   width: 100%;
   height: 100%;
 }

 .container_6ba7b74b9fd3 {
   padding: 10px 16px 10px 16px;
   width: 158px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: -0.01px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff26;
   border-radius: 10px 10px 10px 10px;
 }

 .container_43821c236f6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_43821c236f6b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 35.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_43821c236f6b {
   width: 100%;
   min-width: 0;
   height: 35.99px;
   z-index: 1;
 }

 .container_121af315bb15 {
   padding: 24px 24px 24px 24px;
   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;
   background: linear-gradient(282deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 16px 16px 16px 16px;
 }

 .container_43a77f51950d {
   height: 575.54px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08f57805f382 {
   width: 1232.01px;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 24px 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b8c33d2bbcad {
   padding: 56px 24px 56px 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d9bdd840db98 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fd9d8a44fb87 {
   width: 1600px;
   height: fit-content;
   min-height: 1052.5px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
 }

 .container_004ed59a30d0 {
   width: 100%;
   min-width: 0;
   height: 607px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da5255fec619 {
   width: 1600px;
   height: 4515px;
   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: #f5f7fa;
 }

 .container_730513614e2d {
   width: 196px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_98558dc59751 {
   width: 196px;
   height: 22px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_98558dc59751 {
   overflow: visible;
 }

 .container_312ffd77eab0 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 2;
   left: -22px;
   top: 0px;
 }

 .container_0ec00f27ee6b {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 2;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_0ec00f27ee6b {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 2;
 }

 .container_nested_0ec00f27ee6b {
   width: 174px;
   height: 50px;
   z-index: 2;
 }

 .text_96ba48a3c683 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_be1e46a6231d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3c43054c213a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_33dba0406baf {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_375e3553e261 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_a7684ec7e216 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_6210a709a797 {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_0fc073474e56 {
   width: 675px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_696c5376fd2b {
   width: 137px;
   height: 36px;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_696c5376fd2b img {
   width: 100%;
   height: 100%;
 }

 .container_da0fe1d079ee {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 2;
   left: 22px;
   top: 46px;
 }

 .container_0dbd66fd6294 {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 4933px;
   background: #f5f7f9;
 }

 .text_37fc43676401 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_00efc36c4ee5 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e4549315e919 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_e4549315e919 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_e4549315e919 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_55fea5b381fc {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_bc405ca8377c {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_4bfb4aee42f3 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_4bfb4aee42f3 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_4bfb4aee42f3 {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_3f4d1ef0a32c {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_12db0294dced {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_78f078812e92 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_78f078812e92 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_78f078812e92 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_9a8856e0cd55 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_ad1e9bac4b55 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_071a52e843ee {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_a04635481088 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_22ada20a68b2 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_fb632b106df2 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_fb632b106df2 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_fb632b106df2 {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_bfad89562ae4 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1b5025579cdd {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_8e7b220173a0 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_ef349fc7028b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_7e345a8d8d58 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5165px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_7e345a8d8d58 {
   position: absolute !important;
   left: 160px;
   top: 5165px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_7e345a8d8d58 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_bd2e8140f8c0 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 5653px;
 }

 .imageview_bd2e8140f8c0 img {
   width: 100%;
   height: 100%;
 }

 .imageview_f86ffc0e3810 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 5655px;
 }

 .imageview_f86ffc0e3810 img {
   width: 100%;
   height: 100%;
 }

 .text_d9f6a8de936b {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 5650px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_d9f6a8de936b {
   overflow: visible;
 }

 .text_4cdc53d66764 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 5650px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4cdc53d66764 {
   overflow: visible;
 }

 .container_f8429aaab667 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_8963ab6c9110 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_e55c8383b0de {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dd356becdff0 {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_ad39c2ac90ca {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_9e0ed02da736 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_d131b1a60c04 {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_d131b1a60c04 img {
   width: 100%;
   height: 100%;
 }

 .container_a45c88d3849f {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_d6e2b957f3e7 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_3ad3650998a2 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_39bab3bb266d {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_7bfc6d906847 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 4688px;
 }

 .viewport_bbceefa32897 {
   width: 1600px;
   height: 5696px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .container_3f21296d9078 {
   width: 1600px;
   height: 649px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 60% -10%, #0284c714 0%, #0284c700 70%);
   mix-blend-mode: normal;
 }

 .container_3cc7676f01b2 {
   position: absolute !important;
   overflow: visible;
   width: 1600px;
   height: 649px;
   z-index: 0;
   left: 0px;
   top: 117px;
   background: radial-gradient(closest-side at 100% 60%, #0284c70d 0%, #0284c700 60%);
 }

 .container_58d982731b1e {
   width: 23.99px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: linear-gradient(344deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
 }

 .text_307b88c0c905 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(310deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_7e2fac0de0d5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f3c7de29fdc5 {
   width: fit-content;
   z-index: 1;
   line-height: 120px;
   font-family: 'Hanken Grotesk';
 }

 .text-8b756c4f2f01_f3c7de29fdc5 {
   line-height: 120px;
   font-family: 'Hanken Grotesk';
 }

 .text-89c2f01e341c_f3c7de29fdc5 {
   line-height: 120px;
   font-family: 'Hanken Grotesk';
 }

 .text-1f28698b8cba_f3c7de29fdc5 {
   line-height: 120px;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_dde723081ea2 {
   padding: 16px 0 0 0;
   width: 997.23px;
   height: 376px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c666c5aaacef {
   width: 448px;
   height: 88px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_c666c5aaacef {
   overflow: visible;
 }

 .container_59451a3a95e2 {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_109a4188c3f3 {
   height: 503.7px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_8b608cb88b9b {
   width: 13.99px;
   height: 13.99px;
   z-index: 1;
 }

 .imageview_8b608cb88b9b img {
   width: 100%;
   height: 100%;
 }

 .text_3c85d5dd91ec {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d9bf2a458279 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-end;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_cbd281487f60 {
   width: 13.99px;
   height: 13.99px;
   z-index: 1;
 }

 .imageview_cbd281487f60 img {
   width: 100%;
   height: 100%;
 }

 .text_e4203ca8cba5 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_76b937979908 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-end;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_465f543cc5bd {
   padding: 0 0 8px 0;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_916bea7d1e05 {
   padding: 80px 24px 64px 24px;
   width: 1280px;
   height: 647.7px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 48px 48px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b89a62195585 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2d5e3d9e211e {
   width: 1232.01px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #eff2f6;
 }

 .container_2ef185a69db4 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_814c1fd3fe9c {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_23cbdab94160 {
   width: 100%;
   min-width: 0;
   height: 648.69px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e5fae5700b98 {
   width: fit-content;
   z-index: 1;
   line-height: 42px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_add6cca61c16 {
   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_729ff447abcf {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_33d4f1503e1f {
   padding: 4px 0 0 0;
   width: 772.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_35360485253d {
   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_89ac52dbd387 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b7549857da3b {
   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_278407089cda {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_318f79fee4ad {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_318f79fee4ad {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_318f79fee4ad {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_2ce8e62f1c4b {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c70f519483b3 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_c70f519483b3 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_c70f519483b3 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_87f2415a1e36 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_df79fab1e630 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_df79fab1e630 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_df79fab1e630 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .text_a53252c66bc2 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2b7395270747 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_2b7395270747 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_2b7395270747 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 6px 6px 6px 6px;
 }

 .container_574b52e0c693 {
   padding: 12px 0 0 0;
   width: 772.01px;
   height: 41.25px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_f1270a9c670b {
   padding: 32px 0 0 0;
   width: 772.01px;
   height: 89.25px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9be759d8d4e8 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_49bbfc68d575 {
   padding: 0 0 8px 0;
   width: 376.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3ad346e185d8 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_3ad346e185d8 {
   overflow: visible;
 }

 .container_59ea5d25c558 {
   padding: 12px 16px 12px 16px;
   width: 376.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .input_text_88fdc733aff0 {
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .wrapper_input_text_88fdc733aff0 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
 }

 .input_text_88fdc733aff0::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #5a729066;
   font-family: 'Hanken Grotesk';
 }

 .container_57a35e44ce4d {
   width: 376.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a9f752bf5771 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_2d2ac9aa46f9 {
   padding: 0 0 8px 0;
   width: 376.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_35f9fca8cd58 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_35f9fca8cd58 {
   overflow: visible;
 }

 .container_be29c13d6435 {
   padding: 12px 16px 12px 16px;
   width: 376.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .input_text_d0b8f3061b5c {
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .wrapper_input_text_d0b8f3061b5c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
 }

 .input_text_d0b8f3061b5c::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #5a729066;
   font-family: 'Hanken Grotesk';
 }

 .container_034c922688b8 {
   width: 376.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 396.01px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_fef6ca8314d3 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_9080b00b9295 {
   padding: 0 0 8px 0;
   width: 772.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0ea0f9dd9e08 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_0ea0f9dd9e08 {
   overflow: visible;
 }

 .container_d1f42dc4498f {
   padding: 12px 16px 12px 16px;
   width: 772.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .container_d0247fd3686e {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_772a1d3424cf {
   width: 772.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 89.23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6947f2490ae9 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_863d21bbfb60 {
   padding: 0 0 8px 0;
   width: 376.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_da54d5ea24b8 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_da54d5ea24b8 {
   overflow: visible;
 }

 .container_f4addc46a92b {
   padding: 12px 16px 12px 16px;
   width: 376.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .input_text_b2e9985a91b4 {
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .wrapper_input_text_b2e9985a91b4 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
 }

 .input_text_b2e9985a91b4::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #5a729066;
   font-family: 'Hanken Grotesk';
 }

 .container_52c04bb01b36 {
   width: 376.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 178.46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3ce1b77601ff {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_239de379981f {
   padding: 0 0 8px 0;
   width: 376.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_267d314588c8 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_267d314588c8 {
   overflow: visible;
 }

 .container_513aaf686913 {
   padding: 12px 16px 12px 16px;
   width: 376.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .input_text_308c2f409a68 {
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .wrapper_input_text_308c2f409a68 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
 }

 .input_text_308c2f409a68::placeholder {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   text-align: start;
   word-wrap: break-word;
   white-space: normal;
   color: #5a729066;
   font-family: 'Hanken Grotesk';
 }

 .container_2978ba04e950 {
   width: 376.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 396.01px;
   top: 178.46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_49374197da4c {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_7b37d6d7f692 {
   padding: 0 0 8px 0;
   width: 772.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cccb3c8d6bc1 {
   width: 100%;
   min-width: 0;
   height: 18px;
   z-index: 1;
   line-height: 18.24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_cccb3c8d6bc1 {
   overflow: visible;
 }

 .container_34527b6fb50a {
   padding: 12px 16px 12px 16px;
   width: 772.01px;
   height: 45.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .container_e00211393031 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_e00211393031 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 45.23px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_e00211393031 {
   width: 100%;
   min-width: 0;
   height: 45.23px;
   z-index: 1;
 }

 .container_d973c3657f1b {
   width: 772.01px;
   height: 69.23px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 267.69px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b7b8f7af43ee {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_184318268d58 {
   padding: 0 0 8px 0;
   width: 772.01px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4ca96a083bd6 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 20px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4ca96a083bd6 {
   overflow: visible;
 }

 .container_b3906f9d3430 {
   padding: 12px 16px 12px 16px;
   width: 772.01px;
   height: 105.23px;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #eaf3fb;
   border-radius: 6px 6px 6px 6px;
 }

 .container_9a20e730d43a {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 111.73px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_c30293ce61b5 {
   width: 772.01px;
   height: 135.72px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 356.91px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_60b6f7ca93df {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_aeb886cd69c1 {
   padding: 32px 0 0 0;
   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_12f1912f21c4 {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text-62436f3bbdc7_12f1912f21c4 {
   line-height: 16px;
   font-family: 'Hanken Grotesk';
 }

 .text-0a59988d1c17_12f1912f21c4 {
   line-height: 16px;
   font-family: 'Hanken Grotesk';
 }

 .text-49ce83a16099_12f1912f21c4 {
   line-height: 16px;
   background: linear-gradient(336deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_306cad9314af {
   width: fit-content;
   height: fit-content;
   max-width: 320px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f2599b6311d {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .imageview_07845ea26a65 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_07845ea26a65 img {
   width: 100%;
   height: 100%;
 }

 .container_210b5b16b1e0 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 6px 6px 6px 6px;
 }

 .container_wrapper_210b5b16b1e0 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_210b5b16b1e0 {
   padding: 12px 24px 12px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(300deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 6px 6px 6px 6px;
 }

 .container_21d87a5c4d95 {
   padding: 40px 0 0 0;
   width: 772.01px;
   height: 84px;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_5396155b94ed {
   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_f521e1936b31 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_f521e1936b31 {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
 }

 .container_nested_f521e1936b31 {
   height: 100%;
   min-height: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a6a19acf544f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3a29e13c6257 {
   width: 332.01px;
   height: 16px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 24px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f03864ed6976 {
   width: fit-content;
   z-index: 1;
   line-height: 30px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_946926fd44a1 {
   padding: 12px 0 0 0;
   width: 332.01px;
   height: 42px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_041887342d04 {
   width: 333px;
   height: 69px;
   z-index: 1;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_041887342d04 {
   overflow: visible;
 }

 .container_4332d34f7647 {
   padding: 12px 0 16px 0;
   width: 333px;
   height: 97px;
   z-index: 1;
   position: absolute !important;
   left: 24px;
   top: 82px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5e043275fa9a {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(301deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .imageview_9a2ab0b16cd0 {
   width: 13.99px;
   height: 13.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9a2ab0b16cd0 img {
   width: 100%;
   height: 100%;
 }

 .container_d3e13a952e12 {
   padding: 8px 16px 8px 16px;
   width: 136.99px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: -0.01px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_7e7efd9dc389 {
   position: absolute !important;
   overflow: visible;
   width: 332px;
   height: 35.99px;
   z-index: 1;
   left: 24px;
   top: 179px;
 }

 .container_wrapper_7e7efd9dc389 {
   position: absolute !important;
   overflow: visible;
   left: 24px;
   top: 179px;
   width: 332px;
   height: 35.99px;
   z-index: 1;
 }

 .container_nested_7e7efd9dc389 {
   width: 332px;
   height: 35.99px;
   z-index: 1;
 }

 .container_25ca944e2cd2 {
   width: 128px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: 276px;
   top: -23.99px;
   background: radial-gradient(closest-side at 50% 50%, #ffffffff 0%, #ffffff00 70%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   opacity: 0.20000000298023224;
 }

 .container_c436701aaa30 {
   position: relative !important;
   width: 380px;
   height: 238.22px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 6px 6px 6px 6px;
 }

 .text_d9bd38cf5e3c {
   width: fit-content;
   z-index: 1;
   line-height: 26.4px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_fcc253e305f0 {
   width: 330.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_5a6d9b9e2e8f {
   width: 31.99px;
   height: 33.99px;
   z-index: 1;
 }

 .imageview_5a6d9b9e2e8f img {
   width: 100%;
   height: 100%;
 }

 .text_909b9f41542a {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_cdc23a0a5a75 {
   padding: 0 0 2px 0;
   width: 150.92px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_bd71918f2756 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0.74px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_a270d1d4c2f9 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_22a0b1a2b3b2 {
   width: 150.92px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5d37c9ddb56d {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_43b34ef1b181 {
   width: 31.99px;
   height: 33.99px;
   z-index: 1;
 }

 .imageview_43b34ef1b181 img {
   width: 100%;
   height: 100%;
 }

 .text_82ff472da03f {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_bdb7378ed072 {
   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_da4303ea5bf8 {
   width: fit-content;
   z-index: 1;
   line-height: 22.75px;
   font-family: 'Hanken Grotesk';
 }

 .container_4dfbc4cab53d {
   padding: 2px 0 0 0;
   width: 220.12px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cb10a85f9898 {
   width: 220.12px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_da715ba16495 {
   padding: 16px 0 0 0;
   width: 330.76px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_98777dba0df5 {
   padding: 20px 0 0 0;
   width: 330.76px;
   height: 141.99px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7ace4c58d04d {
   width: 330.76px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   background: #eff2f6;
 }

 .container_40ee81b0c5fc {
   padding: 20px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_85d09e8821a7 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_dda8b38e82e4 {
   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;
 }

 .imageview_309e32dc683c {
   width: 330.76px;
   height: 43.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_309e32dc683c img {
   width: 100%;
   height: 100%;
 }

 .container_ea8264aea05d {
   padding: 20px 0 0 0;
   width: 330.76px;
   height: 79.99px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4dd876ba086d {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_319c7183e0e1 {
   padding: 24px 0 0 0;
   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_0f605cbe91fe {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_23ee25e50c74 {
   width: 330.76px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_807684ed6d65 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_a592baa187d2 {
   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_1b1195f6ecf6 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_b20f544c640b {
   padding: 4px 0 0 0;
   width: 157.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47fae0608f98 {
   width: 157.38px;
   height: 47.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_de22036198de {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(288deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_fb24623ac61c {
   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_f75e1d2482df {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_c02b4a0d14cf {
   padding: 4px 0 0 0;
   width: 157.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7c1c2bfa2e62 {
   width: 157.38px;
   height: 47.99px;
   z-index: 1;
   position: absolute !important;
   left: 173.38px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e6692ef5e8d8 {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_edc1d6bcd5a0 {
   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_78316a75c8e0 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_3d5734c7123d {
   padding: 4px 0 0 0;
   width: 157.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_657cfe688db1 {
   width: 157.38px;
   height: 47.99px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 63.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ad9f9efe73ab {
   width: fit-content;
   z-index: 1;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(291deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_0da028a62a06 {
   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_64537ff39488 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_d43d5ce2eb8c {
   padding: 4px 0 0 0;
   width: 157.38px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2e0adead1ff {
   width: 157.38px;
   height: 47.99px;
   z-index: 1;
   position: absolute !important;
   left: 173.38px;
   top: 63.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_285dec793fa5 {
   position: relative !important;
   overflow: visible;
   width: 330.76px;
   height: 111.97px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_3df41d72d8db {
   padding: 16px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_51d5c089f49b {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 6px 6px 6px 6px;
 }

 .container_708ecf376d98 {
   padding: 24px 0 0 0;
   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_590e3aee67a5 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Hanken Grotesk';
 }

 .container_70d2e7652f00 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_55fd6645f2d9 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #33d5b8;
   border-radius: 6px 6px 6px 6px;
 }

 .text_497bd2e4f4bd {
   width: 295px;
   height: 20px;
   z-index: 1;
   line-height: 19.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_497bd2e4f4bd {
   overflow: visible;
 }

 .container_0c9798307015 {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_79ff1d2c8ce2 {
   padding: 12px 16px 12px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
   border-radius: 6px 6px 6px 6px;
 }

 .container_cee92e107a58 {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b87191bf016f {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5b8214e4720b {
   padding: 64px 24px 64px 24px;
   width: 1280px;
   height: 1014.72px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 80px 80px;
   display: flex !important;
   flex-direction: row;
 }

 .container_11e42df0c8a1 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_558a44e8cba8 {
   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_6f3b530734a5 {
   width: 1600px;
   height: 2582px;
   min-height: 1052.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 117px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f5f7fa;
 }

 .container_f328692161b0 {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_b05e6f0c2165 {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_b05e6f0c2165 {
   overflow: visible;
 }

 .container_9e8ade891377 {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_54ecc8b65f87 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_54ecc8b65f87 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_54ecc8b65f87 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_cad8fc837c8b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_690c76300314 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_4bbb1f1b51b5 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_8c73d2b22707 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3a4b93263989 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_0de06e116f07 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_bb4c5cd2f5a3 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_ce0cf56e0190 {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_ce0cf56e0190 {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_ce0cf56e0190 {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_932e28da089f {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_932e28da089f img {
   width: 100%;
   height: 100%;
 }

 .container_358e6aad16cc {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_358e6aad16cc {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_358e6aad16cc {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_b0b3c0a883d4 {
   width: 1596px;
   height: 702px;
   z-index: 2;
   position: absolute !important;
   left: 2px;
   top: 1997px;
   background: #f5f7f9;
 }

 .text_f5ec16f631d9 {
   width: 186.11px;
   height: 294px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_23b760371dfe {
   width: 124.5px;
   height: 24.38px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_22e487654df3 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 3;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_22e487654df3 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 3;
 }

 .container_nested_22e487654df3 {
   width: 186.11px;
   height: 330px;
   z-index: 3;
 }

 .text_1540ec0d89a5 {
   width: 230.66px;
   height: 362px;
   z-index: 3;
   position: absolute !important;
   left: 0.29px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_5fcaec0dd817 {
   width: 154.26px;
   height: 24.38px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_e23951c71796 {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 3;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_e23951c71796 {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 3;
 }

 .container_nested_e23951c71796 {
   width: 230.94px;
   height: 398px;
   z-index: 3;
 }

 .text_1df62ac88b0d {
   width: 242px;
   height: 330px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_3bb051a08a6d {
   width: 203.16px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_dca295aa4504 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 3;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_dca295aa4504 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 3;
 }

 .container_nested_dca295aa4504 {
   width: 242px;
   height: 364px;
   z-index: 3;
 }

 .text_c7595565f0c0 {
   width: 121px;
   height: 260px;
   z-index: 3;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1e163b70b1a3 {
   width: 124.5px;
   height: 24.38px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_787ef051bfd8 {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 3;
   left: 788.99px;
   top: 0px;
 }

 .text_e1589b480610 {
   width: 163px;
   height: 333px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_2ae7101b7592 {
   width: 108.61px;
   height: 24.38px;
   z-index: 3;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_a4962953e270 {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 3;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_a4962953e270 {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 3;
 }

 .container_nested_a4962953e270 {
   width: 163px;
   height: 369px;
   z-index: 3;
 }

 .text_64e01fcdc540 {
   width: 124px;
   height: 204px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_312a87edf872 {
   width: 82.7px;
   height: 24.38px;
   z-index: 3;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_96fc564ed3ed {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 3;
   left: 1156px;
   top: 0px;
 }

 .container_cbc25ead5fe6 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_326db6ef32df {
   width: 1280px;
   height: 369px;
   z-index: 3;
   position: absolute !important;
   left: 160px;
   top: 2229px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_326db6ef32df {
   position: absolute !important;
   left: 160px;
   top: 2229px;
   width: 1280px;
   height: 369px;
   z-index: 3;
 }

 .container_nested_326db6ef32df {
   width: 1280px;
   height: 369px;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_296a2e28ac85 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 2717px;
 }

 .imageview_296a2e28ac85 img {
   width: 100%;
   height: 100%;
 }

 .imageview_dc92acd0a61d {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 2719px;
 }

 .imageview_dc92acd0a61d img {
   width: 100%;
   height: 100%;
 }

 .text_db6131291866 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 2714px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_db6131291866 {
   overflow: visible;
 }

 .text_5762e31ef654 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 2714px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_5762e31ef654 {
   overflow: visible;
 }

 .container_d79624097fcb {
   width: 1280px;
   height: 425px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_938ed60c3805 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 3;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_c645323a40fd {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_0d3af9953f12 {
   width: 178px;
   height: 56px;
   z-index: 4;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_f90adc6d8231 {
   width: max-content;
   z-index: 6;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_b92829acd372 {
   width: 36px;
   height: 36px;
   z-index: 6;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_7257eca9a2a1 {
   width: 33.94px;
   height: 33.94px;
   z-index: 7;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_7257eca9a2a1 img {
   width: 100%;
   height: 100%;
 }

 .container_cae875561507 {
   width: 611px;
   height: 68px;
   z-index: 5;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_8db47c39e589 {
   width: 234px;
   height: 23px;
   z-index: 6;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_e564d8dd70c3 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_wrapper_e564d8dd70c3 {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 4;
 }

 .container_nested_e564d8dd70c3 {
   width: 611px;
   height: 68px;
   z-index: 4;
 }

 .container_aeb1fb61c294 {
   width: 902px;
   height: 254px;
   z-index: 4;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_538e1fe78d2f {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 3;
   left: 159px;
   top: 1752px;
 }

 .viewport_f813391d0d2d {
   width: 1600px;
   height: 2764px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }

 .text_4dd20b9cf744 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_a5906320a42f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_4c8a0f6de63b {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_2d8d2c5ae604 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d31941d94e7 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_f17caeb9756c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_41e08b44d0b0 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_04050088d198 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0b3f2b7bbc84 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_2c70e6c97cd2 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0de530dfd5c4 {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_56dea0451a2a {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9e838e3a111e {
   width: fit-content;
   z-index: 0;
   line-height: 28px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_1c229b5b5537 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c3c611397250 {
   padding: 32px 0 0 0;
   width: 1280px;
   height: 60px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   gap: 0 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0b57c7323acb {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_53e7d17fa4db {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_163988c1c6c8 {
   padding: 40px 24px 40px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_82f9254acbc0 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_82f9254acbc0 img {
   width: 100%;
   height: 100%;
 }

 .text_66c3caa5316f {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_a44fbf19e84c {
   padding: 20px 0 0 0;
   width: 255.26px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ab8392281564 {
   width: 256px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_ab8392281564 {
   overflow: visible;
 }

 .container_dfed27894c1b {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f67aa9ee0a22 {
   padding: 32px 32px 32px 32px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_2df0917e3c41 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_2df0917e3c41 img {
   width: 100%;
   height: 100%;
 }

 .text_d1c1fdd3279b {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_6199d6a9860f {
   padding: 20px 0 0 0;
   width: 255.27px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_168c390cc13d {
   width: 256px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_168c390cc13d {
   overflow: visible;
 }

 .container_4624e2faec40 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_34647e466bb9 {
   padding: 32px 32px 32px 32px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_d6953ab33535 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d6953ab33535 img {
   width: 100%;
   height: 100%;
 }

 .text_a6954319c143 {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_6bdc775c06c1 {
   padding: 20px 0 0 0;
   width: 255.26px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1a7a941ba1b9 {
   width: 256px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_1a7a941ba1b9 {
   overflow: visible;
 }

 .container_b556e3c263b9 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1bfb5af13817 {
   padding: 32px 32px 32px 32px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .imageview_f81171a05315 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f81171a05315 img {
   width: 100%;
   height: 100%;
 }

 .text_7494134bcc7e {
   width: fit-content;
   z-index: 0;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_dca90b0a241f {
   padding: 20px 0 0 0;
   width: 255.27px;
   height: 44px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8ebf36089ab6 {
   width: 256px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_8ebf36089ab6 {
   overflow: visible;
 }

 .container_6ca8c26b5fbc {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_ac48592cf9db {
   padding: 32px 32px 32px 32px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_061e1d8bd772 {
   width: 1280px;
   height: 201.48px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 1px 1px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
 }

 .container_baa34fa19824 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c06ab201617c {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_0f74d9fb52a7 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(325deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_e8e9cd2d65c6 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1b7961c9e7d7 {
   width: 608px;
   height: 90px;
   z-index: 0;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Epilogue';
 }

 .text_autoheight_1b7961c9e7d7 {
   overflow: visible;
 }

 .container_6a875de80871 {
   padding: 16px 0 0 0;
   width: 608px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_34022209c5c2 {
   width: 608px;
   height: 78px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_34022209c5c2 {
   overflow: visible;
 }

 .container_d3790c627d64 {
   padding: 20px 0 32px 0;
   width: 608px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_87e930651f06 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .imageview_e28badbe9741 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_e28badbe9741 img {
   width: 100%;
   height: 100%;
 }

 .container_c5af03ed99a9 {
   width: 100px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 2.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4b14259aa2be {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_6afbc648562a {
   height: 275.92px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_519a0586507e {
   width: fit-content;
   z-index: 0;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_7471d813163a {
   padding: 0 0 8px 0;
   width: 172px;
   height: 80px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43d9260e2af4 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_5aabfd70286c {
   padding: 40px 40px 40px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
   border-radius: 10px 10px 10px 10px;
 }

 .container_0d7df5c59a62 {
   width: 1280px;
   height: 275.92px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c3fe1671d572 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_66ebd0b08d26 {
   width: 247px;
   height: 144px;
   z-index: 0;
   line-height: 72px;
   word-wrap: break-word;
   white-space: normal;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .text_autoheight_66ebd0b08d26 {
   overflow: visible;
 }

 .container_3b05299c3c20 {
   padding: 0 0 8px 0;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c74b4c9ddfc9 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_211b71e0c8df {
   padding: 40px 40px 40px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
   border-radius: 10px 10px 10px 10px;
 }

 .text_bcf76bc822ae {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(330deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_74b9834e90a4 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5c21aabb7e66 {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_1268b6a64373 {
   padding: 16px 0 0 0;
   width: 888.41px;
   height: 61px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_2b060a6fbbec {
   width: 889px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_2b060a6fbbec {
   overflow: visible;
 }

 .container_63f52f622f1a {
   padding: 20px 0 32px 0;
   width: 888.41px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_edd41a09420c {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .imageview_5e2b89dd1420 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_5e2b89dd1420 img {
   width: 100%;
   height: 100%;
 }

 .container_73ec1f0c3944 {
   width: 100px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5d6f93b93b46 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_b9485812481c {
   width: 888.41px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_47938baf7476 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-end;
   align-items: center;
   gap: 0 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_1f7d5e0e97f2 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0c0e1367c352 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d7f8aff41d92 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f6;
 }

 .text_98d34140badb {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_80ab472982bb {
   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_33a494b4b7fc {
   width: 608px;
   height: 90px;
   z-index: 1;
   line-height: 45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Epilogue';
 }

 .text_autoheight_33a494b4b7fc {
   overflow: visible;
 }

 .container_e5fe1e61650e {
   padding: 16px 0 0 0;
   width: 608px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_150fb2fb924b {
   width: 608px;
   height: 78px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_150fb2fb924b {
   overflow: visible;
 }

 .container_ba73b84f95ff {
   padding: 20px 0 32px 0;
   width: 608px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ecc13a0aebe3 {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .imageview_7cb5e93ace44 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_7cb5e93ace44 img {
   width: 100%;
   height: 100%;
 }

 .container_1f0eaa638fa6 {
   width: 100px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2.49px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .container_a99a554b409c {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 23.99px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_58abdf18c75b {
   height: 275.92px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_75b56c57e6a1 {
   width: fit-content;
   z-index: 1;
   line-height: 72px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_bf999343cadb {
   padding: 0 0 8px 0;
   width: 210px;
   height: 80px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_737da89c60fa {
   width: fit-content;
   z-index: 1;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_0bc7845a47a3 {
   padding: 40px 40px 40px 40px;
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
   border-radius: 10px 10px 10px 10px;
 }

 .container_66e7a92aa3b0 {
   width: 1280px;
   height: 275.92px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_b2b2be61e3a4 {
   padding: 96px 24px 96px 24px;
   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_3324399eae1a {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(314deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_e4ba619b804b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6d408f5a02cd {
   width: fit-content;
   z-index: 0;
   line-height: 40px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_0799ef955b97 {
   padding: 16px 0 0 0;
   width: 1280px;
   height: 56px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_83376014c531 {
   width: 576px;
   height: 48px;
   z-index: 0;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_83376014c531 {
   overflow: visible;
 }

 .container_d0e2cf4367c6 {
   padding: 12px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_c14668009d92 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_c14668009d92 img {
   width: 100%;
   height: 100%;
 }

 .text_3d976ad734e2 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_7677e0027752 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_88e9d7f4236c {
   width: 370px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_1cb6c5822344 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_96e2f3235fea {
   padding: 12px 0 0 0;
   width: 370px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fb7985da78b {
   padding: 28px 28px 28px 28px;
   width: 426px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .imageview_f49615f1dd05 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_f49615f1dd05 img {
   width: 100%;
   height: 100%;
 }

 .text_3bd020f2d0fb {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_07748530e616 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fb5326cd9f62 {
   width: 370.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_10ca87400bc1 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_c21b73c5bac1 {
   padding: 12px 0 0 0;
   width: 370.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_939d86fd7284 {
   padding: 28px 28px 28px 28px;
   width: 426.01px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 427px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .imageview_548d41e55a8c {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_548d41e55a8c img {
   width: 100%;
   height: 100%;
 }

 .text_aba910990722 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_de54fdc7af04 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f614a0341c08 {
   width: 370.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b3b4b14ef1d {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_7dc81d919dd2 {
   padding: 12px 0 0 0;
   width: 370.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d06e5680b6d9 {
   padding: 28px 28px 28px 28px;
   width: 426.01px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 854px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .imageview_bb9b99c2d477 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_bb9b99c2d477 img {
   width: 100%;
   height: 100%;
 }

 .text_8c82b2760792 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_01ef42e24e73 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_77f4fb648a75 {
   width: 370px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_47aecf9c9d11 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_5747650e84a4 {
   padding: 12px 0 0 0;
   width: 370px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_963044267364 {
   padding: 28px 28px 28px 28px;
   width: 426px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 120.48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .imageview_0adafdf98cb8 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_0adafdf98cb8 img {
   width: 100%;
   height: 100%;
 }

 .text_4a7a03f2a1d7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_efae2fc32e85 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4606ef320e9c {
   width: 370.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_7272f10d909a {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6eb92c1266b8 {
   padding: 12px 0 0 0;
   width: 370.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_cf070dfefacb {
   padding: 28px 28px 28px 28px;
   width: 426.01px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 427px;
   top: 120.48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .imageview_ec8e4c323b24 {
   width: 31.99px;
   height: 31.99px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_ec8e4c323b24 img {
   width: 100%;
   height: 100%;
 }

 .text_3a8832d65dbb {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_271654f5ef2f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_64bca718d794 {
   width: 370.01px;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_23e9013f0336 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_9121171129ce {
   padding: 12px 0 0 0;
   width: 370.01px;
   height: 32px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3732bbfa8a10 {
   padding: 28px 28px 28px 28px;
   width: 426.01px;
   height: 119.48px;
   z-index: 0;
   position: absolute !important;
   left: 854px;
   top: 120.48px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .container_93ee592e1869 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 239.96px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
 }

 .container_1ef8dd9c3903 {
   padding: 56px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d7245ee97f1 {
   width: 1280px;
   height: fit-content;
   max-width: 1280px;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_28473d158a45 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e6afb608c556 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f7f7fa;
 }

 .text_8c13baa05f6d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(316deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_202f2dcecdad {
   padding: 0 0 24px 0;
   width: 542.75px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7b3a7c6588d5 {
   width: 543px;
   height: 156px;
   z-index: 0;
   line-height: 39px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Epilogue';
 }

 .text_autoheight_7b3a7c6588d5 {
   overflow: visible;
 }

 .container_b25e93d6d4ca {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6f7649496007 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(279deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Inter';
 }

 .container_7585add8d313 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 20971500px 20971500px 20971500px 20971500px;
 }

 .text_fe544950e4d8 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6c018608494f {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a426573eb5e1 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_24cdd5a1e6fb {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e84ddfee9eac {
   width: 156.57px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_588043d68bbd {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_8312e594284f {
   padding: 48px 48px 48px 48px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   border-top: 0px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #eff2f6;
 }

 .text_39c5bb37c31f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_c7afc34d465a {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_43bffb9e9d64 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(283deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .text_86e575dcd933 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 73.06px;
   top: 11.25px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_2375fa845098 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_423ccf6531e6 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .text_96ff89511fbf {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 79.57px;
   top: 11.25px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b8c5c6d27c03 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .text_0d2e6c0a64af {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 36px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(284deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .text_0a687ba3abe8 {
   width: max-content;
   z-index: 0;
   position: absolute !important;
   left: 79.63px;
   top: 11.25px;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_afa17befc9ca {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 36px;
   flex-shrink: 0;
   z-index: 0;
 }

 .container_883f3ec89c9b {
   padding: 48px 48px 48px 48px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: center;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0cc6eb3331d5 {
   width: 1280px;
   height: 365.24px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 10px 10px 10px 10px;
 }

 .container_b83c83b9dac6 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_761e6adfb713 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(326deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_3e7a71fc9c59 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_ef56091ccb95 {
   width: fit-content;
   z-index: 0;
   line-height: 45px;
   font-family: 'Epilogue';
 }

 .container_ee33e9776811 {
   padding: 16px 0 0 0;
   width: 608px;
   height: 106px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_6ecab932d8c7 {
   width: 608px;
   height: 52px;
   z-index: 0;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_6ecab932d8c7 {
   overflow: visible;
 }

 .container_51eacdb20fd3 {
   padding: 20px 0 0 0;
   width: 608px;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d8fab3f63041 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_d8fab3f63041 img {
   width: 100%;
   height: 100%;
 }

 .text_e51d3c3f0c0b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_9aa15e1b2f87 {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_28fd51a4d4c7 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_cc3a899f624f {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 6px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9acc64a50b38 {
   padding: 32px 0 0 0;
   width: 608px;
   height: 52px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_4a01fcc2630b {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_56a5535d8186 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_f9dda1075954 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_3b4fdedfa3bc {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_77ce1a28d25d {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_576965bde88a {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_3949ba90f302 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_3962091c6d16 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_340eea889f1f {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_63eb29be8655 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_b366bfcaf9aa {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_e372a9cf69a1 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d0058b171072 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_b410d6fc0886 {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .text_0981d55f6378 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_ef02d225e85f {
   padding: 6px 12px 6px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_d5b816c75696 {
   padding: 32px 0 0 0;
   width: 608px;
   height: 61.25px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b3893c144fbd {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_b3893c144fbd img {
   width: 100%;
   height: 100%;
 }

 .text_d33196759efe {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_6e59358bde8e {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_1cef8303de93 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_1cef8303de93 img {
   width: 100%;
   height: 100%;
 }

 .text_d65e82e1895a {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_3212c6e16adf {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_61c2834cf9d1 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_61c2834cf9d1 img {
   width: 100%;
   height: 100%;
 }

 .text_cdef02d9941b {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_aefec909d989 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .container_4cd00592a500 {
   padding: 32px 0 0 0;
   width: 608px;
   height: 116px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_0eb7749fe5f8 {
   height: 423.14px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_21e80a7d01c9 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 0;
 }

 .imageview_21e80a7d01c9 img {
   width: 100%;
   height: 100%;
 }

 .text_508585d263e2 {
   width: fit-content;
   z-index: 0;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'JetBrains Mono';
 }

 .container_7f86ce06748c {
   width: fit-content;
   height: fit-content;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3a84bb01df9d {
   padding: 12px 16px 12px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0px solid #697586ff;
   border-right: 0px solid #697586ff;
   border-bottom: 0.63px solid #697586ff;
   border-left: 0px solid #697586ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
 }

 .text_9df68f715ed2 {
   width: fit-content;
   z-index: 0;
   line-height: 19.5px;
   font-family: 'JetBrains Mono';
 }

 .container_04620a12ac31 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 399.02px;
   flex-shrink: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #121d9d;
 }

 .container_c6dc62564f36 {
   width: 100%;
   min-width: 0;
   height: 440.88px;
   flex-shrink: 0;
   z-index: 0;
   border-top: 0.63px solid #697586ff;
   border-right: 0.63px solid #697586ff;
   border-bottom: 0.63px solid #697586ff;
   border-left: 0.63px solid #697586ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 10px 10px 10px 10px;
 }

 .container_056c83c9b2bc {
   height: 440.88px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_be6d540ebfbc {
   width: 1280px;
   height: 440.88px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 64px 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_c400f1b6540b {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_9eb04611bb75 {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0px solid #eff2f6ff;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #f2f2f6;
 }

 .text_a820190bb8b3 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(289deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_9a5915ff62aa {
   width: 330px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b0770e254f30 {
   width: 180px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_b0770e254f30 {
   overflow: visible;
 }

 .container_fccf2eeceb74 {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_38edec96950f {
   padding: 40px 48px 40px 48px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_99fee5b6c571 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(285deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_7be16d6a7d3f {
   width: 330.01px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d9c1854a1df3 {
   width: 180px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_d9c1854a1df3 {
   overflow: visible;
 }

 .container_9b249dcc3d1d {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_57715c7cf6ee {
   padding: 40px 48px 40px 48px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .text_2ffe535ceb37 {
   width: fit-content;
   z-index: 0;
   line-height: 48px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_172e32ee37da {
   width: 330.01px;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_40407e26c77b {
   width: 180px;
   height: 46px;
   z-index: 0;
   line-height: 22.75px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_40407e26c77b {
   overflow: visible;
 }

 .container_b00dcc40befe {
   padding: 8px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_fe89c54a08e5 {
   padding: 40px 48px 40px 48px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_8cc680ab4d12 {
   width: 1280px;
   height: 181.5px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 1px 1px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
 }

 .container_c49fba06e69d {
   padding: 80px 24px 80px 24px;
   width: 100%;
   min-width: 0;
   height: 289px;
   flex-shrink: 0;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_beebb14ea6e5 {
   width: 1278.75px;
   height: 421.19px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #ff5c2a40 0.24%, #00000000 0.24%);
   mix-blend-mode: normal;
 }

 .container_893d14d9f5ae {
   position: absolute !important;
   overflow: visible;
   width: 1278.75px;
   height: 421.19px;
   z-index: 0;
   left: 0.63px;
   top: 0.63px;
   background: linear-gradient(90deg, #ff5c2a40 0.08%, #00000000 0.08%);
   opacity: 0.20000000298023224;
 }

 .text_0dfb7d01ac61 {
   width: fit-content;
   z-index: 1;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(322deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_cf9c9d62eb63 {
   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_d900658ac6d6 {
   width: fit-content;
   z-index: 1;
   line-height: 60px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Epilogue';
 }

 .container_ba745c225cb7 {
   padding: 16px 0 0 0;
   width: 1182.75px;
   height: 76px;
   flex-shrink: 0;
   z-index: 1;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_cadce6853ac5 {
   width: 512px;
   height: 52px;
   z-index: 1;
   line-height: 26px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_cadce6853ac5 {
   overflow: visible;
 }

 .container_13adcbfa8893 {
   padding: 20px 0 0 0;
   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_4d85e26abe8e {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_abf9f9fbe32c {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_abf9f9fbe32c img {
   width: 100%;
   height: 100%;
 }

 .container_6361c06aa877 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_6361c06aa877 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
 }

 .container_nested_6361c06aa877 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(298deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_b365c53ca689 {
   width: fit-content;
   z-index: 1;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_f8f6cba5960d {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 1;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_9fafeb58f364 {
   padding: 40px 0 0 0;
   width: 1182.75px;
   height: 97.24px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5466cfbfc5c5 {
   width: 1182.75px;
   height: 261.24px;
   z-index: 1;
   position: absolute !important;
   left: 48.62px;
   top: 80.63px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dfc8957365d0 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 422.44px;
   max-width: 1280px;
   flex-shrink: 0;
   z-index: 0;
   background: #eff2f6;
   border-radius: 10px 10px 10px 10px;
   box-shadow: inset 0 0 0 0.63px #eff2f6ff;
 }

 .container_fdf1cc461aad {
   padding: 96px 24px 96px 24px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 0;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_133c18b069d3 {
   width: 1600px;
   height: 5375px;
   min-height: 1052.5px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 123px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_9b281f3ee32f {
   width: 1793.75px;
   height: 675.14px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0.15%, #00000000 0.15%);
   mix-blend-mode: normal;
 }

 .container_206d58f3bbde {
   position: absolute !important;
   overflow: visible;
   width: 1793.75px;
   height: 675.14px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #000000ff 0.06%, #00000000 0.06%);
   opacity: 0.05000000074505806;
 }

 .container_65ea176e410a {
   width: 6px;
   height: 6px;
   flex-shrink: 0;
   z-index: 2;
   background: linear-gradient(278deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 20971500px 20971500px 20971500px 20971500px;
   opacity: 0.6837549805641174;
 }

 .text_1915483590ce {
   width: fit-content;
   z-index: 2;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   background: linear-gradient(334deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'JetBrains Mono';
 }

 .container_4b4fd8d0aaae {
   padding: 6px 12px 6px 12px;
   width: 265.25px;
   height: 29.25px;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #eff2f6;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2fdbe01bc486 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 53.23px;
   flex-shrink: 0;
   z-index: 2;
 }

 .text_1e44a27f3c1c {
   width: fit-content;
   z-index: 2;
   line-height: 75.6px;
   font-family: 'Epilogue';
 }

 .text-f846941217b8_1e44a27f3c1c {
   line-height: 75.6px;
   font-family: 'Epilogue';
 }

 .text-ef1e0ee0352e_1e44a27f3c1c {
   line-height: 75.6px;
   background: linear-gradient(310deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   font-family: 'Epilogue';
 }

 .container_9b47c79a1c63 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_09a91115af01 {
   width: 672px;
   height: 98px;
   z-index: 2;
   line-height: 32.5px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Inter';
 }

 .text_autoheight_09a91115af01 {
   overflow: visible;
 }

 .container_2b70d80581ba {
   padding: 24px 0 0 0;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_8b5d2ec1b5b3 {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .imageview_403bc4795185 {
   width: 16px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
 }

 .imageview_403bc4795185 img {
   width: 100%;
   height: 100%;
 }

 .container_b9fb3276fa41 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_b9fb3276fa41 {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
 }

 .container_nested_b9fb3276fa41 {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(295deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 4px 4px 4px 4px;
 }

 .text_c97df6e63dbb {
   width: fit-content;
   z-index: 2;
   line-height: 24px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Inter';
 }

 .container_b8bc553d6b9d {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_b8bc553d6b9d {
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
 }

 .container_nested_b8bc553d6b9d {
   padding: 14px 24px 14px 24px;
   width: fit-content;
   height: 100%;
   min-height: 0;
   z-index: 2;
   border-top: 0.63px solid #eff2f6ff;
   border-right: 0.63px solid #eff2f6ff;
   border-bottom: 0.63px solid #eff2f6ff;
   border-left: 0.63px solid #eff2f6ff;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b3f43adca85d {
   padding: 40px 0 0 0;
   width: 896px;
   height: 93.23px;
   flex-shrink: 0;
   z-index: 2;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .container_713edfc2d919 {
   width: 896px;
   height: fit-content;
   max-width: 896px;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_39eca750608b {
   width: 1280px;
   height: 420.46px;
   max-width: 1280px;
   z-index: 2;
   position: absolute !important;
   left: 160px;
   top: 143.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_b935e06d69ab {
   position: absolute !important;
   width: 1600px;
   height: 675px;
   z-index: 1;
   left: 0px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_c5b4326953cc {
   width: 196px;
   height: 50px;
   z-index: 0;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(299deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 100px 100px 100px 100px;
 }

 .text_7321935a988b {
   width: 196px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 12px;
   line-height: 22.1px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'IBM Plex Mono';
 }

 .text_autoheight_7321935a988b {
   overflow: visible;
 }

 .container_01f2ea293fdc {
   position: absolute !important;
   overflow: visible;
   width: 196px;
   height: 50px;
   z-index: 0;
   left: -22px;
   top: 0px;
 }

 .container_4daa025a21a3 {
   position: absolute !important;
   overflow: visible;
   width: 174px;
   height: 50px;
   z-index: 0;
   left: 1381px;
   top: 0px;
 }

 .container_wrapper_4daa025a21a3 {
   position: absolute !important;
   overflow: visible;
   left: 1381px;
   top: 0px;
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_4daa025a21a3 {
   width: 174px;
   height: 50px;
   z-index: 0;
 }

 .text_e8e4d55d1ac6 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_1be49588f3f9 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_3ff636a5ad19 {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_67af61faf50c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_e785a1cb78bf {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_b987c337801c {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .text_2685ae989f9e {
   width: fit-content;
   z-index: 0;
   line-height: 20px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'Hanken Grotesk';
 }

 .container_55ae3b59f5ec {
   width: 675px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 631px;
   top: 15px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .container_wrapper_55ae3b59f5ec {
   position: absolute !important;
   left: 631px;
   top: 15px;
   width: 675px;
   height: 20px;
   z-index: 0;
 }

 .container_nested_55ae3b59f5ec {
   width: 675px;
   height: 20px;
   z-index: 0;
   justify-content: flex-start;
   align-items: center;
   gap: 0 36px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_104640564b5b {
   width: 137px;
   height: 36px;
   z-index: 0;
   position: absolute !important;
   left: 41px;
   top: 2px;
 }

 .imageview_104640564b5b img {
   width: 100%;
   height: 100%;
 }

 .container_d50194d05c56 {
   position: absolute !important;
   overflow: visible;
   width: 1555px;
   height: 50px;
   z-index: 0;
   left: 22px;
   top: 46px;
 }

 .container_wrapper_d50194d05c56 {
   position: absolute !important;
   overflow: visible;
   left: 22px;
   top: 46px;
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_nested_d50194d05c56 {
   width: 1555px;
   height: 50px;
   z-index: 0;
 }

 .container_71971473ac5a {
   width: 1596px;
   height: 702px;
   z-index: 0;
   position: absolute !important;
   left: 2px;
   top: 5666px;
   background: #f5f7f9;
 }

 .text_60b3d59b0aa7 {
   width: 186.11px;
   height: 294px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_bf5b3c7341e1 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_1a61011166a6 {
   position: absolute !important;
   overflow: visible;
   width: 186.11px;
   height: 330px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_1a61011166a6 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .container_nested_1a61011166a6 {
   width: 186.11px;
   height: 330px;
   z-index: 1;
 }

 .text_c616891619f3 {
   width: 230.66px;
   height: 362px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_c6043dd1fd12 {
   width: 154.26px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_6336af018ddd {
   position: absolute !important;
   overflow: visible;
   width: 230.94px;
   height: 398px;
   z-index: 1;
   left: 218.49px;
   top: 0px;
 }

 .container_wrapper_6336af018ddd {
   position: absolute !important;
   overflow: visible;
   left: 218.49px;
   top: 0px;
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .container_nested_6336af018ddd {
   width: 230.94px;
   height: 398px;
   z-index: 1;
 }

 .text_d53df16fece4 {
   width: 242px;
   height: 330px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_b919cfcbced6 {
   width: 203.16px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 0.49px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_481c05467290 {
   position: absolute !important;
   overflow: visible;
   width: 242px;
   height: 364px;
   z-index: 1;
   left: 498px;
   top: 0px;
 }

 .container_wrapper_481c05467290 {
   position: absolute !important;
   overflow: visible;
   left: 498px;
   top: 0px;
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .container_nested_481c05467290 {
   width: 242px;
   height: 364px;
   z-index: 1;
 }

 .text_fbde98b32724 {
   width: 121px;
   height: 260px;
   z-index: 1;
   position: absolute !important;
   left: 0.01px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_1f1bc8ce7900 {
   width: 124.5px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_032a0edfb72d {
   position: absolute !important;
   overflow: visible;
   width: 124.5px;
   height: 296px;
   z-index: 1;
   left: 788.99px;
   top: 0px;
 }

 .text_6a6e22d55784 {
   width: 163px;
   height: 333px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_047af1bdb341 {
   width: 108.61px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.29px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_0a69c55ec9fb {
   position: absolute !important;
   overflow: visible;
   width: 163px;
   height: 369px;
   z-index: 1;
   left: 964px;
   top: 0px;
 }

 .container_wrapper_0a69c55ec9fb {
   position: absolute !important;
   overflow: visible;
   left: 964px;
   top: 0px;
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_0a69c55ec9fb {
   width: 163px;
   height: 369px;
   z-index: 1;
 }

 .text_b25f23343a34 {
   width: 124px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 36px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 34px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .text_eca877774bd6 {
   width: 82.7px;
   height: 24.38px;
   z-index: 1;
   position: absolute !important;
   left: 0.26px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 23.45px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_db5764b81d24 {
   position: absolute !important;
   overflow: visible;
   width: 124px;
   height: 240px;
   z-index: 1;
   left: 1156px;
   top: 0px;
 }

 .container_f44337ad56c5 {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 398px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_cf40fee52282 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   position: absolute !important;
   left: 160px;
   top: 5898px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_cf40fee52282 {
   position: absolute !important;
   left: 160px;
   top: 5898px;
   width: 1280px;
   height: 369px;
   z-index: 1;
 }

 .container_nested_cf40fee52282 {
   width: 1280px;
   height: 369px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_95d7b127d7d2 {
   width: 25.77px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 1414.23px;
   top: 6386px;
 }

 .imageview_95d7b127d7d2 img {
   width: 100%;
   height: 100%;
 }

 .imageview_fdbbafdef564 {
   width: 21.35px;
   height: 20px;
   z-index: 0;
   position: absolute !important;
   left: 1360.54px;
   top: 6388px;
 }

 .imageview_fdbbafdef564 img {
   width: 100%;
   height: 100%;
 }

 .text_17cd37ba6426 {
   width: 197.58px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 160px;
   top: 6383px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_17cd37ba6426 {
   overflow: visible;
 }

 .text_4b1b2c9ecb98 {
   width: 304.97px;
   height: 24px;
   z-index: 0;
   position: absolute !important;
   left: 375.84px;
   top: 6383px;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.7200000286102295;
   font-family: 'Hanken Grotesk';
 }

 .text_autoheight_4b1b2c9ecb98 {
   overflow: visible;
 }

 .container_4dbcf2b11200 {
   width: 1280px;
   height: 425px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(293deg, #33d5b8ff 5.32%, #121d9dff 85.78%);
   border-radius: 30px 30px 30px 30px;
 }

 .container_5f3fa64df5f3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 30px 30px 30px 30px;
 }

 .text_3c6a0294130d {
   width: 100%;
   min-width: 0;
   height: 132px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 46.91px;
   word-wrap: break-word;
   white-space: normal;
   font-family: 'Hanken Grotesk';
 }

 .container_12002e4b95fc {
   width: 178px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 427px;
   top: 6px;
   background: #ffffff99;
   border-radius: 100px 100px 100px 100px;
   box-shadow: 0px 11px 20px #0b20621c;
 }

 .text_3fa5e5884236 {
   width: max-content;
   z-index: 4;
   position: absolute !important;
   left: 459px;
   top: 25px;
   line-height: 16px;
   word-wrap: normal;
   white-space: nowrap;
   font-family: 'IBM Plex Mono';
 }

 .container_3f02988ef370 {
   width: 36px;
   height: 36px;
   z-index: 4;
   position: absolute !important;
   left: 560px;
   top: 16px;
   background: #121d9d;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_c71a457b74be {
   width: 33.94px;
   height: 33.94px;
   z-index: 5;
   position: absolute !important;
   left: 561px;
   top: 16px;
 }

 .imageview_c71a457b74be img {
   width: 100%;
   height: 100%;
 }

 .container_dfc507be5c13 {
   width: 611px;
   height: 68px;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_fcf17a1574c4 {
   width: 234px;
   height: 23px;
   z-index: 4;
   position: absolute !important;
   left: 35px;
   top: 21px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   opacity: 0.6000000238418579;
   font-family: 'Hanken Grotesk';
 }

 .container_59dbbe8b484c {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_wrapper_59dbbe8b484c {
   position: relative !important;
   overflow: visible;
   width: 611px;
   height: 68px;
   flex-shrink: 0;
   z-index: 2;
 }

 .container_nested_59dbbe8b484c {
   width: 611px;
   height: 68px;
   z-index: 2;
 }

 .container_02a16540bdeb {
   width: 902px;
   height: 254px;
   z-index: 2;
   position: absolute !important;
   left: 185px;
   top: 66px;
   align-items: center;
   justify-content: flex-start;
   gap: 54px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_822a16b202df {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 425px;
   z-index: 1;
   left: 159px;
   top: 5421px;
 }

 .viewport_8d8d2bfc98c7 {
   width: 1600px;
   height: 6431px;
   z-index: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #fdfdff;
 }