 /*
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=Public+Sans: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=Montserrat: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=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?family=Manrope:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .container_80582056bbbd {
   width: 700px;
   height: 700px;
   position: absolute !important;
   left: 708px;
   top: -1006.59px;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(75px);
 }

 .container_b8d8d43a3d28 {
   width: 1280px;
   height: 5033px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #03152ccc 0%, #03152c66 50%, #03152cff 100%);
 }

 .container_f59992edd78f {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 5033px;
   left: 0px;
   top: 1057px;
 }

 .imageview_867752578df4 {
   width: 1280px;
   height: 5010px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -64px;
   _scaling-factor: 1;
   opacity: 0.20000000298023224;
 }

 .imageview_867752578df4.wp-block-image {
   width: 1280px !important;
   height: 4946px !important;
   left: 0px !important;
   top: 0px !important;
   overflow: hidden;
 }

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

 .container_71c613614679 {
   width: 8px;
   height: 8px;
   flex-shrink: 0;
   z-index: 2;
   background: #65ff91;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_10d4764e78c0 {
   width: 237.55px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_37f7bd29530a {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_37f7bd29530a {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_37f7bd29530a {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_0f86c08885cf {
   width: 100%;
   min-width: 0;
   height: 427px;
   z-index: 2;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_0f86c08885cf {
   overflow: visible;
 }

 .text-e198b0626dff_0f86c08885cf {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .text-9954dddfb48a_0f86c08885cf {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .container_fe72b703a9c7 {
   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_0585266af8ec {
   padding: 40px 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;
 }

 .text_c530d50f35e4 {
   width: 100%;
   min-width: 0;
   height: 98px;
   z-index: 2;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_c530d50f35e4 {
   overflow: visible;
 }

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

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

 .container_6f226e03a0e5 {
   width: 218.77px;
   height: 64px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #ff6b2b4d;
 }

 .text_a33738e5cc06 {
   width: 138.77px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 40px;
   top: 19.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_93dbdc6e2afc {
   position: relative !important;
   overflow: visible;
   width: 218.77px;
   height: 64px;
   flex-shrink: 0;
   z-index: 2;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_nested_93dbdc6e2afc {
   width: 218.77px;
   height: 64px;
   z-index: 2;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
 }

 .text_1a744e5ed18b {
   width: 138.53px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_ddc14c5d48b5 {
   padding: 18.5px 40px 19.5px 40px;
   width: fit-content;
   height: 64px;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_ddc14c5d48b5 {
   width: fit-content;
   height: 64px;
   z-index: 2;
 }

 .container_nested_ddc14c5d48b5 {
   padding: 18.5px 40px 19.5px 40px;
   width: fit-content;
   height: 64px;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_58c9eede91b7 {
   padding: 40px 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_624b05d9abc1 {
   width: 48px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/378:31.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_5804fe9aa593 {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   background: #cbd5e1;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_5aa0f43f383f {
   width: 48px;
   height: 48px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/378:33.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_1dc89f31c7e6 {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 3;
   background: #94a3b8;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_7dccb9887a3f {
   width: 48px;
   height: 48px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/378:35.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_217296ec20c8 {
   position: relative !important;
   overflow: visible;
   width: 48px;
   height: 48px;
   flex-shrink: 0;
   z-index: 4;
   background: #64748b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .text_5a8e343e8aed {
   width: 219.63px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-7a3cc867b2d6_5a8e343e8aed {
   line-height: 20px;
   font-family: 'Public Sans';
 }

 .text-ba7a3d901ec8_5a8e343e8aed {
   line-height: 20px;
   font-family: 'Public Sans';
 }

 .text-9b0b8025a9f3_5a8e343e8aed {
   line-height: 20px;
   font-family: 'Public Sans';
 }

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

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

 .container_db5266624a1b {
   padding: 40px 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_b24274888275 {
   width: 528px;
   height: 856px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -21.75px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_14db10ba0e3a {
   width: 526px;
   height: 600px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

 .imageview_14db10ba0e3a img {
   position: absolute;
   width: 114.07% !important;
   height: 100.00% !important;
   max-width: none !important;
   left: -7.03%;
   top: 0.00%;
 }

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

 .container_a79c5df926a0 {
   width: 526px;
   height: 600px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(0deg, #03152cff 0%, #03152c00 50%, #03152c00 100%);
   opacity: 0.6000000238418579;
 }

 .container_cf016a3e9729 {
   width: 462px;
   height: 122px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_7515208c433c {
   width: 135.83px;
   height: 16px;
   flex-shrink: 0;
   z-index: 5;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_dbb33fbb828b {
   width: 135.83px;
   height: fit-content;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_28792999b2f2 {
   width: 118.45px;
   height: 36px;
   flex-shrink: 0;
   z-index: 5;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_313c2590930b {
   width: 135.83px;
   height: fit-content;
   z-index: 5;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_262bea326ab5 {
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 5;
 }

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

 .container_93b6c4d55da1 {
   width: 396px;
   height: 56px;
   z-index: 5;
   position: absolute !important;
   left: 33px;
   top: 33px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_664a57850809 {
   position: absolute !important;
   overflow: visible;
   width: 462px;
   height: 122px;
   z-index: 4;
   left: 33px;
   top: 447px;
   background: #ffffff1a;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(20px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff33;
 }

 .container_wrapper_664a57850809 {
   position: absolute !important;
   overflow: visible;
   left: 33px;
   top: 447px;
   width: 462px;
   height: 122px;
   z-index: 4;
 }

 .container_nested_664a57850809 {
   width: 462px;
   height: 122px;
   z-index: 4;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   background: #ffffff1a;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(20px);
   -webkit-font-smoothing: antialiased;
 }

 .container_02b6896e00c5 {
   position: absolute !important;
   overflow: visible;
   width: 528px;
   height: 602px;
   z-index: 2;
   left: 592px;
   top: 105.25px;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 1px #ffffff1a;
 }

 .container_a6b39e3860af {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 812.5px;
   max-width: 1280px;
   z-index: 2;
   left: 80px;
   top: 104.75px;
 }

 .container_ee742582a129 {
   position: absolute !important;
   width: 1280px;
   height: 5033px;
   left: 0px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #03152c;
 }

 .imageview_0da3f63909e4 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_e2aa36db80a1 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_14dcd63a856e {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-47a63f45bf84_14dcd63a856e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-485b3755c8e3_14dcd63a856e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_9b076a615879 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_236ff50ca7df {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

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

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

 .text_587d06647f8f {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_5d60de0483e5 {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_wrapper_5d60de0483e5 {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
 }

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

 .text_6d3f454152f2 {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_616390efd562 {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

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

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

 .container_89e86e58f5c7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_nested_89e86e58f5c7 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_699ec72eaf91 {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_09362ff31444 {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_5a482cd3020e {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_wrapper_5a482cd3020e {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_5a482cd3020e {
   width: 129.86px;
   height: 44px;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_6878bcdf1279 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_37bada6f68c6 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: 85px;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152ccc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_37bada6f68c6 {
   position: absolute !important;
   left: 0px;
   top: 0px;
   width: 1280px;
   height: 85px;
 }

 .container_nested_37bada6f68c6 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: 85px;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152ccc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_426a026f6f94 {
   position: absolute !important;
   width: 1280px;
   height: 5033px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_40d9a2fa22c6 {
   width: 186.31px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .text_19c68280caba {
   width: 538.03px;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_24c96fe5c50d {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 683.75px;
   left: 80px;
   top: 160px;
 }

 .imageview_6bd6904cb7a0 {
   width: 248.67px;
   height: 12.67px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 49px;
 }

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

 .text_512624184d1d {
   width: 100%;
   min-width: 0;
   height: 205px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_512624184d1d {
   overflow: visible;
 }

 .container_9ba6ff91da0c {
   width: 248.67px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 92.97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2870db41e66 {
   width: 53px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/547:95.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_7c9252251ea5 {
   position: relative !important;
   overflow: visible;
   width: 53px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_e66699d6bb20 {
   width: 155.84px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_4da998a4d1d5 {
   width: 106.61px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_b031bf8cbae1 {
   padding: 40.7px 0 0 0;
   width: 248.67px;
   height: 101.7px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 49px;
   top: 329.27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_3aa9e59947bb {
   width: 90.67px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 270.99px;
   top: -15px;
 }

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

 .imageview_3aa9e59947bb img {
   position: absolute;
   width: 75.7px !important;
   height: 49.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 15.0px;
 }

 .container_bf1bfa8d12a9 {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 479.97px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff08;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .imageview_cbfa870ef6a6 {
   width: 248.67px;
   height: 12.67px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 49px;
 }

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

 .text_2071eb214cfd {
   width: 100%;
   min-width: 0;
   height: 176px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_2071eb214cfd {
   overflow: visible;
 }

 .container_3462523d1c27 {
   width: 248.67px;
   height: 176px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 92.77px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_c4a2bbf58aab {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/547:118.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_efd9d48c4a8c {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_450b489ccb85 {
   width: 131.03px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_84382b656994 {
   width: 124.31px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_d9ec1e50fe53 {
   padding: 40.9px 0 0 0;
   width: 248.67px;
   height: 97.9px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 49px;
   top: 299.87px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_4eb2ffbea86b {
   width: 90.67px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 271px;
   top: -15px;
 }

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

 .imageview_4eb2ffbea86b img {
   position: absolute;
   width: 75.7px !important;
   height: 49.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 15.0px;
 }

 .container_8591121bac2b {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 480.02px;
   z-index: 1;
   left: 386.67px;
   top: 0px;
   background: #ffffff08;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .imageview_efd9af2b277e {
   width: 248.67px;
   height: 12.67px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 49px;
 }

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

 .text_8816f312bb57 {
   width: 100%;
   min-width: 0;
   height: 176px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8816f312bb57 {
   overflow: visible;
 }

 .container_b882c163203c {
   width: 248.67px;
   height: 176px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 92.77px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_10f0ba96c7d7 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/547:141.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_225702bddcb4 {
   position: relative !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_ec3acef44beb {
   width: 119.09px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_80d5e5905d1a {
   width: 142.47px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_acc2caadf6cd {
   padding: 40.9px 0 0 0;
   width: 248.67px;
   height: 97.9px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 49px;
   top: 299.87px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ea53db8aa6b9 {
   width: 90.67px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 270.99px;
   top: -15px;
 }

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

 .imageview_ea53db8aa6b9 img {
   position: absolute;
   width: 75.7px !important;
   height: 49.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 15.0px;
 }

 .container_688ca01dd43d {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 480.02px;
   z-index: 1;
   left: 773.33px;
   top: 0px;
   background: #ffffff08;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .imageview_0b46bb69cea3 {
   width: 248.67px;
   height: 12.67px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 49px;
 }

 .imageview_0b46bb69cea3 img {
   position: absolute;
   width: 31.0px !important;
   height: 12.7px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_a7f294160cd8 {
   width: 100%;
   min-width: 0;
   height: 205px;
   z-index: 1;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a7f294160cd8 {
   overflow: visible;
 }

 .container_bb17f94afd99 {
   width: 248.67px;
   height: 205px;
   z-index: 1;
   position: absolute !important;
   left: 49px;
   top: 92.97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_56daa3ec8e9c {
   width: 53px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/547:165.webp");
   background-size: auto;
   background-repeat: repeat;
   background-position: top left;
   border-radius: 9999px 9999px 9999px 9999px;
   mix-blend-mode: normal;
 }

 .container_b299774d4991 {
   position: relative !important;
   overflow: visible;
   width: 53px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   background: #e2e8f0;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_e659ded333c3 {
   padding: 40.7px 0 0 0;
   width: 248.67px;
   height: 101.7px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 0px solid #ffffff1a;
   border-bottom: 0px solid #ffffff1a;
   border-left: 0px solid #ffffff1a;
   position: absolute !important;
   left: 49px;
   top: 329.27px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_bda2dbd2a9cb {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 479.97px;
   z-index: 1;
   left: 1164px;
   top: 0px;
   background: #ffffff08;
   border-radius: 32px 32px 32px 32px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .container_b1d4f88f5a03 {
   position: absolute !important;
   width: 1244px;
   height: 492px;
   z-index: 1;
   left: 18px;
   top: 352px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .container_9e06698cc8d3 {
   width: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #65ff91;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 15px #65ff9199;
 }

 .container_965ff2e79177 {
   width: 96px;
   height: 4px;
   position: absolute !important;
   left: 588px;
   top: 910px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_fba75d3decf3 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 1003.75px;
   left: 0px;
   top: 5033px;
   background: #03152c;
 }

 .text_450a7bca193e {
   width: 100%;
   min-width: 0;
   height: 338px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text-b3c5e04fca73_450a7bca193e {
   line-height: 96px;
   font-family: 'Montserrat';
 }

 .text-a756a3944fe5_450a7bca193e {
   line-height: 96px;
   font-family: 'Montserrat';
 }

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

 .text_7051812d1ee7 {
   width: 723.04px;
   height: 64px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_84ac37ba1f9c {
   width: 768px;
   height: fit-content;
   max-width: 768px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_159af3f6d9ec {
   width: 1120px;
   height: 434px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_34f480157ea4 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 50px;
   top: 50px;
 }

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

 .text_7bd6506a1c4a {
   width: 240.89px;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text-605c9ef28f43_7bd6506a1c4a {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .text-082ee794d841_7bd6506a1c4a {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .text-fe6c48c55c05_7bd6506a1c4a {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .container_1ab50b1691fd {
   width: 246.66px;
   height: 72px;
   position: absolute !important;
   left: 50px;
   top: 146px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_3e14393a9766 {
   width: 238.53px;
   height: 205px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_a25462630ecd {
   width: 246.66px;
   height: 205px;
   position: absolute !important;
   left: 50px;
   top: 241.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_80eb4266c691 {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 496.75px;
   left: 0px;
   top: 0px;
   background: #082140;
   border-radius: 40px 40px 40px 40px;
   box-shadow: inset 0 0 0 2px #000000ff;
 }

 .imageview_cc93bbf7fc45 {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 50px;
   top: 50px;
 }

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

 .text_ca4195c0d2c7 {
   width: 210.37px;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text-ce5d29e3b38c_ca4195c0d2c7 {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .text-fdabfb210f91_ca4195c0d2c7 {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .container_034b02eaed0b {
   width: 246.67px;
   height: 72px;
   position: absolute !important;
   left: 50px;
   top: 146px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_012b2a27e67f {
   width: 234.47px;
   height: 205px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_ff0cb0dc3443 {
   width: 246.67px;
   height: 205px;
   position: absolute !important;
   left: 50px;
   top: 241.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1f5283b323d5 {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 496.75px;
   left: 386.67px;
   top: 0px;
   background: #082140;
   border-radius: 40px 40px 40px 40px;
   box-shadow: inset 0 0 0 2px #000000ff;
 }

 .imageview_29dc4950877c {
   width: 64px;
   height: 64px;
   position: absolute !important;
   left: 50px;
   top: 50px;
 }

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

 .text_a694cdc401ac {
   width: 236.56px;
   height: 72px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text-4ed2a477a9a7_a694cdc401ac {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .text-38ee515789c9_a694cdc401ac {
   line-height: 36px;
   font-family: 'Montserrat';
 }

 .container_d8d7621e9786 {
   width: 246.66px;
   height: 72px;
   position: absolute !important;
   left: 50px;
   top: 146px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_77095f1d0de6 {
   width: 224.17px;
   height: 205px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_cc9a740e9025 {
   width: 246.66px;
   height: 205px;
   position: absolute !important;
   left: 50px;
   top: 241.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_5428ecd4b423 {
   position: absolute !important;
   overflow: visible;
   width: 346.67px;
   height: 496.75px;
   left: 773.33px;
   top: 0px;
   background: #082140;
   border-radius: 40px 40px 40px 40px;
   box-shadow: inset 0 0 0 2px #000000ff;
 }

 .container_d8bc36703fb9 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 496.75px;
   left: 0px;
   top: 514px;
 }

 .text_a9191b0daa30 {
   width: 826.94px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_329cb5a9d843 {
   width: 326px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_607c6684d638 {
   padding: 24px 48px 24px 48px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 20px 50px #ff6b2b33;
 }

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

 .container_nested_607c6684d638 {
   padding: 24px 48px 24px 48px;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 20px 50px #ff6b2b33);
 }

 .container_0d3cab576fe2 {
   padding: 16px 0 0 0;
   width: 1120px;
   height: 168px;
   position: absolute !important;
   left: 0px;
   top: 1090.75px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1d1abef476c3 {
   width: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #65ff91;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 15px #65ff9199;
 }

 .container_417a64c58778 {
   width: 96px;
   height: 4px;
   position: absolute !important;
   left: 512px;
   top: 1043.25px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_53cda118cec8 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 1258.75px;
   left: 80px;
   top: 129px;
 }

 .container_9a1a7e067b68 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 1519.75px;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   left: 0px;
   top: 6036.75px;
   background: #03152c;
   box-shadow: inset 0 1px 0 0 #ffffff0d;
 }

 .imageview_282f2e26f978 {
   width: 1024px;
   height: 526px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   mix-blend-mode: overlay;
   opacity: 0.10000000149011612;
 }

 .imageview_282f2e26f978 img {
   position: absolute;
   width: 100.00% !important;
   height: 129.78% !important;
   max-width: none !important;
   left: 0.00%;
   top: -14.89%;
 }

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

 .container_5d66cc7f0f38 {
   width: 256px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 768px;
   top: 0px;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(50px);
 }

 .container_f366aeb36813 {
   width: 256px;
   height: 256px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 270px;
   background: #ff6b2b0d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(50px);
 }

 .text_4148ae92a396 {
   width: 696.78px;
   height: 120px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_43ea62cae81f {
   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_cd81f5dcb5d7 {
   width: 645.8px;
   height: 56px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_6ea13a2856f4 {
   width: 237.59px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_01a520eb7165 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 30px #ff6b2b33;
 }

 .container_wrapper_01a520eb7165 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_01a520eb7165 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 10px 30px #ff6b2b33);
 }

 .text_97f65fc1c01d {
   width: 170.39px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_9fe65d53adb5 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_9fe65d53adb5 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_9fe65d53adb5 {
   padding: 20px 48px 20px 48px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

 .container_00a6f82ad3ea {
   padding: 24px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_244df75b6fbb {
   width: 832px;
   height: 334px;
   z-index: 2;
   position: absolute !important;
   left: 96px;
   top: 96px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_4d705f3dd962 {
   position: absolute !important;
   overflow: visible;
   width: 1024px;
   height: 526px;
   left: 128px;
   top: 161px;
   background: linear-gradient(135deg, #03152cff 0%, #082140ff 100%);
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_5a33e4b05192 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 847px;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   left: 0px;
   top: 7556.5px;
   background: #03152c;
   box-shadow: inset 0 1px 0 0 #ffffff0d;
 }

 .imageview_e338370b60a6 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_ff1382876ef8 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-e37e528e8554_ff1382876ef8 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-81222c54407e_ff1382876ef8 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_174ac67b19dc {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_255b842129c4 {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_ee3f74843cce {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_0130c7ce8a81 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_522eecda2055 {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_5316fe8a3c7a {
   padding: 80px 80px 80px 80px;
   width: 1280px;
   height: 236px;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 8403.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .container_wrapper_5316fe8a3c7a {
   position: absolute !important;
   left: 0px;
   top: 8403.5px;
   width: 1280px;
   height: 236px;
 }

 .container_nested_5316fe8a3c7a {
   padding: 80px 80px 80px 80px;
   width: 1280px;
   height: 236px;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .text_d24e4cf28314 {
   width: 163px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_6dab77366e20 {
   padding: 0 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_9a9f63ce7d4f {
   width: 569.28px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_e3ea87a8e3ce {
   width: 48px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #65ff91;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 0px 15px #65ff9199;
 }

 .container_44638c90f88b {
   width: 96px;
   height: 4px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff1a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_58ba70dd0a99 {
   width: 1120px;
   height: 132px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_b7707774d09f {
   overflow: visible;
 }

 .container_ebe2179f7492 {
   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_4e67a00ca03b {
   padding: 0 0 16px 0;
   width: 168px;
   height: 80px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 169px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_e683bcef1ebe {
   width: 157.91px;
   height: 130px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_085dd4cdfd0e {
   width: 168px;
   height: 130px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 249px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_ad6ff75ae030 {
   width: 168px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 41px;
 }

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

 .container_3a4baab9222f {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 420px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #ffffff08;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

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

 .text_autoheight_8f7c4e6fa271 {
   overflow: visible;
 }

 .container_594b373dc7be {
   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_152a91b428d6 {
   padding: 0 0 16px 0;
   width: 189px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 169px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_45ea85c5ae0e {
   width: 158.88px;
   height: 130px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_3430ba70def2 {
   width: 168px;
   height: 130px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 217px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d74a131c24ea {
   width: 168px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 41px;
 }

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

 .container_57fcbe87b2ef {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 420px;
   z-index: 1;
   left: 290px;
   top: 0px;
   background: #ffffff08;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

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

 .text_autoheight_1ac13bf1682b {
   overflow: visible;
 }

 .container_638035ba7efd {
   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_03381cbb0e9a {
   padding: 0 0 16px 0;
   width: 168px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 169px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f4158e73e77b {
   width: 166.13px;
   height: 130px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_6b136e3d4373 {
   width: 168px;
   height: 130px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 217px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_befc840a4b2e {
   width: 168px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 41px;
 }

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

 .container_7ca121b39c98 {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 420px;
   z-index: 1;
   left: 580px;
   top: 0px;
   background: #ffffff08;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

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

 .text_autoheight_c9ee7247eea9 {
   overflow: visible;
 }

 .container_c5e2e118ce7b {
   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_3fd4533a76d1 {
   padding: 0 0 16px 0;
   width: 168px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 169px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_7afad6b6fd43 {
   width: 161.66px;
   height: 130px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_c105aa511b03 {
   width: 168px;
   height: 130px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 217px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_d4e5b00b3eff {
   width: 168px;
   height: 128px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 41px;
 }

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

 .container_c304430eb83c {
   position: absolute !important;
   overflow: visible;
   width: 250px;
   height: 420px;
   z-index: 1;
   left: 870px;
   top: 0px;
   background: #ffffff08;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .container_f98f7df5c695 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 420px;
   z-index: 1;
   left: 0px;
   top: 228px;
 }

 .container_30f4b495968c {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 648px;
   z-index: 1;
   left: 80px;
   top: 161px;
 }

 .container_7f70c51d6a74 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 954px;
   z-index: 1;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   left: 0px;
   top: 1162px;
   background: #03152c;
   box-shadow: inset 0 1px 0 0 #ffffff0d;
 }

 .imageview_f3bd13a0c278 {
   width: 1106px;
   height: 461px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

 .imageview_f3bd13a0c278 img {
   position: absolute;
   width: 100.00% !important;
   height: 239.91% !important;
   max-width: none !important;
   left: 0.00%;
   top: -52.48%;
 }

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

 .text_8a0f311632cd {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_8a0f311632cd {
   overflow: visible;
 }

 .container_c937746b42d1 {
   width: 1062px;
   height: 16px;
   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_c6fa9bf142a9 {
   width: 100%;
   min-width: 0;
   height: 48px;
   z-index: 1;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_c6fa9bf142a9 {
   overflow: visible;
 }

 .container_c099f77b51a8 {
   width: 1062px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 32px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a25577191203 {
   width: 100%;
   min-width: 0;
   height: 65px;
   z-index: 1;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a25577191203 {
   overflow: visible;
 }

 .container_b741281cd4de {
   padding: 16px 0 0 0;
   width: 1062px;
   height: 81px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_240a687f8657 {
   width: 325px;
   height: 28px;
   z-index: 1;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_240a687f8657 {
   overflow: visible;
 }

 .container_2291cb29e416 {
   height: fit-content;
   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_400a0c0a3783 {
   padding: 8px 208.28px 0 64px;
   width: 1062px;
   height: 36px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 193px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_280dacda26ad {
   position: absolute !important;
   overflow: visible;
   width: 1062px;
   height: 342px;
   z-index: 1;
   left: 26px;
   top: 495px;
 }

 .imageview_a577d95944b2 {
   width: 1106px;
   height: 461px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
 }

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

 .container_30fdb92478a0 {
   position: absolute !important;
   width: 1108px;
   height: 757px;
   z-index: 1;
   left: 0px;
   top: -60px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff00;
   border-radius: 40px 40px 40px 40px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 1px #ffffff1a;
 }

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

 .container_2d766b1f6646 {
   padding: 96px 80px 96px 80px;
   width: 1280px;
   height: 827px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2116px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .text_f50621cb28ae {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f50621cb28ae {
   overflow: visible;
 }

 .container_a14a91347ec3 {
   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_f6ac21f58937 {
   width: 100%;
   min-width: 0;
   height: 96px;
   z-index: 1;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_f6ac21f58937 {
   overflow: visible;
 }

 .container_4f3c11599f0e {
   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_a7389d71b7e3 {
   width: 100%;
   min-width: 0;
   height: 98px;
   z-index: 1;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_a7389d71b7e3 {
   overflow: visible;
 }

 .container_bde128a4cbbc {
   padding: 16px 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_a0479420d33d {
   width: 271.84px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_c09b7645f71e {
   width: 37.34px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_1fb20c4cac4f {
   width: 24px;
   height: 24px;
   z-index: 1;
   position: absolute !important;
   left: 172.41px;
   top: -8px;
   background: #65ff91;
   border-radius: 50% 50% 50% 50%;
   box-shadow: 0px 0px 15px #65ff9180;
 }

 .container_7a661cb2f191 {
   position: relative !important;
   overflow: visible;
   height: 8px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #1e293b;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

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

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

 .text_autoheight_0b897e171104 {
   overflow: visible;
 }

 .container_8f583e6f6b96 {
   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_0ea3854d6041 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_0ea3854d6041 {
   overflow: visible;
 }

 .container_d5ccf2506884 {
   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_578fe73930f1 {
   padding: 32px 32px 32px 32px;
   width: 248px;
   height: 146px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 24px 24px 24px 24px;
 }

 .text_678fc1cfa461 {
   width: 100%;
   min-width: 0;
   height: 16px;
   z-index: 1;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_678fc1cfa461 {
   overflow: visible;
 }

 .container_8b2c4eb8cce7 {
   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_09b06b06d205 {
   width: 100%;
   min-width: 0;
   height: 40px;
   z-index: 1;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_09b06b06d205 {
   overflow: visible;
 }

 .container_43b10403526f {
   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_9b362b75f032 {
   padding: 32px 32px 48px 32px;
   width: 248px;
   height: 146px;
   z-index: 1;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 280px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff0d;
   border-radius: 24px 24px 24px 24px;
 }

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

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

 .container_96b20300eb6c {
   width: 528px;
   height: 564px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_8068e2a5ee8f {
   overflow: visible;
 }

 .text-b2a3cba01992_8068e2a5ee8f {
   line-height: 32px;
   font-family: 'Montserrat';
 }

 .text-e39331a85b2d_8068e2a5ee8f {
   line-height: 32px;
   font-family: 'Montserrat';
 }

 .text-bd22f0b71811_8068e2a5ee8f {
   line-height: 32px;
   font-family: 'Montserrat';
 }

 .container_420e642e21fe {
   width: 398px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 41px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_101a177aaa3b {
   width: 21.7px;
   height: 21.7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c071e3db92f9 {
   width: 334.31px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_e628f02ec50c {
   padding: 0 23.67px 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_1c3870c75e35 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_0629a51f32a0 {
   width: 21.7px;
   height: 21.7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_734dc53ed5d2 {
   width: 324.86px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_260fbd7e98be {
   padding: 0 33.12px 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_f0c30d5af3b2 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_763c73d7d472 {
   width: 21.7px;
   height: 21.7px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_158ff6a03a1c {
   width: 338.61px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_9dc33bdec451 {
   padding: 0 0 16px 0;
   width: 398px;
   height: 184px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 129px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e9293b8360e4 {
   width: 245.81px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_582e8c5d4f02 {
   padding: 20px 0 20px 0;
   width: 398px;
   height: 64px;
   z-index: 1;
   position: absolute !important;
   left: 41px;
   top: 337px;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 30px #65ff9133;
 }

 .container_wrapper_582e8c5d4f02 {
   position: absolute !important;
   left: 41px;
   top: 337px;
   width: 398px;
   height: 64px;
   z-index: 1;
 }

 .container_nested_582e8c5d4f02 {
   padding: 20px 0 20px 0;
   width: 398px;
   height: 64px;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 10px 30px #65ff9133);
 }

 .container_e65dd9529cf5 {
   width: 160px;
   height: 160px;
   z-index: 2;
   position: absolute !important;
   left: 367px;
   top: -47px;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_18114c09c218 {
   position: relative !important;
   width: 480px;
   height: 442px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(135deg, #03152cff 0%, #082140ff 100%);
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 1px #65ff9133;
 }

 .container_2a73650fac2f {
   padding: 0 0 0 48px;
   width: 528px;
   height: 442px;
   z-index: 1;
   position: absolute !important;
   left: 592px;
   top: 60.75px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_098d1e977a09 {
   padding: 96px 80px 96px 80px;
   width: 1280px;
   height: 756.5px;
   z-index: 1;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 2943px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .text_389d88836c97 {
   width: 100%;
   min-width: 0;
   height: 120px;
   z-index: 2;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_389d88836c97 {
   overflow: visible;
 }

 .container_3dfb1f387ea1 {
   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_3c8d81caae94 {
   width: 100%;
   min-width: 0;
   height: 98px;
   z-index: 2;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_autoheight_3c8d81caae94 {
   overflow: visible;
 }

 .container_afb785e5eda9 {
   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_58bc7757ef9f {
   width: 20px;
   height: 25px;
   z-index: 2;
 }

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

 .text_e8a7c614282e {
   width: 128px;
   height: 48px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_4253ecb78ed8 {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 98px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 16px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_7efe8276b31d {
   width: 20px;
   height: 25px;
   z-index: 2;
 }

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

 .text_84b8aa1d161f {
   width: 148px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_8f086595b86b {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 98px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 272px;
   top: 16px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_8f086595b86b {
   position: absolute !important;
   left: 272px;
   top: 16px;
   width: 248px;
   height: 98px;
   z-index: 2;
 }

 .container_nested_8f086595b86b {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 98px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_bcaa30611a89 {
   width: 20px;
   height: 25px;
   z-index: 2;
 }

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

 .text_67246de9db6f {
   width: 139px;
   height: 34px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_dbb0ea2a8671 {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 86px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 0px;
   top: 138px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

 .container_wrapper_dbb0ea2a8671 {
   position: absolute !important;
   left: 0px;
   top: 138px;
   width: 248px;
   height: 86px;
   z-index: 2;
 }

 .container_nested_dbb0ea2a8671 {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 86px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

 .imageview_f625f391bd04 {
   width: 27.5px;
   height: 20px;
   z-index: 2;
 }

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

 .text_12c22446205a {
   width: 174px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_82379c4e7d09 {
   padding: 24px 24px 24px 24px;
   width: 248px;
   height: 86px;
   z-index: 2;
   border-top: 1px solid #ffffff1a;
   border-right: 1px solid #ffffff1a;
   border-bottom: 1px solid #ffffff1a;
   border-left: 1px solid #ffffff1a;
   position: absolute !important;
   left: 272px;
   top: 138px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff0d;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_3e6f51437813 {
   width: 520px;
   height: 506px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: -0.25px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_50a3e2fb72e9 {
   width: 518px;
   height: 500px;
   z-index: 2;
   position: absolute !important;
   left: 1px;
   top: 1px;
   _scaling-factor: 1;
 }

 .imageview_50a3e2fb72e9 img {
   position: absolute;
   width: 100.00% !important;
   height: 103.60% !important;
   max-width: none !important;
   left: 0.00%;
   top: -1.80%;
 }

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

 .container_91f0fc5bb262 {
   width: 518px;
   height: 500px;
   z-index: 3;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(44deg, #03152c99 0%, #03152c00 50%, #65ff911a 100%);
 }

 .container_46efd8be1f1f {
   width: 192px;
   height: 112px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_f68a6382883b {
   width: 131.05px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_ac03d414a345 {
   width: 131.05px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 30.47px;
   top: 46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc45a3cf0d96 {
   position: relative !important;
   overflow: visible;
   width: 192px;
   height: 112px;
   flex-shrink: 0;
   z-index: 4;
   background: #03152ccc;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .container_7849ae897203 {
   width: 192px;
   height: 112px;
   z-index: 4;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_2e6e7634073f {
   width: 123.86px;
   height: 20px;
   flex-shrink: 0;
   z-index: 5;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_fd3d554d2c9a {
   width: 123.86px;
   height: 20px;
   z-index: 5;
   position: absolute !important;
   left: 34.07px;
   top: 46px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_15130edcdb13 {
   position: relative !important;
   overflow: visible;
   width: 192px;
   height: 112px;
   flex-shrink: 0;
   z-index: 4;
   background: #03152ccc;
   border-radius: 24px 24px 24px 24px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
   box-shadow: inset 0 0 0 1px #ffffff1a;
 }

 .container_230229eedee2 {
   padding: 48px 48px 48px 48px;
   width: 518px;
   height: 500px;
   z-index: 4;
   position: absolute !important;
   left: 1px;
   top: 1px;
   justify-content: center;
   align-items: center;
   gap: 0 32px;
   display: flex !important;
   flex-direction: row;
 }

 .container_0e2de683a8f0 {
   position: absolute !important;
   overflow: visible;
   width: 520px;
   height: 502px;
   z-index: 2;
   left: 600px;
   top: 1.75px;
   background: #ffffff00;
   border-radius: 48px 48px 48px 48px;
   box-shadow: 0px 25px 50px -12px #00000040, inset 0 0 0 1px #ffffff1a;
 }

 .container_8b4b5d848864 {
   position: absolute !important;
   overflow: visible;
   width: 1120px;
   height: 505.5px;
   z-index: 2;
   left: 80px;
   top: 160.5px;
 }

 .container_65401c39a166 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 827px;
   z-index: 2;
   border-right: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   left: 0px;
   top: 3699px;
   background: #03152c;
   box-shadow: inset 0 1px 0 0 #ffffff0d, inset 0 -1px 0 0 #ffffff0d;
 }

 .viewport_258cd73a0a95 {
   width: 1280px;
   height: 8639.5px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f8f6f6;
 }

 .imageview_ef6617be67ba {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_b3283fa7630a {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_65e7b5ef0ad6 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-e43e9de9769e_65e7b5ef0ad6 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-d1cbf1762748_65e7b5ef0ad6 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_8822a142433a {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_29ced0b7ec16 {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_a1eb6bcef070 {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_71cc783a37da {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b0e1e35305f3 {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_9fe81a72d533 {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_c58706d298c0 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ab666f93801b {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_b43949c49b0c {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_b91be5a0cd2d {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_7ae63d8ed239 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_cf7a3a13c870 {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_cf7a3a13c870 {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_ac0a5cf6fbc8 {
   width: 500px;
   height: 493.84px;
   position: absolute !important;
   left: 844px;
   top: 235.07px;
   background: #65ff910d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(60px);
 }

 .text_6cadcad212c3 {
   width: 143.19px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_cf41265bba77 {
   padding: 4px 16px 4px 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: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_f99eb30dc0f1 {
   padding: 0 0 24px 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_3bb3dccfe657 {
   width: 100%;
   min-width: 0;
   height: 341px;
   z-index: 1;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_3bb3dccfe657 {
   overflow: visible;
 }

 .text-817d7e52eaeb_3bb3dccfe657 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .text-706aa6785f93_3bb3dccfe657 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .container_1edf3223da31 {
   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_7d30ac926f95 {
   padding: 0 0 32px 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_0688d1a24b50 {
   width: 669.83px;
   height: 96px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .text_97c112614ab3 {
   width: 137.45px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_78da28040d74 {
   width: 16px;
   height: 16px;
   z-index: 1;
 }

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

 .container_71d6f155a987 {
   padding: 16px 32px 16px 32px;
   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: #cd4800;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_14f494564ef5 {
   padding: 48px 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_wrapper_14f494564ef5 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_14f494564ef5 {
   padding: 48px 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_f6be865cb592 {
   width: 805.33px;
   height: 664px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 39px;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
 }

 .container_3894a7aa5f6a {
   position: absolute !important;
   overflow: visible;
   width: 1116px;
   height: 664px;
   z-index: 1;
   left: 82px;
   top: 51px;
 }

 .container_790b55b84d07 {
   width: 608px;
   height: 464px;
   position: absolute !important;
   left: -16px;
   top: -16px;
   background: #65ff911a;
   border-radius: 16px 16px 16px 16px;
   filter: blur(20px);
   opacity: 0.5;
 }

 .container_34cc1493b301 {
   height: 432px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   background: #ffffff33;
   border-radius: 16px 16px 16px 16px;
   mix-blend-mode: saturation;
 }

 .container_08a12cd2c62d {
   width: 576px;
   height: 432px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/398:418.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .container_6281a8b7d8fb {
   position: relative !important;
   overflow: visible;
   width: 576px;
   height: 432px;
   flex-shrink: 0;
 }

 .text_5885da6d0517 {
   width: 100%;
   min-width: 0;
   height: 144px;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_5885da6d0517 {
   overflow: visible;
 }

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

 .text_b7ac8454f463 {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b7ac8454f463 {
   overflow: visible;
 }

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

 .text_08e38409aba3 {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_08e38409aba3 {
   overflow: visible;
 }

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

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

 .text_autoheight_62e1ae21a3c2 {
   overflow: visible;
 }

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

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

 .text_autoheight_6bf03788d8f8 {
   overflow: visible;
 }

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

 .container_3263654175d7 {
   width: 272px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 33px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_cf104c4fc312 {
   overflow: visible;
 }

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

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

 .text_autoheight_a86443cf7add {
   overflow: visible;
 }

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

 .container_ffd9ffff5543 {
   width: 272px;
   height: 60px;
   position: absolute !important;
   left: 304px;
   top: 33px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

 .container_939a7762a1f5 {
   height: fit-content;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_a3684171a46a {
   padding: 128px 24px 128px 24px;
   width: 1280px;
   height: 807px;
   position: absolute !important;
   left: 0px;
   top: 811px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #02132a;
 }

 .text_d69d00400fd4 {
   width: 519.06px;
   height: 60px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_99e48d6a5a13 {
   width: 671.9px;
   height: 56px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

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

 .text_autoheight_b1eea6f96387 {
   overflow: visible;
 }

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

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

 .text_autoheight_52e82118864d {
   overflow: visible;
 }

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

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

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

 .text_838c97d27a40 {
   width: 100%;
   min-width: 0;
   height: 15px;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_838c97d27a40 {
   overflow: visible;
 }

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

 .imageview_30bcde48e44e {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_c77996165b5c {
   width: 176.55px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_306f6072fc73 {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_8d71ac5eb501 {
   width: 254.39px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_79e1efef90c0 {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_b757de528709 {
   width: 134.02px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_9e784229ac1d {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_f71b46753bf7 {
   width: 211.75px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

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

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

 .text_aa301134ebca {
   width: 156.94px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_db1dbd2a6b4e {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #cd4800;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_db1dbd2a6b4e {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #cd4800;
   border-radius: 12px 12px 12px 12px;
 }

 .container_69e12b14a0fd {
   padding: 40px 40px 40px 40px;
   width: 389.33px;
   height: 505px;
   border-top: 1px solid #ffffff0d;
   border-right: 1px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 1px solid #ffffff0d;
   position: absolute !important;
   left: 842.67px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
 }

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

 .text_autoheight_f87dc9345e4b {
   overflow: visible;
 }

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

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

 .text_autoheight_6092ab6b3fd7 {
   overflow: visible;
 }

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

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

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

 .imageview_75f0ee2c7805 {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_896bcc4d2cce {
   width: 136.13px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_88ad50d554ae {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_6f6d022e22b8 {
   width: 98.45px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_37754f600d57 {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_bc37fc9b9341 {
   width: 205.36px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_6ca9b627129c {
   width: 11.67px;
   height: 11.67px;
 }

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

 .text_db1109852eee {
   width: 173.09px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

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

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

 .text_15b935bcc940 {
   width: 99.5px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_f18f6c3bb6a2 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #cd4800;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_f18f6c3bb6a2 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #cd4800;
   border-radius: 12px 12px 12px 12px;
 }

 .container_b66966509fc7 {
   padding: 40px 40px 40px 40px;
   width: 389.33px;
   height: 505px;
   border-top: 1px solid #ffffff0d;
   border-right: 1px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 1px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
 }

 .container_f669f29fef50 {
   width: 371.52px;
   height: 504.76px;
   position: absolute !important;
   left: -0.32px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #65ff911a, 0px 0px 0px 2px #65ff91ff;
 }

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

 .text_autoheight_eb3bdb2de3e1 {
   overflow: visible;
 }

 .container_b4901afc4ee4 {
   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_4f24e6053698 {
   width: 279.92px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_7aad47918071 {
   width: 294.4px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_86fac26a9a23 {
   padding: 0.01px 0 11.99px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   min-height: 60px;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_9c9402394fc7 {
   padding: 0 0 30.48px 0;
   width: 291.43px;
   height: 138.47px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 40px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_33e25e61dfce {
   width: 100%;
   min-width: 0;
   height: 15px;
   z-index: 1;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_33e25e61dfce {
   overflow: visible;
 }

 .container_e260ba8f1343 {
   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_e362037aa6b8 {
   width: 11.67px;
   height: 11.67px;
   z-index: 1;
 }

 .imageview_e362037aa6b8 img {
   position: absolute;
   width: 12.3px !important;
   height: 12.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_1bf4a4b18616 {
   width: 249.98px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_b580044e8e7d {
   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;
 }

 .imageview_2da6eec60579 {
   width: 11.67px;
   height: 11.67px;
   z-index: 1;
 }

 .imageview_2da6eec60579 img {
   position: absolute;
   width: 12.3px !important;
   height: 12.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_a42082f5c983 {
   width: 163.49px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_e58ef8fb95e2 {
   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;
 }

 .imageview_81564ce7d9e2 {
   width: 11.67px;
   height: 11.67px;
   z-index: 1;
 }

 .imageview_81564ce7d9e2 img {
   position: absolute;
   width: 12.3px !important;
   height: 12.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_1aab98993dd7 {
   width: 116.7px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_7b3820eb0a51 {
   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;
 }

 .imageview_eb017b828d99 {
   width: 11.67px;
   height: 11.67px;
   z-index: 1;
 }

 .imageview_eb017b828d99 img {
   position: absolute;
   width: 12.3px !important;
   height: 12.3px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_29276edde2ea {
   width: 154.49px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_5faec8835c6c {
   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_dd22bd76a8e3 {
   padding: 0 0 14px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_08be5eabd8a1 {
   padding: 0 0 46.5px 0;
   width: 291.43px;
   height: 235.5px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 179.97px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_54779ec2fba0 {
   width: 95.42px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_36df47e0a671 {
   padding: 16px 0 16px 0;
   width: 291.43px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 416.97px;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #65ff91;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_36df47e0a671 {
   position: absolute !important;
   left: 40px;
   top: 416.97px;
   width: 291.43px;
   height: 48px;
   z-index: 1;
 }

 .container_nested_36df47e0a671 {
   padding: 16px 0 16px 0;
   width: 291.43px;
   height: 48px;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #65ff91;
   border-radius: 12px 12px 12px 12px;
 }

 .text_1cf9decc2cae {
   width: 103.88px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_21a4fb734ad1 {
   padding: 4px 24px 4px 24px;
   width: 154.29px;
   height: 25.71px;
   z-index: 1;
   position: absolute !important;
   left: 219.78px;
   top: -2.86px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #65ff91;
   border-radius: 0 0 0 12px;
 }

 .container_d14506cc2149 {
   position: absolute !important;
   overflow: visible;
   width: 371.43px;
   height: 504.97px;
   left: 421.33px;
   top: 0px;
   background: #1a2a42;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_825bb10d4602 {
   padding: 128px 0 128px 0;
   width: 1280px;
   height: 981px;
   position: absolute !important;
   left: 0px;
   top: 1618px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a1c33;
 }

 .imageview_a67c356febcb {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_d2d15b683bff {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-f05edf2bc81b_d2d15b683bff {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-db994334a6ba_d2d15b683bff {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_59b752674bf4 {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_a66da558614c {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_4409d4f8ee81 {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_3445bf00ef05 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_663a387e728d {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_0d5be61701eb {
   padding: 80px 80px 80px 80px;
   width: 1280px;
   height: 236px;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 3056px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .imageview_0b61ca55696b {
   width: 1280px;
   height: 457px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.10000000149011612;
 }

 .imageview_0b61ca55696b img {
   position: absolute;
   width: 100.00% !important;
   height: 280.09% !important;
   max-width: none !important;
   left: 0.00%;
   top: -90.04%;
 }

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

 .text_ffa4f5b2f116 {
   width: 695.86px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_0e7e83b1d876 {
   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_72dccc8949f4 {
   width: 668.56px;
   height: 65px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

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

 .text_b48ea937f8f3 {
   width: 92.59px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_edcbd6b3e230 {
   padding: 20px 40px 20px 40px;
   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: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 4px 4px #ff6b2b96;
 }

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

 .container_nested_edcbd6b3e230 {
   padding: 20px 40px 20px 40px;
   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: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 4px 4px #ff6b2b96);
 }

 .text_2a9d721550b8 {
   width: 95.41px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_cd602cfdf1fe {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_nested_cd602cfdf1fe {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_18c4c8bec3f3 {
   padding: 0 24px 0 24px;
   width: 896px;
   height: 265px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 96px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5c5ab548dda0 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 457px;
   left: 0px;
   top: 2599px;
   background: #082140;
 }

 .container_37647359258d {
   position: absolute !important;
   width: 1280px;
   height: 3292px;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #000e23;
 }

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

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

 .imageview_00f8ebb49ffe {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_6c28e7a59a76 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_978ff6e12d35 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-ba43b34b0207_978ff6e12d35 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-397cf3c706fd_978ff6e12d35 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_cd1649782561 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_0d373f3432d9 {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_151689d6dadc {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_8784ba4ee3a3 {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_a5c68952890a {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_b59e4f1bc54c {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_47f93d58a1b8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_370f3340e990 {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_c214c48139e8 {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_f1d1675c1e04 {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_644c31ccb1be {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_b187a2582c4d {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152ccc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_b187a2582c4d {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152ccc;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_9918b5a848f1 {
   width: 1280px;
   height: 870px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.4000000059604645;
 }

 .imageview_9918b5a848f1 img {
   position: absolute;
   width: 100.00% !important;
   height: 147.13% !important;
   max-width: none !important;
   left: 0.00%;
   top: -23.56%;
 }

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

 .container_b4bb0b4a947a {
   width: 1280px;
   height: 870px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #03152cff 0%, #03152ccc 50%, #03152c00 100%);
 }

 .container_31ca225e555f {
   width: 8px;
   height: 8px;
   z-index: 2;
   position: absolute !important;
   left: 13px;
   top: 9px;
   background: #65ff91;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_ea4b6ba536d0 {
   width: 190.83px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_8385237e52b2 {
   width: 190.83px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 29px;
   top: 5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_2c0d949dd742 {
   position: absolute !important;
   overflow: visible;
   width: 232.83px;
   height: 26px;
   z-index: 2;
   left: 0px;
   top: 0px;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: inset 0 0 0 1px #65ff9133;
 }

 .text_437f5edeebaf {
   width: 567.63px;
   height: 56px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_80c044698a85 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 56px;
   z-index: 2;
   left: 0px;
   top: 394px;
 }

 .text_75d3772a737a {
   width: 142.86px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_d53900a88d78 {
   padding: 17px 32px 17px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ff6b2b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_d53900a88d78 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_d53900a88d78 {
   padding: 17px 32px 17px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ff6b2b;
   border-radius: 12px 12px 12px 12px;
 }

 .text_571828b0094d {
   width: 167.09px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_b98f798da403 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_wrapper_b98f798da403 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_b98f798da403 {
   padding: 16px 32px 16px 32px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #ffffff33;
   border-right: 1px solid #ffffff33;
   border-bottom: 1px solid #ffffff33;
   border-left: 1px solid #ffffff33;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 12px 12px 12px 12px;
 }

 .container_918e2aeb4b16 {
   padding: 16px 0 0 0;
   width: 979px;
   height: 78px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 486px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_d345ce728430 {
   width: 100%;
   min-width: 0;
   height: 341px;
   z-index: 2;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_d345ce728430 {
   overflow: visible;
 }

 .text-d9eb97731478_d345ce728430 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .text-5d7c21f64feb_d345ce728430 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

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

 .container_65c807bea523 {
   position: absolute !important;
   overflow: visible;
   width: 979px;
   height: 520px;
   z-index: 2;
   left: 24px;
   top: 96px;
 }

 .container_bd1f8f74aad8 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 664px;
   z-index: 2;
   left: 57px;
   top: 38px;
 }

 .container_428e775ed85e {
   width: 426.66px;
   height: 870px;
   z-index: 3;
   position: absolute !important;
   left: 949.34px;
   top: 96px;
   background: #65ff910d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_22d3683b3391 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 870px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #03152c;
 }

 .text_642ff4c962ca {
   width: 434.86px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_7d186c896813 {
   width: 581.2px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_025c77ecec94 {
   width: 389.33px;
   height: 254.25px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #03152c0d, 0px 20px 25px -5px #03152c0d;
 }

 .imageview_883cc4d31984 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_031245dd62c9 {
   width: 151.92px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_12c1dbb6fb5b {
   width: 323.33px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 113px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f88fc42151d3 {
   width: 288.88px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_926c1d31ff4b {
   width: 323.33px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 152.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_43ed4597ed2d {
   position: absolute !important;
   overflow: visible;
   width: 389.33px;
   height: 254.25px;
   left: 24px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #f1f5f9ff;
 }

 .container_6247d138f417 {
   width: 389.33px;
   height: 254.25px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #03152c0d, 0px 20px 25px -5px #03152c0d;
 }

 .imageview_745e2071d113 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_75fca9302a0b {
   width: 226.8px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_a4501de9be52 {
   width: 323.33px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 113px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_c1e99e97af76 {
   width: 300.22px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_e569e6f0e559 {
   width: 323.33px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 152.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_0828a4aa3c76 {
   position: absolute !important;
   overflow: visible;
   width: 389.33px;
   height: 254.25px;
   left: 445.33px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #f1f5f9ff;
 }

 .container_40aa3c9ec577 {
   width: 389.34px;
   height: 254.25px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #03152c0d, 0px 20px 25px -5px #03152c0d;
 }

 .imageview_dc36ffd0e05c {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_86aa9b314a33 {
   width: 159.72px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_434d6a9d36a9 {
   width: 323.34px;
   height: 28px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 113px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_1b81900d50f6 {
   width: 289.23px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_0385776f5444 {
   width: 323.34px;
   height: 69px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 152.25px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2b37b4ca5d0 {
   position: absolute !important;
   overflow: visible;
   width: 389.33px;
   height: 254.25px;
   left: 866.67px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #f1f5f9ff;
 }

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

 .container_7aad30bbf147 {
   padding: 96px 0 96px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

 .text_d492bf57e382 {
   width: 344.7px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_dcefc3ae0221 {
   width: 96px;
   height: 6px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .text_e9bc9c8f4ab4 {
   width: 145.52px;
   height: 32px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .text_6eb82585d128 {
   width: 66.42px;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_344683096c94 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   border-top: 1px solid #e2e8f0ff;
   border-right: 1px solid #e2e8f0ff;
   border-bottom: 1px solid #e2e8f0ff;
   border-left: 1px solid #e2e8f0ff;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_6dd1bacc3a56 {
   width: fit-content;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_3622b36f0957 {
   width: 21.7px;
   height: 21.7px;
 }

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

 .text_234d55dd27f5 {
   width: 138.84px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .imageview_a4d094516ff1 {
   width: 21.7px;
   height: 21.7px;
 }

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

 .text_0a428663c93f {
   width: 225.42px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .imageview_c9b4087b16c0 {
   width: 21.7px;
   height: 21.7px;
 }

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

 .text_5b875e11bb4d {
   width: 187.44px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .imageview_31c20d7071c9 {
   width: 21.7px;
   height: 21.7px;
 }

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

 .text_eb64304ebce3 {
   width: 116.61px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

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

 .text_9e623822c6f1 {
   width: 187.69px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_0bb6e4612f55 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #03152c;
   border-radius: 12px 12px 12px 12px;
 }

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

 .container_nested_0bb6e4612f55 {
   padding: 16px 0 16px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #03152c;
   border-radius: 12px 12px 12px 12px;
 }

 .container_6ff5c22afbd2 {
   padding: 40px 40px 40px 40px;
   width: 472px;
   height: 429px;
   border-top: 2px solid #e2e8f0ff;
   border-right: 2px solid #e2e8f0ff;
   border-bottom: 2px solid #e2e8f0ff;
   border-left: 2px solid #e2e8f0ff;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
   background: #e9faee;
   border-radius: 32px 32px 32px 32px;
 }

 .container_d92c8a747e8a {
   width: 472.38px;
   height: 431.43px;
   position: absolute !important;
   left: 0px;
   top: -0.24px;
   background: #ffffff00;
   border-radius: 32px 32px 32px 32px;
   box-shadow: 0px 25px 50px -12px #ff6b2b33;
 }

 .text_01a8a7c06583 {
   width: 119.54px;
   height: 32px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_af303d750783 {
   width: 120.05px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_b8491a0aeacf {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

 .container_c92e0e7c531f {
   width: 384px;
   height: 58.99px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 44px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_ae6228926d82 {
   width: 21.7px;
   height: 21.7px;
   z-index: 1;
 }

 .imageview_ae6228926d82 img {
   position: absolute;
   width: 22.8px !important;
   height: 22.8px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_ed7f913e8b93 {
   width: 192.1px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_7dc9fe7d2fc5 {
   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;
 }

 .imageview_7fe95012118f {
   width: 21.7px;
   height: 21.7px;
   z-index: 1;
 }

 .imageview_7fe95012118f img {
   position: absolute;
   width: 22.8px !important;
   height: 22.8px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_0b877adffadc {
   width: 250.15px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_994e70022c6e {
   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;
 }

 .imageview_6a4eba274b99 {
   width: 21.7px;
   height: 21.7px;
   z-index: 1;
 }

 .imageview_6a4eba274b99 img {
   position: absolute;
   width: 22.8px !important;
   height: 22.8px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_4179a2da7c97 {
   width: 128.64px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_f59ae7dbfe9d {
   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;
 }

 .imageview_6d8d5ad08717 {
   width: 21.7px;
   height: 21.7px;
   z-index: 1;
 }

 .imageview_6d8d5ad08717 img {
   position: absolute;
   width: 22.8px !important;
   height: 22.8px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_d4596421ab41 {
   width: 183.09px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_1151794b9637 {
   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_7a9190436578 {
   padding: 0 0 8px 0;
   width: 384px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 134.99px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_4f72e9efa98a {
   width: 108.9px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_927cb4ea689a {
   padding: 8px 24px 8px 24px;
   width: 156.9px;
   height: 31px;
   z-index: 1;
   position: absolute !important;
   left: 157.55px;
   top: -15.99px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_aaf192578278 {
   width: 403.2px;
   height: 58.8px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 4px 6px -4px #ff6b2b4d, 0px 10px 15px -3px #ff6b2b4d;
 }

 .text_8c0bfe9f4111 {
   width: 167.96px;
   height: 24px;
   z-index: 2;
   position: absolute !important;
   left: 108.02px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_520912317114 {
   position: absolute !important;
   overflow: visible;
   width: 384px;
   height: 56px;
   z-index: 1;
   left: 44px;
   top: 330.99px;
   background: #ff6b2b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_5eac696288ac {
   position: absolute !important;
   overflow: visible;
   width: 472px;
   height: 430.99px;
   left: 504px;
   top: 0px;
   background: #ffffff;
   border-radius: 32px 32px 32px 32px;
   box-shadow: inset 0 0 0 4px #ff6b2bff;
 }

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

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

 .container_c3a5353a4142 {
   padding: 96px 128px 96px 128px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a1c33;
 }

 .imageview_61f0103a0b9f {
   width: 1280px;
   height: 457px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.10000000149011612;
 }

 .imageview_61f0103a0b9f img {
   position: absolute;
   width: 100.00% !important;
   height: 280.09% !important;
   max-width: none !important;
   left: 0.00%;
   top: -90.04%;
 }

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

 .text_bc342d24f107 {
   width: 695.86px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_dc21e86f2a31 {
   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_4438c1914d59 {
   width: 668.56px;
   height: 65px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

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

 .text_fbd2a38bebe0 {
   width: 92.59px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_754fc84c1a21 {
   padding: 20px 40px 20px 40px;
   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: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 6px 6.3px #ff6b2b4a;
 }

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

 .container_nested_754fc84c1a21 {
   padding: 20px 40px 20px 40px;
   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: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
   filter: drop-shadow(0px 6px 6.3px #ff6b2b4a);
 }

 .text_ab3a0e173222 {
   width: 95.41px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_7d9b1f98b446 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_nested_7d9b1f98b446 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_e1a57b06cf8d {
   padding: 0 24px 0 24px;
   width: 896px;
   height: 265px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 96px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ad0ab034f3b4 {
   position: relative !important;
   overflow: visible;
   width: 1280px;
   height: 457px;
   flex-shrink: 0;
   background: #082140;
 }

 .imageview_a47ae929f381 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_2cf801e08b70 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-d6367a0f6061_2cf801e08b70 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-12608712e0d2_2cf801e08b70 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_d627c84d4d4b {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_c7dd8840d8a6 {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_31a51fbd0e2c {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_d6a9966b3b8d {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_90ad1192a543 {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_daa1060bd94b {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

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

 .imageview_39338a6ea17b {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_92024e8bc070 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_4b59af26a4b2 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-674ca45d71ce_4b59af26a4b2 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-72fc14226263_4b59af26a4b2 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_f873212addf8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_nested_f873212addf8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_349f0fd50fa3 {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_f2cf975c7f4c {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_d19bc8512093 {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_615195bf5b2b {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_53c90a50cfcb {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_2c664f042b40 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_ef0efc3afff8 {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_904abfb90601 {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_e2107dc79789 {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_ade6ac0ddfc2 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_6e19529405d6 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344255;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_6e19529405d6 {
   width: 1280px;
   height: fit-content;
 }

 .container_nested_6e19529405d6 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344255;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_4e60020da40e {
   width: 100%;
   min-width: 0;
   height: 500px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

 .imageview_4e60020da40e img {
   position: absolute;
   width: 100.00% !important;
   height: 136.32% !important;
   max-width: none !important;
   left: 0.00%;
   top: -18.16%;
 }

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

 .container_a12382e88e94 {
   width: 681.61px;
   height: fit-content;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #010a1680;
 }

 .container_6e85a3981aa2 {
   width: 32px;
   height: 1px;
   flex-shrink: 0;
   background: #65ff91;
 }

 .text_0c99e60e6789 {
   width: 129.45px;
   height: 16px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_b6a8c54c9bb5 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .text_autoheight_e4bef5a0acc1 {
   overflow: visible;
 }

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

 .text_d0f2c7e5d632 {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_d0f2c7e5d632 {
   overflow: visible;
 }

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

 .text_7a1bfa9453fc {
   width: 145.88px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_f18e39521300 {
   width: 28px;
   height: 16px;
   z-index: 1;
 }

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

 .container_538603d9ac81 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_5cfdc83a3a4f {
   width: 454.39px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_a7a4b8818c89 {
   padding: 64px 32px 64px 32px;
   width: 1280px;
   height: 628px;
   position: absolute !important;
   left: -6px;
   top: 520px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a1c33;
 }

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

 .text_autoheight_55eecd91b300 {
   overflow: visible;
 }

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

 .text_33287cef10c6 {
   width: 100%;
   min-width: 0;
   height: 167px;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_33287cef10c6 {
   overflow: visible;
 }

 .text-dc4e6e57ab6d_33287cef10c6 {
   line-height: 72px;
   font-family: 'Public Sans';
 }

 .text-4d82a557f3ad_33287cef10c6 {
   line-height: 72px;
   font-family: 'Public Sans';
 }

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

 .text_55750a45a029 {
   width: 496.41px;
   height: 56px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_66bfdf59f346 {
   width: 768px;
   height: 287px;
   max-width: 768px;
   position: absolute !important;
   left: 94px;
   top: 128px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_02c5a3edd32b {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 520px;
   left: 0px;
   top: 0px;
   background: radial-gradient(closest-side at 27% 59%, #65ff910d 0%, #65ff9100 40%);
 }

 .text_d7288d77756a {
   width: 256.13px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_0c155d157864 {
   width: 80px;
   height: 4px;
   flex-shrink: 0;
   background: #65ff91;
 }

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

 .text_650bc0175a8a {
   width: 110.31px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .imageview_318e19ab42ff {
   width: 10.5px;
   height: 10.5px;
 }

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

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

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

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

 .container_89bbcaa2d265 {
   height: 216px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #ffffff;
   mix-blend-mode: saturation;
 }

 .container_158c015f4c88 {
   width: 384px;
   height: 216px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/398:890.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_cbef65f0b1e9 {
   width: 66.16px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_12ee32a7301c {
   padding: 3.5px 12px 3.5px 12px;
   width: 90.16px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #65ff91e6;
   border-radius: 6px 6px 6px 6px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_6925aeed147c {
   position: relative !important;
   overflow: visible;
   width: 384px;
   height: 216px;
   flex-shrink: 0;
 }

 .imageview_c0c2d835c2d8 {
   width: 10px;
   height: 10px;
 }

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

 .text_012bce5afbfc {
   width: 67.83px;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .text_autoheight_829768f07555 {
   overflow: visible;
 }

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

 .text_fbbcc76fea4d {
   width: 318.93px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: -1.25px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_fbbcc76fea4d {
   overflow: visible;
 }

 .container_b6c5584387c0 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 68.25px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_014c910afb74 {
   width: 72.64px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .imageview_a383061802d9 {
   width: 22.25px;
   height: 6.75px;
 }

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

 .container_02dadc890730 {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_861ff93d58b4 {
   padding: 0 0 28px 0;
   width: 384px;
   height: 523.25px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f2037;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #010a1680;
 }

 .container_40ac8e06c6dd {
   height: 216px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #ffffff;
   mix-blend-mode: saturation;
 }

 .container_63e57a836cf4 {
   width: 384px;
   height: 216px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/398:909.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_d13d683641ec {
   width: 71.72px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_c865243a026a {
   padding: 3.5px 12px 3.5px 12px;
   width: 95.72px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #65ff91e6;
   border-radius: 6px 6px 6px 6px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_5f552dbcfce4 {
   position: relative !important;
   overflow: visible;
   width: 384px;
   height: 216px;
   flex-shrink: 0;
 }

 .imageview_85c1da7128eb {
   width: 10px;
   height: 10px;
 }

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

 .text_7222f17d4d8c {
   width: 68.11px;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .text_autoheight_2b7b8799a924 {
   overflow: visible;
 }

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

 .text_2344f8c1e385 {
   width: 308.9px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: -1.25px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2344f8c1e385 {
   overflow: visible;
 }

 .container_c077a5cc72fd {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 68.25px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_676ee5ace4fc {
   width: 72.64px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .imageview_eecff85a9e8a {
   width: 22.25px;
   height: 6.75px;
 }

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

 .container_5f538908c9fc {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_7a8b0b7eebd8 {
   width: 384px;
   height: 523.25px;
   position: absolute !important;
   left: 416px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f2037;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #010a1680;
 }

 .container_2c9610a75cc0 {
   height: 216px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #ffffff;
   mix-blend-mode: saturation;
 }

 .container_f6610f080bbd {
   width: 384px;
   height: 216px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/398:928.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .text_74b73a947d6e {
   width: 54.11px;
   height: 15px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_fba520210d46 {
   padding: 3.5px 12px 3.5px 12px;
   width: 78.11px;
   height: 22px;
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 12px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #65ff91e6;
   border-radius: 6px 6px 6px 6px;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_83c54a0875e4 {
   position: relative !important;
   overflow: visible;
   width: 384px;
   height: 216px;
   flex-shrink: 0;
 }

 .imageview_528362abc26f {
   width: 10px;
   height: 10px;
 }

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

 .text_4d7461aaaeeb {
   width: 68.36px;
   height: 15px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .text_autoheight_755a6909b797 {
   overflow: visible;
 }

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

 .text_afc490c73d86 {
   width: 310.96px;
   height: 69px;
   position: absolute !important;
   left: 0px;
   top: -1.25px;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_afc490c73d86 {
   overflow: visible;
 }

 .container_d2498c4ae9f0 {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 68.25px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
 }

 .text_760213006357 {
   width: 72.64px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .imageview_8bb24ef5402f {
   width: 22.25px;
   height: 6.75px;
 }

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

 .container_9fbf4d8cf20e {
   padding: 8px 0 0 0;
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_1ad5f80a0d94 {
   padding: 0 0 28px 0;
   width: 384px;
   height: 523.25px;
   position: absolute !important;
   left: 832px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0f2037;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #010a1680;
 }

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

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

 .container_9cab933687f2 {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 848.25px;
   position: absolute !important;
   left: -6px;
   top: 1148px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #02132a;
 }

 .container_90fa63913134 {
   width: 800px;
   height: 400px;
   z-index: 1;
   position: absolute !important;
   left: 240px;
   top: -27px;
   background: #65ff910d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(60px);
 }

 .text_4e2ba0ea401c {
   width: 869.95px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_a3913a2a5de4 {
   width: 184.75px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 8px 10px -6px #ff6b2bff, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_24c215bfad22 {
   width: 104.75px;
   height: 28px;
   z-index: 3;
   position: absolute !important;
   left: 40px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_53398b800bd6 {
   position: relative !important;
   overflow: visible;
   width: 184.75px;
   height: 60px;
   flex-shrink: 0;
   z-index: 2;
   background: #ff6b2b;
   border-radius: 8px 8px 8px 8px;
 }

 .text_dd70a1e7d416 {
   width: 120.28px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_ba3c9dde2295 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #3d4a3dff;
   border-right: 1px solid #3d4a3dff;
   border-bottom: 1px solid #3d4a3dff;
   border-left: 1px solid #3d4a3dff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .container_wrapper_ba3c9dde2295 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
 }

 .container_nested_ba3c9dde2295 {
   padding: 16px 40px 16px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #3d4a3dff;
   border-right: 1px solid #3d4a3dff;
   border-bottom: 1px solid #3d4a3dff;
   border-left: 1px solid #3d4a3dff;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   border-radius: 8px 8px 8px 8px;
 }

 .container_0de353cce440 {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 2;
   justify-content: center;
   align-items: center;
   gap: 0 24px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d00f472b3395 {
   width: 896px;
   height: 154px;
   max-width: 896px;
   z-index: 2;
   position: absolute !important;
   left: 192px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cef563e8645d {
   position: absolute !important;
   width: 1280px;
   height: 346px;
   z-index: 1;
   left: 0px;
   top: 1996px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #25354e;
 }

 .imageview_f66c63292091 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_e0f7790983fc {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-2d7fe6532d12_e0f7790983fc {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-8a2e2a505805_e0f7790983fc {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_c9b50bb485fc {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_8136724cfa68 {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_143b80f47a88 {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_4d6486840f7b {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_02d9c8d1b386 {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_6d1f622df0b0 {
   padding: 0 0.01px 0 0;
   width: 1120px;
   height: 75px;
   position: absolute !important;
   left: 80px;
   top: 81px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_dce5a66325a9 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 236px;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   left: -6px;
   top: 2342px;
   background: #03152c;
   box-shadow: inset 0 1px 0 0 #ffffff0d;
 }

 .container_wrapper_dce5a66325a9 {
   position: absolute !important;
   overflow: visible;
   left: -6px;
   top: 2342px;
   width: 1280px;
   height: 236px;
 }

 .container_nested_dce5a66325a9 {
   width: 1280px;
   height: 236px;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   background: #03152c;
 }

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

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

 .imageview_95830699594f {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_59bd76c92a89 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_433e0050b76f {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-a271d23e5866_433e0050b76f {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-5885581a3b52_433e0050b76f {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_70423c5589f3 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_f2a8224bbc4e {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_f2d72c1c26e9 {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_167fc0abe02f {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_74135dabd76e {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_6e6634e94551 {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_007e07f2af38 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d6f97c2b1468 {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_543cf5c51fea {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_5235654a4863 {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_fc6c55a31aa7 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_8f163e3740db {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344255;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_8f163e3740db {
   padding: 20px 80px 20px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344255;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .text_autoheight_788119fea073 {
   overflow: visible;
 }

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

 .text_fd2f99bb9d8a {
   width: 583.77px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_7aa3d2426404 {
   width: 14px;
   height: 14px;
 }

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

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

 .text_7e618529f284 {
   width: 817.53px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_34ccd1c7f574 {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #082140;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #00000066;
 }

 .text_8937bdf8d9cf {
   width: 577.59px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_bfa3a9840c88 {
   width: 14px;
   height: 14px;
 }

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

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

 .text_0ddcd46e5a4d {
   width: 774.77px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_b09a1ef91336 {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #082140;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #00000066;
 }

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

 .container_391befb9303c {
   width: 1044px;
   height: 444px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_30f2985bdfc6 {
   overflow: visible;
 }

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

 .text_1ef1b0f7d3df {
   width: 414.97px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_b2969d5c8203 {
   width: 14px;
   height: 14px;
 }

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

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

 .text_4c5161e62e86 {
   width: 807.95px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_77a6ae807821 {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #082140;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #00000066;
 }

 .text_77c9cc936ebf {
   width: 379.72px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_e3efa6d00c91 {
   width: 14px;
   height: 14px;
 }

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

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

 .text_a2e63446659d {
   width: 794.08px;
   height: 78px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_2de315cb871a {
   padding: 0 0 32px 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #000000ff;
   border-right: 1px solid #000000ff;
   border-bottom: 1px solid #000000ff;
   border-left: 1px solid #000000ff;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #082140;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 20px 40px #00000066;
 }

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

 .container_749cf15e0ede {
   padding: 32px 0 0 0;
   width: 1044px;
   height: 476px;
   position: absolute !important;
   left: 0px;
   top: 492px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d5ca8bb22f1b {
   position: relative !important;
   overflow: visible;
   width: 100%;
   min-width: 0;
   height: 968px;
   max-width: 896px;
   flex-shrink: 0;
 }

 .container_11bc87db507a {
   padding: 96px 153px 96px 114px;
   width: 1280px;
   height: 1160px;
   position: absolute !important;
   left: 0px;
   top: 552px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a1c33;
 }

 .container_88ffee73639a {
   width: 500px;
   height: 500px;
   position: absolute !important;
   left: 1114px;
   top: -250px;
   background: #65ff9133;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(60px);
 }

 .container_ee16ca9235d2 {
   width: 400px;
   height: 400px;
   position: absolute !important;
   left: -200px;
   top: 351.5px;
   background: #cd48001a;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(50px);
 }

 .container_08b7cfee30f1 {
   position: absolute !important;
   overflow: visible;
   width: 1364px;
   height: 551.5px;
   left: 0px;
   top: 0px;
   opacity: 0.20000000298023224;
 }

 .text_ccc187bbf57b {
   width: 155.97px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_a554b3859c46 {
   padding: 6px 16px 6px 16px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 1px solid #3d4a3d33;
   border-right: 1px solid #3d4a3d33;
   border-bottom: 1px solid #3d4a3d33;
   border-left: 1px solid #3d4a3d33;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #1a2a42;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_d5440ad73d7b {
   width: 100%;
   min-width: 0;
   height: 167px;
   z-index: 1;
   line-height: 72px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text_autoheight_d5440ad73d7b {
   overflow: visible;
 }

 .text-3469502e8b18_d5440ad73d7b {
   line-height: 72px;
   font-family: 'Public Sans';
 }

 .text-c38044565de8_d5440ad73d7b {
   line-height: 72px;
   font-family: 'Public Sans';
 }

 .container_fe55eb02ec9f {
   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_c7f91d849cf7 {
   width: 651.36px;
   height: 98px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_166d95c8d304 {
   width: 896px;
   height: 351px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 96px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_b2e93bc7fad7 {
   position: absolute !important;
   overflow: visible;
   width: 1364px;
   height: 552px;
   left: -84px;
   top: 0px;
 }

 .imageview_df465e84886c {
   width: 1280px;
   height: 457px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
   opacity: 0.10000000149011612;
 }

 .imageview_df465e84886c img {
   position: absolute;
   width: 100.00% !important;
   height: 280.09% !important;
   max-width: none !important;
   left: 0.00%;
   top: -90.04%;
 }

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

 .text_2a9bfa3fd769 {
   width: 695.86px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_b5a0bbb9bb8f {
   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_6b416ea58fef {
   width: 668.56px;
   height: 65px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

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

 .text_1d39aab61f88 {
   width: 92.59px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_0d5e312c4370 {
   padding: 20px 40px 20px 40px;
   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: #ff6b2b;
   border-radius: 16px 16px 16px 16px;
 }

 .text_28ff76485394 {
   width: 95.41px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

 .container_eac4fadc04b5 {
   padding: 20px 40px 20px 40px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   border-top: 2px solid #ffffff4d;
   border-right: 2px solid #ffffff4d;
   border-bottom: 2px solid #ffffff4d;
   border-left: 2px solid #ffffff4d;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_616388ca1e24 {
   padding: 0 24px 0 24px;
   width: 896px;
   height: 265px;
   max-width: 896px;
   z-index: 1;
   position: absolute !important;
   left: 192px;
   top: 96px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_6cd17203a19c {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 457px;
   left: 0px;
   top: 1712px;
   background: #082140;
 }

 .imageview_abb17c2bca40 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_917c1531bc5e {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-c1a3d6c5c12a_917c1531bc5e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-cefe84f3266a_917c1531bc5e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_be3b3dafb4d2 {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_ce345ecceba7 {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_f9e18a069389 {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_2a78a8c9fa55 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_3fd9e9e57e81 {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_0aafc3402ef8 {
   padding: 80px 80px 80px 80px;
   width: 1280px;
   height: 236px;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 2169px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

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

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

 .imageview_daf1d56db31c {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .container_929615725805 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_a8aaca74542e {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-9a4760eadd2e_a8aaca74542e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-420f565fd699_a8aaca74542e {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_9dab0438e3c1 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .text_b10205c93d8a {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_9317e9c237e6 {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_b36e990b4d6b {
   width: 68px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_26020a5280ff {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_6aa65f4a70d5 {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .container_1636c529bef8 {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .container_5827d562148f {
   width: 129.86px;
   height: 44px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_80bbb1109bf9 {
   width: 73.86px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_5adb1f1b7467 {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_8c9b8483f1e1 {
   padding: 0 0.01px 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   max-width: 1280px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_24fb8925bcf3 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_24fb8925bcf3 {
   width: 1280px;
   height: fit-content;
 }

 .container_nested_24fb8925bcf3 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: fit-content;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

 .imageview_a46588b1c1ae {
   width: 1363px;
   height: 3422px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   _scaling-factor: 1;
 }

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

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

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

 .container_009b6cc84b8f {
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   background: #ffffff;
   mix-blend-mode: saturation;
 }

 .container_b6cb77a2fb8f {
   width: 1280px;
   height: 819px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/479:1864.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   opacity: 0.30000001192092896;
 }

 .container_741a4c6bbf9b {
   width: 1280px;
   height: 819px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #02132aff 0%, #02132acc 50%, #02132a00 100%);
 }

 .container_4911fcc73450 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 819px;
   left: 0px;
   top: 0px;
 }

 .text_d2d83d336c9c {
   width: 541.61px;
   height: 600px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 600px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_a834f81c5483 {
   width: 541.61px;
   height: 600px;
   z-index: 1;
   position: absolute !important;
   left: 818.39px;
   top: 299px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   opacity: 0.05000000074505806;
 }

 .text_0e78840cc55b {
   width: 89.27px;
   height: 16px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_16415f691cd2 {
   padding: 4px 12px 4px 12px;
   width: fit-content;
   height: fit-content;
   z-index: 2;
   border-top: 1px solid #65ff9133;
   border-right: 1px solid #65ff9133;
   border-bottom: 1px solid #65ff9133;
   border-left: 1px solid #65ff9133;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #65ff911a;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_8e9391ebdb27 {
   width: 100%;
   min-width: 0;
   height: 320px;
   z-index: 2;
   line-height: 96px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .text_autoheight_8e9391ebdb27 {
   overflow: visible;
 }

 .text-3b608998e5bf_8e9391ebdb27 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .text-c9b099a74bee_8e9391ebdb27 {
   line-height: 96px;
   font-family: 'Public Sans';
 }

 .container_4cafbfa14bfc {
   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_b9953d2b44f4 {
   width: 503.31px;
   height: 130px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 32.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_3e838f43393d {
   width: 584px;
   height: 508px;
   z-index: 2;
   position: absolute !important;
   left: 43px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_ea92abfa4578 {
   position: absolute !important;
   overflow: visible;
   width: 1216px;
   height: 508px;
   max-width: 1280px;
   z-index: 2;
   left: 32px;
   top: 155.5px;
 }

 .container_2a83266e116d {
   position: absolute !important;
   width: 1280px;
   height: 819px;
   left: 0px;
   top: 80px;
   overflow-x: hidden;
   overflow-y: hidden;
 }

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

 .text_autoheight_be3e0c789707 {
   overflow: visible;
 }

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

 .container_87c8d8f3adba {
   width: 80px;
   height: 4px;
   flex-shrink: 0;
   background: #65ff91;
 }

 .text_c60a43a593c7 {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_c60a43a593c7 {
   overflow: visible;
 }

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

 .text_e208f6cb5fb3 {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_e208f6cb5fb3 {
   overflow: visible;
 }

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

 .text_053f43fbf80d {
   width: 133.77px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_e875b6721ff8 {
   width: 16px;
   height: 16px;
 }

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

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

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

 .container_be5c53a41d50 {
   width: 576px;
   height: 393px;
   position: absolute !important;
   left: 640px;
   top: 91.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_015bae48961d {
   width: 100%;
   min-width: 0;
   height: 576px;
   flex-shrink: 0;
   _scaling-factor: 1;
 }

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

 .container_94fbdfe62614 {
   width: 576px;
   height: auto !important;
   position: absolute !important;
   left: 0px;
   top: 0px;
   aspect-ratio: 1 / 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_bd27b40eccbf {
   width: 74px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_9ba1a7bdaee9 {
   width: 179.75px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_ecb07c09a933 {
   padding: 32px 32px 32px 32px;
   width: 243.75px;
   height: 123.5px;
   z-index: 1;
   position: absolute !important;
   left: 356.25px;
   top: 476.5px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #65ff91;
   border-radius: 16px 16px 16px 16px;
 }

 .container_a0faccd4ee85 {
   position: absolute !important;
   overflow: visible;
   width: 576px;
   height: 576px;
   left: 0px;
   top: 0px;
 }

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

 .container_d41589450e23 {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 768px;
   position: absolute !important;
   left: 0px;
   top: 899px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a1c33;
 }

 .text_ccce0303f55e {
   width: 441.23px;
   height: 48px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .text_d3103c4d56f4 {
   width: 479.77px;
   height: 24px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

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

 .imageview_1e2015e46613 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_94f96e9e7604 {
   width: 65.05px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_ae0af1acd13f {
   width: 220px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_94309d1c9cc8 {
   width: 213.78px;
   height: 91px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_201a9d4a5c81 {
   padding: 0 0 0.88px 0;
   width: 220px;
   height: 91.88px;
   position: absolute !important;
   left: 33px;
   top: 144.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_1223fbc7e6bc {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 269px;
   left: 0px;
   top: 0px;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #ffffff0d;
 }

 .imageview_6466b37e0e83 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_670e48e8a064 {
   width: 90.73px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_764ebc830500 {
   width: 220px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_45bb93ff54d4 {
   width: 197.56px;
   height: 91px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_20936c25baa0 {
   padding: 0 0 0.88px 0;
   width: 220px;
   height: 91.88px;
   position: absolute !important;
   left: 33px;
   top: 144.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_d28093951a15 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 269px;
   left: 310px;
   top: 0px;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #ffffff0d;
 }

 .imageview_0cf800ea9261 {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_cc8c488e1013 {
   width: 84.73px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_f80b9999c00a {
   width: 220px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_48f938150283 {
   width: 211.7px;
   height: 91px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_3414de5eb1dc {
   padding: 0 0 0.88px 0;
   width: 220px;
   height: 91.88px;
   position: absolute !important;
   left: 33px;
   top: 144.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_66f2dbb15b62 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 269px;
   left: 620px;
   top: 0px;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #ffffff0d;
 }

 .imageview_26209b72410e {
   width: 48px;
   height: 48px;
   position: absolute !important;
   left: 33px;
   top: 33px;
 }

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

 .text_bad4ab9a422c {
   width: 103.55px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

 .container_97c740bfa334 {
   width: 220px;
   height: 28px;
   position: absolute !important;
   left: 33px;
   top: 105px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_5004ef60a207 {
   width: 212.73px;
   height: 91px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_e08cbb709c5c {
   padding: 0 0 0.88px 0;
   width: 220px;
   height: 91.88px;
   position: absolute !important;
   left: 33px;
   top: 144.13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_043eeeffd279 {
   position: absolute !important;
   overflow: visible;
   width: 286px;
   height: 269px;
   left: 930px;
   top: 0px;
   background: #0f2037;
   border-radius: 16px 16px 16px 16px;
   box-shadow: inset 0 0 0 1px #ffffff0d;
 }

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

 .container_2defa2ad0bc9 {
   width: 1216px;
   height: 421px;
   max-width: 1280px;
   position: absolute !important;
   left: 32px;
   top: 1763px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_24c819c1c3e2 {
   width: 384.17px;
   height: 36px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .imageview_2c7e172e7b6b {
   width: 96px;
   height: 96px;
   position: absolute !important;
   left: 138.67px;
   top: 30px;
 }

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

 .text_6fdbbff7da70 {
   width: 205.03px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_a0e4baebce24 {
   padding: 16px 0 0 0;
   width: 205.03px;
   height: 44px;
   position: absolute !important;
   left: 84.15px;
   top: 126px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_58432017717c {
   width: 198.85px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_29b5e490de53 {
   padding: 0 0.58px 0 0.57px;
   width: fit-content;
   height: fit-content;
   max-width: 200px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3d21575b3179 {
   padding: 16px 0 0 0;
   width: 200px;
   height: 56px;
   max-width: 200px;
   position: absolute !important;
   left: 86.67px;
   top: 170px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_05f4dc1fb0bf {
   position: absolute !important;
   overflow: visible;
   width: 373.33px;
   height: 252px;
   left: 0px;
   top: 0px;
   background: #ffffff;
 }

 .imageview_c27b54b85d08 {
   width: 96px;
   height: 96px;
   position: absolute !important;
   left: 138.67px;
   top: 30px;
 }

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

 .text_5a678f5fd721 {
   width: 112.45px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_c1ffe82470c0 {
   padding: 16px 0 0 0;
   width: 112.45px;
   height: 44px;
   position: absolute !important;
   left: 130.44px;
   top: 126px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_d451a8898925 {
   width: 188.41px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_27b70f1de1ae {
   padding: 0 5.79px 0 5.8px;
   width: fit-content;
   height: fit-content;
   max-width: 200px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_7e4def37de18 {
   padding: 16px 0 0 0;
   width: 200px;
   height: 56px;
   max-width: 200px;
   position: absolute !important;
   left: 86.67px;
   top: 170px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_e8c283480d0d {
   position: absolute !important;
   overflow: visible;
   width: 373.33px;
   height: 252px;
   left: 421.33px;
   top: 0px;
   background: #ffffff;
 }

 .imageview_ae389b9074d0 {
   width: 96px;
   height: 96px;
   position: absolute !important;
   left: 138.67px;
   top: 30px;
 }

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

 .text_a6e9ef55a940 {
   width: 158.66px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Manrope';
 }

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

 .container_9d8e2eea8fb4 {
   padding: 16px 0 0 0;
   width: 158.66px;
   height: 44px;
   position: absolute !important;
   left: 107.34px;
   top: 126px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_f5be41ccf69f {
   width: 187.78px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_206ffe734f47 {
   padding: 16px 0 0 0;
   width: 200px;
   height: 56px;
   max-width: 200px;
   position: absolute !important;
   left: 86.67px;
   top: 170px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_283231a45c77 {
   position: absolute !important;
   overflow: visible;
   width: 373.33px;
   height: 252px;
   left: 842.67px;
   top: 0px;
   background: #ffffff;
 }

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

 .container_12b9d9e1e26b {
   width: 1216px;
   height: 345px;
   max-width: 1280px;
   position: absolute !important;
   left: 32px;
   top: 3166.31px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_autoheight_fef93ac1658b {
   overflow: visible;
 }

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

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

 .text_autoheight_a0d70b7b1965 {
   overflow: visible;
 }

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

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

 .text_73609c5171fb {
   width: 100%;
   min-width: 0;
   height: 88px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_73609c5171fb {
   overflow: visible;
 }

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

 .text_2711f041e20a {
   width: 100%;
   min-width: 0;
   height: 117px;
   line-height: 29.25px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_2711f041e20a {
   overflow: visible;
 }

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

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

 .imageview_b4e28766af0f {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_b4e28766af0f img {
   position: absolute;
   width: 689.3px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_fd8bba2c3a08 {
   width: 689.33px;
   height: 409px;
   position: absolute !important;
   left: 526.67px;
   top: 94.66px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_fefc5fc5a18a {
   width: 598px;
   height: 598px;
   position: absolute !important;
   left: -60px;
   top: 0px;
   _scaling-factor: 0.5;
 }

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

 .container_0b004e49228d {
   position: relative !important;
   width: 100%;
   min-width: 0;
   height: 598px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   background: url("https://cdn.yotako.io/9f9fb1a4-c12d-4acf-a7eb-343b62044a5a/479:1993.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_e8e5215357d9 {
   width: 478.67px;
   height: auto !important;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   aspect-ratio: 0.8 / 1;
   align-items: flex-start;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 25px 50px -12px #00000099;
 }

 .container_ab140a970e0d {
   width: 414.66px;
   height: 114.5px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 25px 50px -12px #00000040;
 }

 .text_b3ce2314395f {
   width: 100%;
   min-width: 0;
   height: 68px;
   z-index: 2;
   line-height: 22.5px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_autoheight_b3ce2314395f {
   overflow: visible;
 }

 .container_126067ee3d2b {
   width: 362.66px;
   height: 68px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 23px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_8019a69d85d9 {
   position: absolute !important;
   overflow: visible;
   width: 414.66px;
   height: 115px;
   z-index: 1;
   border-top: 0px solid #65ff91ff;
   border-right: 0px solid #65ff91ff;
   border-bottom: 0px solid #65ff91ff;
   left: 32px;
   top: 515.31px;
   background: #02132a;
   border-radius: 12px 12px 12px 12px;
   box-shadow: inset 4px 0 0 0 #65ff91ff;
 }

 .container_wrapper_8019a69d85d9 {
   position: absolute !important;
   overflow: visible;
   left: 32px;
   top: 515.31px;
   width: 414.66px;
   height: 115px;
   z-index: 1;
 }

 .container_nested_8019a69d85d9 {
   width: 414.66px;
   height: 115px;
   z-index: 1;
   border-top: 0px solid #65ff91ff;
   border-right: 0px solid #65ff91ff;
   border-bottom: 0px solid #65ff91ff;
   border-left: 4px solid #65ff91ff;
   background: #02132a;
   border-radius: 12px 12px 12px 12px;
 }

 .container_1c93eea0a178 {
   position: absolute !important;
   overflow: visible;
   width: 478.67px;
   height: 598.31px;
   left: 0px;
   top: 0px;
 }

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

 .container_f64e583d557e {
   padding: 96px 32px 96px 32px;
   width: 1280px;
   height: 790.31px;
   position: absolute !important;
   left: 0px;
   top: 2280px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #25354e;
 }

 .container_dfced3345027 {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: 1088px;
   top: -128px;
   background: #65ff910d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .container_708fb204fbdd {
   width: 256px;
   height: 256px;
   position: absolute !important;
   left: -128px;
   top: 348px;
   background: #ffb59a0d;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(32px);
 }

 .text_f78d5a9ea0fd {
   width: 572.17px;
   height: 120px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 60px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_eacae433ba24 {
   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_98360681a1a1 {
   width: 607.84px;
   height: 56px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

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

 .container_e6e2d8e08fe7 {
   width: 184.75px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 12px 12px 12px 12px;
   box-shadow: 0px 25px 50px -12px #ffb59a33;
 }

 .text_a34b9c632a3e {
   width: 104.75px;
   height: 28px;
   z-index: 2;
   position: absolute !important;
   left: 40px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_77aa497dbdf5 {
   position: relative !important;
   overflow: visible;
   width: 184.75px;
   height: 60px;
   flex-shrink: 0;
   z-index: 1;
   background: #ff6b2b;
   border-radius: 12px 12px 12px 12px;
 }

 .container_a86c137eb10e {
   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_b1b4a9552f69 {
   width: 1056px;
   height: 316px;
   z-index: 1;
   position: absolute !important;
   left: 80px;
   top: 80px;
   align-items: center;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_a1bd2ec9222e {
   position: absolute !important;
   width: 1216px;
   height: 476px;
   left: 32px;
   top: 3654.31px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: linear-gradient(135deg, #02132aff 0%, #082140ff 100%);
   border-radius: 24px 24px 24px 24px;
 }

 .imageview_5175af004213 {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   z-index: 1;
   _scaling-factor: 0.5;
 }

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

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

 .container_a5b134598889 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #65ff91;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 0px 20px #65ff914d;
 }

 .text_c2dedb86272d {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-3bda65f3b6ba_c2dedb86272d {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-33179d1fcfa8_c2dedb86272d {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .container_13551ca3c5bb {
   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_wrapper_13551ca3c5bb {
   width: fit-content;
   height: fit-content;
   z-index: 1;
 }

 .container_nested_13551ca3c5bb {
   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;
 }

 .text_772c535085c0 {
   width: 56.95px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_1e6dcd4b6c6c {
   width: 68px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

 .text_e504e83812cd {
   width: 30.23px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

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

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

 .text_d92efbef4a3b {
   width: 34.91px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

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

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

 .container_3f6f243366c2 {
   width: 129.86px;
   height: 44px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 8px 10px -6px #ff6b2b33, 0px 20px 25px -5px #ff6b2b33;
 }

 .text_f9d390837b16 {
   width: 73.86px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 28px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .container_10fefc90222c {
   position: relative !important;
   overflow: visible;
   width: 129.86px;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   background: #ff6b2b;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_520fad5b0360 {
   padding: 0 0.01px 0 0;
   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_c9fd0af47030 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: 85px;
   z-index: 1;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_c9fd0af47030 {
   padding: 20px 80px 20px 80px;
   width: 1280px;
   height: 85px;
   z-index: 1;
   border-top: 0px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 1px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #344254;
   backdrop-filter: blur(6px);
   -webkit-font-smoothing: antialiased;
 }

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

 .imageview_85fea493584d {
   width: 75px;
   height: 75px;
   flex-shrink: 0;
   _scaling-factor: 0.5;
 }

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

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

 .text_53d2573ed280 {
   width: 231px;
   height: 28px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Public Sans';
 }

 .text-b1ec17fe1ece_53d2573ed280 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

 .text-1574b7d0f87d_53d2573ed280 {
   line-height: 28px;
   font-family: 'Public Sans';
 }

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

 .text_dc920bd4a6cf {
   width: 99.55px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_c628ede0556a {
   width: 118.53px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .text_7354d22d5f84 {
   width: 56.75px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

 .container_6442198955fc {
   width: fit-content;
   height: fit-content;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

 .text_5bdbcc9fd1aa {
   width: 336.47px;
   height: 20px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Montserrat';
 }

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

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

 .container_250cef99497a {
   padding: 80px 80px 80px 80px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: 1px solid #ffffff0d;
   border-right: 0px solid #ffffff0d;
   border-bottom: 0px solid #ffffff0d;
   border-left: 0px solid #ffffff0d;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #03152c;
 }

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