 /*
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?display=swap&family=Poppins:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900");
 @import url("https://fonts.googleapis.com/css?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("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;
   align-items: center;
   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;
   /* align-items if needed */
 }

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .text-597efaa1f68e_1f4eac68ead7 {
   line-height: 20px;
   font-family: 'Poppins';
 }

 .text-a6fd4fe0f8f5_1f4eac68ead7 {
   line-height: 20px;
   font-family: 'Poppins';
 }

 .text-218821470fd3_1f4eac68ead7 {
   line-height: 20px;
   font-family: 'Poppins';
 }

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

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

 .button_b4c5b70637c6 {
   padding: 4px 16px 4px 16px;
   width: fit-content;
   height: fit-content;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .button_link_b4c5b70637c6 {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

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

 .container_9bfc283f3358 {
   padding: 12px 0 12px 0;
   width: 1280px;
   height: 48px;
   position: absolute !important;
   left: 0px;
   top: 80px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a192f;
 }

 .container_47b47519a655 {
   width: 1280px;
   height: 800px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(90deg, #0a192f66 0%, #0a192f33 100%);
 }

 .text_d7055d8fcc3a {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 60px;
   word-wrap: break-word;
   filter: drop-shadow(0px 2px 4px #0000004d);
   font-family: 'Montserrat';
 }

 .container_e0d88e202d9d {
   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_7fe1e809139d {
   width: 490.75px;
   height: 84px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   filter: drop-shadow(0px 2px 4px #0000004d);
   font-family: 'Poppins';
 }

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

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

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

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

 .button_0a92e6419cf0 {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 38px;
   z-index: 1;
   border-top: #ffffff4d solid 1px;
   border-right: #ffffff4d solid 1px;
   border-bottom: #ffffff4d solid 1px;
   border-left: #ffffff4d solid 1px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff33;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .button_link_0a92e6419cf0 {
   display: flex;
   flex-direction: row;
   gap: 0 8px;
   align-items: center;
 }

 .imageview_06694621a831 {
   width: 20.68px;
   height: 18.15px;
   z-index: 1;
 }

 .text_c79d84bfc35c {
   width: 90.36px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .button_579b2dfb638d {
   padding: 8px 16px 8px 16px;
   width: fit-content;
   height: 38px;
   z-index: 1;
   border-top: #ffffff4d solid 1px;
   border-right: #ffffff4d solid 1px;
   border-bottom: #ffffff4d solid 1px;
   border-left: #ffffff4d solid 1px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff33;
   border-radius: 9999px 9999px 9999px 9999px;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .button_link_579b2dfb638d {
   display: flex;
   flex-direction: row;
   gap: 0 8px;
   align-items: center;
 }

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

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

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

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

 .container_3514fb50f2c0 {
   width: 446px;
   height: 4px;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 1px;
   background: linear-gradient(90deg, #0a192fff 0%, #e63946ff 100%);
 }

 .text_52789f01c613 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_f25fc48f3747 {
   padding: 0 0 1px 0;
   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_9974cbf1dc54 {
   padding: 12px 16px 11px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

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

 .wrapper_input_text_d4e611536fb5 {
   width: 100%;
   min-width: 0;
   height: 47px;
 }

 .text_59b9abe4eb83 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_3e7866c406a4 {
   padding: 0 0 1px 0;
   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_b3324a951c9a {
   padding: 12px 16px 11px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

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

 .wrapper_input_text_bfb87ee2cd5d {
   width: 100%;
   min-width: 0;
   height: 47px;
 }

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

 .text_639e8771e560 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 21px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_f00f43b66416 {
   padding: 0 0 1px 0;
   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;
 }

 .input_text_f2eec6dab566 {
   padding: 12px 16px 11px 16px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
   font-family: 'Poppins';
 }

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

 .input_text_f2eec6dab566::placeholder {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 21px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   font-family: 'Poppins';
   letter-spacing: -0.5px;
 }

 .text_c2d825049aaa {
   width: 28.84px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_8f20bca00624 {
   width: 6.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_0aba5334d78e {
   width: 18.94px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_0c14a06b85e6 {
   width: 6.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_87fdb3ef3837 {
   width: 31.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_68e0ae9ded26 {
   padding: 0 1.01px 0 1px;
   width: fit-content;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 1px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_874c211253b8 {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_8a09e1de82af {
   padding: 20px 12px 4px 12px;
   width: 185px;
   height: 46px;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_7d820207b352 {
   width: 35.89px;
   height: 15px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .input_select_0c4c2b7731a2 {
   width: 185px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
   font-family: 'Poppins';
 }

 .input_select_0c4c2b7731a2 option {
   width: 35.89px;
   height: 15px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_b9f281f0cefd {
   width: 28.84px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_4d02f21da238 {
   width: 6.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_a17af23a8fb7 {
   width: 18.94px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_24de911d5652 {
   width: 6.67px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .text_96cc8c887833 {
   width: 31.53px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_b525a4c6ebf8 {
   padding: 0 1.01px 0 1px;
   width: fit-content;
   height: 20px;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 1px;
   display: flex !important;
   flex-direction: row;
 }

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

 .imageview_a7172dde237d {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_93ade914a9c9 {
   padding: 20px 12px 4px 12px;
   width: 185px;
   height: 46px;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

 .text_2de86306104d {
   width: 47.61px;
   height: 15px;
   z-index: 2;
   position: absolute !important;
   left: 12px;
   top: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .input_text_36f96590126b {
   width: 185px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
   font-family: 'Poppins';
 }

 .wrapper_input_text_36f96590126b {
   position: relative !important;
   overflow: visible;
   width: 185px;
   height: 46px;
 }

 .input_text_36f96590126b::placeholder {
   width: 47.61px;
   height: 15px;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15px;
   text-align: start;
   word-wrap: break-word;
   color: #6b7280;
   letter-case: uppercase;
   font-family: 'Poppins';
   letter-spacing: -0.5px;
 }

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

 .imageview_2cba7218553e {
   width: 382px;
   height: 46px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_0feb439402c5 {
   width: 132.94px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_8f17bef00cf7 {
   width: 324px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 41px;
   top: 13px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_bfa108838af5 {
   position: absolute !important;
   overflow: visible;
   width: 382px;
   height: 46px;
   z-index: 1;
   border-top: #e5e7ebff solid 1px;
   border-right: #e5e7ebff solid 1px;
   border-bottom: #e5e7ebff solid 1px;
   border-left: #e5e7ebff solid 1px;
   left: 0px;
   top: 0px;
   background: #ffffff;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_59e46792c80f {
   width: 7px;
   height: 4.32px;
   z-index: 2;
   position: absolute !important;
   left: 363px;
   top: 12px;
 }

 .container_c80c50ab8578 {
   position: relative !important;
   overflow: visible;
   width: 382px;
   height: 46px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_fb688811269d {
   width: 382px;
   height: 48px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 8px 8px 8px 8px;
   box-shadow: 0px 4px 6px -4px #0000001a;
 }

 .text_d51f28596715 {
   width: 93.59px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 144.21px;
   top: 14px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .button_7aeb550c7e99 {
   position: relative !important;
   overflow: visible;
   width: 382px;
   height: 48px;
   flex-shrink: 0;
   z-index: 1;
   background: #e63946;
   border-radius: 8px 8px 8px 8px;
 }

 .container_067033785acc {
   width: 382px;
   height: 298px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 89px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f2d38e7c2515 {
   position: relative !important;
   overflow: visible;
   width: 448px;
   height: 436px;
   flex-shrink: 0;
   z-index: 1;
   border-top: #ffffff80 solid 1px;
   border-right: #ffffff80 solid 1px;
   border-bottom: #ffffff80 solid 1px;
   border-left: #ffffff80 solid 1px;
   background: #ffffffd9;
   border-radius: 24px 24px 24px 24px;
   box-shadow: 0px 8px 32px #1f268726;
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .container_wrapper_f2d38e7c2515 {
   position: relative !important;
   overflow: visible;
   width: 448px;
   height: 436px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_f2d38e7c2515 {
   width: 448px;
   height: 436px;
   z-index: 1;
   border-top: #ffffff80 solid 1px;
   border-right: #ffffff80 solid 1px;
   border-bottom: #ffffff80 solid 1px;
   border-left: #ffffff80 solid 1px;
   background: #ffffffd9;
   border-radius: 24px 24px 24px 24px;
   filter: drop-shadow(0px 8px 32px #1f268726);
   backdrop-filter: blur(12px);
   -webkit-font-smoothing: antialiased;
 }

 .container_181e2fa11a92 {
   padding: 0 42.67px 0 24px;
   width: 1280px;
   height: 800px;
   max-width: 1280px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: center;
   align-items: center;
   gap: 0 66.67px;
   display: flex !important;
   flex-direction: row;
 }

 .container_af1e5ca24a39 {
   position: absolute !important;
   overflow: visible;
   width: 1280px;
   height: 800px;
   left: 0px;
   top: 128px;
   background: url("https://cdn.yotako.io/790be2c6-c614-41d8-bcd4-5be94fe3e216/1:9.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

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

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

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

 .text_332521831f80 {
   width: 643.33px;
   height: 52px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 26px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_369dcf18c252 {
   width: 389.33px;
   height: 321px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 30px -5px #0000000d;
 }

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

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

 .container_53a5a163db98 {
   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_7b8ea51988cf {
   width: 293.91px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .text_aa47b89a49a5 {
   width: 84.69px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_865523f62e07 {
   width: 13.33px;
   height: 9.33px;
   z-index: 1;
 }

 .container_93a35ff6b299 {
   width: 98.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 245.25px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_0a819a24e403 {
   position: relative !important;
   overflow: visible;
   width: 389.33px;
   height: 321px;
   flex-shrink: 0;
   border-top: #f3f4f6ff solid 1px;
   border-right: #f3f4f6ff solid 1px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 1px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_2408dc4b5019 {
   width: 389.33px;
   height: 321px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 30px -5px #0000000d;
 }

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

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

 .container_9dffb5278fbd {
   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_c197add29e5f {
   width: 248.7px;
   height: 91px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .text_7791bc6f0fdd {
   width: 84.69px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_7cdc17da7d99 {
   width: 13.33px;
   height: 9.33px;
   z-index: 1;
 }

 .container_c8eaeb4e19a0 {
   width: 98.02px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 268px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

 .container_9a40f3bbf438 {
   position: relative !important;
   overflow: visible;
   width: 389.33px;
   height: 321px;
   flex-shrink: 0;
   border-top: #f3f4f6ff solid 1px;
   border-right: #f3f4f6ff solid 1px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 1px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

 .container_76f681f2743b {
   width: 389.34px;
   height: 321px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 10px 30px -5px #0000000d;
 }

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

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

 .container_74703c163e50 {
   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_7c4683a34869 {
   width: 307.65px;
   height: 69px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 22.75px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .text_60db378fdaf3 {
   width: 84.69px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_1f4800164cf9 {
   margin: 0 0 0 -0.01px !important;
   width: 13.33px;
   height: 9.33px;
   z-index: 2;
 }

 .container_1a53200637d6 {
   width: 98.01px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 33px;
   top: 245.25px;
   justify-content: flex-start;
   align-items: center;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_fe025b8a5ba4 {
   padding: 4px 8px 4px 8px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #dcfce7;
   border-radius: 4px 4px 4px 4px;
 }

 .container_3abc6000f7f5 {
   width: 63.81px;
   height: 23px;
   z-index: 1;
   position: absolute !important;
   left: 300.53px;
   top: 21px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_4a41d231d9b1 {
   position: relative !important;
   overflow: visible;
   width: 389.34px;
   height: 321px;
   flex-shrink: 0;
   border-top: #f3f4f6ff solid 1px;
   border-right: #f3f4f6ff solid 1px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 1px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

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

 .container_1f70543e43e5 {
   padding: 96px 0 96px 0;
   width: 1280px;
   height: 721.5px;
   position: absolute !important;
   left: 0px;
   top: 928px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

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

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

 .container_3ecbdacf6842 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   background: #f3f4f6;
 }

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

 .text_0b5381bcc701 {
   width: 268.2px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .imageview_529a160e2a17 {
   width: 100%;
   min-width: 0;
   height: 31.92px;
   opacity: 0.6000000238418579;
 }

 .container_70bda4bcc4e4 {
   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: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_8fc2118ae103 {
   padding: 64px 0 64px 0;
   width: 1280px;
   height: 220.92px;
   border-top: #f3f4f6ff solid 1px;
   border-right: #f3f4f6ff solid 0px;
   border-bottom: #f3f4f6ff solid 0px;
   border-left: #f3f4f6ff solid 0px;
   position: absolute !important;
   left: 0px;
   top: 2217px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
 }

 .container_6bf7a4c6284c {
   width: 320px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: 1040px;
   top: -80px;
   background: #eff6ff;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(64px);
   opacity: 0.5;
 }

 .container_540541f0f26a {
   width: 320px;
   height: 320px;
   z-index: 1;
   position: absolute !important;
   left: -80px;
   top: 328px;
   background: #fef2f2;
   border-radius: 9999px 9999px 9999px 9999px;
   filter: blur(64px);
   opacity: 0.5;
 }

 .text_de81afd6d04c {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .container_b19ebe3c3b11 {
   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_a34422699e97 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .imageview_3b620331daaa {
   width: 20px;
   height: 22px;
   z-index: 2;
 }

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

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

 .text_83d4f72c2f4c {
   width: 207px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_afe0bca248c1 {
   width: 284px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_a77fcde50dce {
   width: 20px;
   height: 22px;
   z-index: 2;
 }

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

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

 .text_1db0e74f6543 {
   width: 190.75px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_74589e155daf {
   width: 284px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 300px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b8f04d6f3c4c {
   width: 20px;
   height: 22px;
   z-index: 2;
 }

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

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

 .text_93f66f063db9 {
   width: 184.11px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_839b82c8802e {
   width: 284px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 60px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_65dca77654c2 {
   width: 20px;
   height: 22px;
   z-index: 2;
 }

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

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

 .text_a0276cad54c9 {
   width: 192.5px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_db208d0a7e21 {
   width: 284px;
   height: 44px;
   z-index: 2;
   position: absolute !important;
   left: 300px;
   top: 60px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 12px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_c3a63346af5e {
   width: 257.89px;
   height: 48px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #0000001a;
 }

 .text_f43cef9b4421 {
   width: 173.88px;
   height: 24px;
   z-index: 3;
   position: absolute !important;
   left: 32px;
   top: 12px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_a2b628231036 {
   width: 11.67px;
   height: 11.67px;
   z-index: 3;
   position: absolute !important;
   left: 213.88px;
   top: 18.17px;
 }

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

 .button_3eccd492a96f {
   padding: 32px 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;
 }

 .button_link_3eccd492a96f {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
 }

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

 .container_199a79607cca {
   width: 96px;
   height: 96px;
   z-index: 2;
   position: absolute !important;
   left: 504px;
   top: -16px;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
   opacity: 0.10000000149011612;
 }

 .container_e4543f1a8e05 {
   width: 128px;
   height: 128px;
   z-index: 2;
   position: absolute !important;
   left: -24px;
   top: 294px;
   background: #0a192f;
   border-radius: 9999px 9999px 9999px 9999px;
   opacity: 0.10000000149011612;
 }

 .container_9b100a5c2ed5 {
   width: 448px;
   height: 398px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 16px 16px 16px 16px;
   box-shadow: 0px 8px 10px -6px #0000001a;
 }

 .text_7ca45ad4011f {
   width: 177.72px;
   height: 28px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 28px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .text_fbc40ea175d2 {
   width: 96.13px;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .container_f2124050a95f {
   width: 382px;
   height: 28px;
   z-index: 4;
   position: absolute !important;
   left: 33px;
   top: 33px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_0ba17f9cb0e9 {
   width: 14.95px;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_807b99e28767 {
   padding: 7.5px 0 8.5px 0;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dbeafe;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_b3dd09e0872c {
   width: 157.73px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .imageview_57bc7574f505 {
   width: 12.83px;
   height: 12.25px;
   z-index: 4;
 }

 .input_text_183e5c1339f1 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   border-radius: 8px 8px 8px 8px;
 }

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

 .imageview_16471efc3113 {
   width: 12.83px;
   height: 12.25px;
   z-index: 4;
 }

 .text_541b9f645e98 {
   width: 17.88px;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_45f9d3cbd460 {
   padding: 7.5px 0 8.5px 0;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fee2e2;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_7c3149aba51e {
   width: 145.45px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .imageview_55c86150d35e {
   width: 12.83px;
   height: 12.25px;
   z-index: 4;
 }

 .container_211a7d85edb8 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_0d5696a67c84 {
   width: 16.23px;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_afeca281466f {
   padding: 7.5px 0 8.5px 0;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #fef9c3;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_7bf09d4b8f53 {
   width: 34.78px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .imageview_d2384bd36407 {
   width: 12.83px;
   height: 12.25px;
   z-index: 4;
 }

 .container_9aa45180cc62 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafb;
   border-radius: 8px 8px 8px 8px;
 }

 .text_5f3d09f189df {
   width: 16.23px;
   height: 16px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 16px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_7f8dd5dd8936 {
   padding: 7.5px 0 8.5px 0;
   width: 32px;
   height: 32px;
   flex-shrink: 0;
   z-index: 4;
   justify-content: center;
   align-items: center;
   display: flex !important;
   flex-direction: row;
   background: #dcfce7;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .text_0d3c82e1b33a {
   width: 127.92px;
   height: 24px;
   flex-shrink: 0;
   z-index: 4;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .imageview_017f6327c1fc {
   width: 12.83px;
   height: 12.25px;
   z-index: 4;
 }

 .container_2ae9e002cc48 {
   padding: 12px 12px 12px 12px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 4;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
   background: #f9fafb;
   border-radius: 8px 8px 8px 8px;
 }

 .container_4f023c7b0465 {
   width: 382px;
   height: 280px;
   z-index: 4;
   position: absolute !important;
   left: 33px;
   top: 85px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_f9a8ed0ac793 {
   position: absolute !important;
   overflow: visible;
   width: 448px;
   height: 398px;
   z-index: 3;
   border-top: #f3f4f6ff solid 1px;
   border-right: #f3f4f6ff solid 1px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 1px;
   left: 68px;
   top: 0px;
   background: #ffffff;
   border-radius: 16px 16px 16px 16px;
 }

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

 .container_16b1e6a8ff48 {
   padding: 0 24px 0 24px;
   width: 1280px;
   height: 408px;
   max-width: 1280px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 80px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 64px;
   display: flex !important;
   flex-direction: row;
 }

 .container_53bb7b8b712c {
   position: absolute !important;
   width: 1280px;
   height: 568px;
   z-index: 1;
   left: 0px;
   top: 1649px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f9fafb;
 }

 .container_wrapper_53bb7b8b712c {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1649px;
   width: 1280px;
   height: 568px;
   z-index: 1;
 }

 .container_nested_53bb7b8b712c {
   width: 1280px;
   height: 568px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #f9fafb;
 }

 .imageview_08ae6dec13c7 {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
 }

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

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

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

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

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

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

 .imageview_298196ac2d59 {
   width: 100%;
   min-width: 0;
   height: 32px;
 }

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

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

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

 .container_7ee4ddba8224 {
   width: 4px;
   height: 4px;
   flex-shrink: 0;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .container_4fc62c166a00 {
   width: 4px;
   height: 4px;
   flex-shrink: 0;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .container_c17463f80080 {
   width: 4px;
   height: 4px;
   flex-shrink: 0;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .container_89dc7e60f23c {
   width: 4px;
   height: 4px;
   flex-shrink: 0;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

 .container_f5955a5ab353 {
   width: 4px;
   height: 4px;
   flex-shrink: 0;
   background: #e63946;
   border-radius: 9999px 9999px 9999px 9999px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_650c0fcfc6b1 {
   width: 12px;
   height: 17px;
 }

 .text_3a40bf26df14 {
   width: 131.95px;
   height: 40px;
   flex-shrink: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

 .imageview_1cdd2e820e61 {
   width: 13.5px;
   height: 13.5px;
 }

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

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

 .container_c0c55a8f3c3b {
   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_1a48f66a92ef {
   width: 15px;
   height: 12px;
 }

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

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

 .container_b6aed54fa099 {
   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_3268812b98fd {
   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_f70289f20991 {
   height: 211px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

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

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

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

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

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

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

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

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

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

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

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

 .container_1b57bbe57e23 {
   padding: 32px 0 0 0;
   width: 100%;
   min-width: 0;
   height: fit-content;
   border-top: #1f2937ff solid 1px;
   border-right: #1f2937ff solid 0px;
   border-bottom: #1f2937ff solid 0px;
   border-left: #1f2937ff solid 0px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .container_67d3012aac43 {
   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: 64px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_1516397aa60a {
   padding: 80px 0 40px 0;
   width: 1280px;
   height: 444px;
   position: absolute !important;
   left: 0px;
   top: 2446px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #0a192f;
 }

 .imageview_ff603eb27c5f {
   width: 40px;
   height: 40px;
   flex-shrink: 0;
   z-index: 1;
 }

 .text_88c68fcacde4 {
   width: 105.73px;
   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_9ba70f636d10 {
   width: 114.75px;
   height: fit-content;
   z-index: 1;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_b7c58a95ff82 {
   width: 114.75px;
   height: 16px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 15.6px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

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

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

 .container_60a59b059aa3 {
   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_e3d69f3cf6b5 {
   width: 37.52px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_31cf6befbc18 {
   width: 37.52px;
   height: 20px;
   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_f5add7d2732c {
   width: 62.44px;
   height: 20px;
   flex-shrink: 0;
   z-index: 2;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_2a4d3e850a5e {
   padding: 0 0 0 40px;
   width: 102.44px;
   height: 20px;
   z-index: 2;
   position: absolute !important;
   left: 37.51px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_9abf1c05953b {
   width: 92.14px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_953de20efe48 {
   padding: 0 0 0 40px;
   width: 132.14px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 260.7px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_668206f99e03 {
   width: 30.95px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .container_a36498c51095 {
   padding: 0 0 0 40px;
   width: 70.95px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 392.84px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .text_65b41c60061d {
   width: 62.73px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .imageview_41dffb80d565 {
   width: 11px;
   height: 4.32px;
   z-index: 1;
 }

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

 .container_c6dece8f87b0 {
   padding: 0 0 0 40px;
   width: 113.74px;
   height: 20px;
   z-index: 1;
   position: absolute !important;
   left: 139.95px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c1105c2a451 {
   position: relative !important;
   overflow: visible;
   width: 463.8px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_wrapper_3c1105c2a451 {
   position: relative !important;
   overflow: visible;
   width: 463.8px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_414bb66eb218 {
   width: 95.28px;
   height: 20px;
   flex-shrink: 0;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 20px;
   word-wrap: break-word;
   font-family: 'Poppins';
 }

 .button_466f1e9b530c {
   padding: 10px 24px 10px 24px;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: #0a192f;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .button_link_466f1e9b530c {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

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

 .container_293b6f3699c5 {
   width: 1280px;
   height: 81px;
   z-index: 1;
   border-top: #f3f4f6ff solid 0px;
   border-right: #f3f4f6ff solid 0px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 0px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

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

 .container_nested_293b6f3699c5 {
   width: 1280px;
   height: 81px;
   z-index: 1;
   border-top: #f3f4f6ff solid 0px;
   border-right: #f3f4f6ff solid 0px;
   border-bottom: #f3f4f6ff solid 1px;
   border-left: #f3f4f6ff solid 0px;
   align-items: flex-start;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
   background: #fffffff2;
   backdrop-filter: blur(4px);
   -webkit-font-smoothing: antialiased;
 }

 .container_5d2d8b89c199 {
   width: 56px;
   height: 56px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #ffffff00;
   border-radius: 9999px 9999px 9999px 9999px;
   box-shadow: 0px 4px 6px -4px #0000001a;
 }

 .imageview_790af2c666f4 {
   width: 26.25px;
   height: 26.25px;
   z-index: 2;
   position: absolute !important;
   left: 14.88px;
   top: 14.88px;
 }

 .container_43a5bdce7231 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: #25d366;
   border-radius: 9999px 9999px 9999px 9999px;
 }

 .container_a7e5473abc74 {
   position: absolute !important;
   overflow: visible;
   width: 56px;
   height: 56px;
   z-index: 1;
   left: 1192px;
   top: 2802px;
 }

 .viewport_30614fba020e {
   width: 1280px;
   height: 2890px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }