



/*
Theme Name: Bay cities
Author: Celeste Paed0
Author URI: 
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/css2?family=DM+Serif+Display&family=Roboto&display=swap");
 @import url("https://amplitude.yotako.io/google?family=Barlow+Semi+Condensed:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://amplitude.yotako.io/google?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://amplitude.yotako.io/google?family=Barlow+Semi+Condensed:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("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;
 }
 
h3{
     font-family: 'Roboto';
font-weight: 600;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

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

 /* Figma auto-layout items never shrink by default; CSS flex-shrink defaults to 1 */
 [class^="container_"]>*,
 [class*=" container_"]>*,
 [class^="button_"]>*,
 [class*=" button_"]>*,
 [class^="vp_"]>*,
 [class*=" vp_"]>* {
   flex-shrink: 0;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .imageview_c35dd3b90074 {
   width: 1440px;
   height: 1022px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_c07f4c09accd {
   width: 586px;
   /* height: 91px; */
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 57px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2bb17052b33f {
   width: 1440px;
   height: 40px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_106283c6a438 {
   width: 417px;
   /* height: 18px; */
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_dec9a4cf8726 {
   width: 385px;
   /* height: 18px; */
   z-index: 2;
   position: absolute !important;
   left: 1035px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c5e4bc4e9516_dec9a4cf8726 {
   line-height: 19.2px;
   font-family: 'Inter';
 }

 .text-b7bae3a8d2b0_dec9a4cf8726 {
   line-height: 19.36px;
   font-family: 'Inter';
 }



 .text_253a345ae868 {
   font-family: 'Roboto';
font-weight: 600;
font-style: Medium;
font-size: 24px;
/* leading-trim: NONE; */
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

   /* width: 80px;
   height: 38px; */
   z-index: 1;
   position: absolute !important;
   left: 739px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
 }

 .text_6c7050ad297a {
   /* width: 102px;
   height: 38px; */
   z-index: 1;
   position: absolute !important;
   left: 854px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_40efbaf2221e {
   /* width: 103px;
   height: 38px; */
   z-index: 1;
   position: absolute !important;
   left: 991px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4bd205ca2c95 {
   width: 106px;
   height: 38px;
   z-index: 1;
   position: absolute !important;
   left: 1129px;
   top: 83px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_8cf5438e75ef {
   width: 151px;
   height: 49px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97f;
   border-radius: 100px 100px 100px 100px;
 }

 .text_a25802f773c5 {
   width: 100%;
   /* height: 20.59px; */
   z-index: 2;
   position: absolute !important;
   /* left: 28px; */
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_2ca60aed6424 {
   position: absolute !important;
   overflow: visible;
   width: 151px;
   height: 49px;
   z-index: 1;
   left: 1270px;
   top: 78px;
 }

 .container_86fac9199538 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 1022px;
   left: 0px;
   top: 0px;
 }

 .text_5ef776bc0da0 {
  font-family: Roca;
font-weight: 400;
font-style: Regular;
font-size: 96px;
leading-trim: NONE;
line-height: 112.00000000000001%;
letter-spacing: 0%;
vertical-align: middle;

   width: 1049px;
   /* height: 174px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   /* line-height: 107.52px; */
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 5px #00000040);
   /* font-family: 'Roboto'; */
 }

 .text_4161251246c6 {
   width: fit-content;
   z-index: 1;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .imageview_d6d5ecd21573 {
   width: 33px;
   height: 22.09px;
   z-index: 1;
 }

 .button_1ae7aebb993e {
   padding: 0 26px 0 28px;
   width: 243px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 311px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .text_5ddfe8a0c9c9 {

  font-family: 'Roboto';
font-weight: 400;
font-style: Regular;
font-size: 32px;
/* leading-trim: NONE; */
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

   width: 412.72px;
   height: 42.97px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 221px;
   overflow-x: hidden;
   overflow-y: hidden;
   /* line-height: 39.26px; */
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 4px #00000040);
  
 }

 .container_54566f414b08 {
   position: absolute !important;
   overflow: visible;
   width: 1049px;
   height: 371px;
   z-index: 1;
   left: 94px;
   top: 403px;
   border-radius: 100px 100px 100px 100px;
 }

 .text_594f5b2c7cf0 {
   width: 664px;
   height: 72px;
   position: absolute !important;
   left: 525px;
   top: 17px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8ea9e585eec9 {
   width: 694px;
   /* height: 291px; */
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_3da7530be68f {
   width: 684px;
   /* height: 54px; */
   position: absolute !important;
   left: 0px;
   top: 325px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_56d44aea25e4 {
   position: absolute !important;
   overflow: visible;
   width: 694px;
   height: 379px;
   left: 525px;
   top: 124px;
 }

 .text_d09243b6418e {
   width: fit-content;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .imageview_a71b5cadc79e {
   width: 33px;
   height: 22.09px;
 }

 .button_9e8917cad038 {
   padding: 0 26px 0 28px;
   width: 364px;
   height: 60px;
   position: absolute !important;
   left: 525px;
   top: 538px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .imageview_af5aa872074a {
   width: 467px;
   height: 615px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_62ee1969bf30 {
   position: absolute !important;
   overflow: visible;
   width: 1219px;
   height: 615px;
   left: 110px;
   top: 1102px;
 }

 .imageview_ade010665099 {
   width: 857px;
   height: 631px;
   position: absolute !important;
   left: 307px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_e9f7c4f8f528 {
   width: 640px;
   /* height: 223px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 251px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 99.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2c733b16d940 {
   width: fit-content;
   z-index: 1;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .imageview_3f12fb15e41e {
   width: 33px;
   height: 22.09px;
   z-index: 1;
 }

 .button_351fb936f7f1 {
   padding: 0 26px 0 28px;
   width: 353px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 479px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_57b773ef5416 {
   position: absolute !important;
   overflow: visible;
   width: 1164px;
   height: 631px;
   left: 138px;
   top: 2577px;
 }

 .container_a23906ab5570 {
   width: 1470px;
   height: 361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_e0df74fa54ff {
   width: 192px;
   /* height: 192px; */
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-342d26c247cb_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8252658d400e_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-33dac6282ee2_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-70093cf02cfd_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-91be6671de3c_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-f1d567f73153_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4a186702f7ac_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-cd67b2a913d1_e0df74fa54ff {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_9bcbe3ae3ba8 {
   width: 184px;
   /* height: 194px; */
   z-index: 1;
   position: absolute !important;
   left: 1170px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-75d2a09b9df1_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-997c577a37fd_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-af17ce1fd555_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-6d7e704d5ee5_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a0ace551b8c6_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-68cdfd3debf3_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-cc67e650db72_9bcbe3ae3ba8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_a88e4a4fd8a5 {
   /* width: 391px; */
   /* height: 87px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6a11bb2e5de6 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 111px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_74662a0df884 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 147px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_3c08d4492bcf {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_72d2ddfd1a38 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 217px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .container_9c498e639888 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 246px;
   z-index: 1;
   left: 148px;
   top: 58px;
 }

 .container_d61676648fd4 {
   position: absolute !important;
   overflow: visible;
   width: 1470px;
   height: 361px;
   left: -15px;
   top: 3288px;
 }

 .container_wrapper_d61676648fd4 {
   position: absolute !important;
   overflow: visible;
   left: -15px;
   top: 3288px;
   width: 1470px;
   height: 361px;
 }

 .container_nested_d61676648fd4 {
   width: 1470px;
   height: 361px;
 }

 .container_390e132b2172 {
   width: 1440px;
   height: 700px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_d0ed1dbfc75b {
   width: 1001px;
   z-index: 1;
   position: absolute !important;
   left: 219px;
   top: 105px;
   line-height: 81.92px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_44e31ad036c0 {
   width: 213px;
   /* height: 41px; */
   z-index: 1;
   position: absolute !important;
   left: 613px;
   top: 545px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.08px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_d9540ba1d903 {
   width: 50px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_869c2f1116bc {
   width: 50px;
   height: 50px;
   z-index: 2;
   position: absolute !important;
   left: 1350px;
   top: 0px;
 }

 .container_b6be53a41fda {
   position: absolute !important;
   overflow: visible;
   width: 1400px;
   height: 50px;
   z-index: 2;
   left: 20px;
   top: 325px;
 }

 .container_7ae3338abfff {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 700px;
   left: 0px;
   top: 1797px;
 }

 .viewport_c38c798825ca {
   width: 1440px;
   height: 3648px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_ef62d998b17b {
   width: 1218px;
   height: 812px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_9024916f1149 {
   width: 195.14px;
   /* height: 48.28px; */
   z-index: 1;
   position: absolute !important;
   left: 625.67px;
   top: 42px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_ceaa6420cea6 {
   width: 33.87px;
   /* height: 29.4px; */
   z-index: 1;
   position: absolute !important;
   left: 950.57px;
   top: 49.06px;
 }

 .container_b3decb6fe35d {
   position: absolute !important;
   overflow: visible;
   width: 1218.14px;
   height: 811.76px;
   left: -608.57px;
   top: -29px;
 }

 .text_8c3ec89dfef4 {
   width: 312.51px;
   /* height: 215.78px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 57.6px;
   word-wrap: break-word;
   filter: drop-shadow(-1px 2px 5px #00000080);
   font-family: 'Roboto';
 }

 .text_30a29e82a6fa {
   width: 258.3px;
   /* height: 25.51px; */
   z-index: 1;
   position: absolute !important;
   left: 27.16px;
   top: 246.44px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   filter: drop-shadow(0px 4px 5px #00000040);
   font-family: 'Roboto';
 }

 .text_0e2e5692f487 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Roboto';
 }

 .imageview_866580641ddb {
   width: 20.11px;
   height: 14.73px;
   z-index: 1;
 }

 .container_b3c9b1815229 {
   padding: 0 20px 0 20px;
   width: 169.11px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 16.41px;
   top: 10.7px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

 .button_9227e817ca2a {
   position: absolute !important;
   overflow: visible;
   width: 403.78px;
   height: 61.77px;
   z-index: 1;
   left: 62.37px;
   top: 295.73px;
 }

 .container_4d80b8e2e755 {
   position: absolute !important;
   overflow: visible;
   width: 466.14px;
   height: 357.51px;
   z-index: 1;
   left: 39.23px;
   top: 238.57px;
 }

 .container_d45b24c52bb2 {
   width: 392.3px;
   height: 580.4px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_d3f8e466f260 {
   width: 320.88px;
   /* height: 338.99px; */
   z-index: 1;
   position: absolute !important;
   left: 39.23px;
   top: 73px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 40.96px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8ab8fe328e4a {
   width: 125.74px;
   /* height: 29.86px; */
   z-index: 1;
   position: absolute !important;
   left: 132px;
   top: 411.99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_2c5c217f4a9a {
   width: 34.2px;
   height: 33.31px;
   z-index: 1;
   position: absolute !important;
   left: 201.27px;
   top: 476.6px;
 }

 .imageview_350b56b3a8c4 {
   width: 34.2px;
   height: 33.31px;
   z-index: 1;
   position: absolute !important;
   left: 155px;
   top: 476.38px;
 }

 .container_0b54bc55050f {
   position: absolute !important;
   overflow: visible;
   width: 392.3px;
   height: 580.4px;
   left: 0px;
   top: 2018px;
 }

 .text_834edb50955f {
   width: 360px;
   /* height: 397px; */
   position: absolute !important;
   left: 0px;
   top: 92px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_8bf1779e209f {
   width: 315px;
   /* height: 415px; */
   position: absolute !important;
   left: 23px;
   top: 514px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_833f6408cade {
   width: 345.02px;
   /* height: 72.42px; */
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_2d20704c89f9 {
   width: 360px;
   /* height: 51px; */
   position: absolute !important;
   left: 1px;
   top: 954px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_5e34fedb74e9 {
   width: fit-content;
   line-height: 18px;
   font-family: 'Roboto';
 }

 .imageview_3ade5c31cde6 {
   width: 20.11px;
   height: 14.73px;
 }

 .button_b6c20a0a87eb {
   padding: 0 20px 0 20px;
   width: 153.11px;
   height: 45px;
   position: absolute !important;
   left: 112px;
   top: 1030px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_49d95f7f5f3f {
   position: absolute !important;
   overflow: visible;
   width: 361px;
   height: 1075px;
   left: 15px;
   top: 858px;
 }

 .imageview_7847407e517b {
   width: 261px;
   height: 262px;
   position: absolute !important;
   left: 93px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_bc2d25150139 {
   width: 298.75px;
   /* height: 74.44px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 139px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 41.51px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_55dae874c5f3 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Roboto';
 }

 .imageview_a3a738e96d32 {
   width: 20.11px;
   height: 14.73px;
   z-index: 1;
 }

 .button_201883a1a00b {
   padding: 0 20px 0 20px;
   width: 240.11px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 243px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_ff37bf471b4a {
   position: absolute !important;
   overflow: visible;
   width: 354.17px;
   height: 288px;
   left: 18px;
   top: 2683.4px;
 }

 .container_91a0a9a763fd {
   width: 401px;
   height: 619px;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   background: #c2b97fb3;
 }

 .text_79dc6b788157 {
   width: 203px;
   /* height: 54px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ca98747322e7 {
   width: 190px;
   /* height: 350px; */
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.29px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-9334989f5720_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Roca';
 }

 .text-013a7a030be4_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-199a4b47c9b5_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c6ad3b5d5b0e_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-dbb58aa5899a_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-700282f73578_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-20582e8bd7a0_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4aa821459ffb_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-882e1c0f1d89_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-74d2011bf294_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-65a9a8e0b60d_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-86e93b8e3082_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c2d0e45dd499_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-e56312987199_ca98747322e7 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .container_50a2d47a3af8 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_4a6edf0a3818 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 99px;
   top: 98.44px;
 }

 .container_4e9b8566c3a4 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 619px;
   left: -6px;
   top: 3056px;
 }

 .viewport_995cba389863 {
   width: 390px;
   height: 3675px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_67e047c8a890 {
   width: 244px;
   /* height: 18px; */
   position: absolute !important;
   left: 1185px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .imageview_a728e0c332cc {
   width: 1462px;
   height: 666px;
   position: absolute !important;
   left: 0px;
   top: 322px;
 }

 .container_b9b1c76ab1f2 {
   width: 1440px;
   height: 282px;
   z-index: 1;
   position: absolute !important;
   left: 13px;
   top: 40px;
   background: #254560;
 }

 .text_54509151b0be {
   width: 1133px;
   /* height: 64px; */
   z-index: 2;
   position: absolute !important;
   left: 165px;
   top: 198px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 71.68px;
   word-wrap: break-word;
   font-family: 'Roca';
 }

 .text_19f27c678792 {
   width: 586px;
   /* height: 91px; */
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e8e8f6567a63 {
   width: 1440px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_54d4cecb1d92 {
   width: 417px;
   height: 18px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_0c9cecc2fa02 {
   width: 385px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 1035px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-9dbc909bf9f6_0c9cecc2fa02 {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text-abc6d9ba45b7_0c9cecc2fa02 {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text_c0c4a2824fa7 {
   width: 80px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 739px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1515b01d8e3d {
   width: 102px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 854px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_61ba73a6ed5f {
   width: 103px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 991px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4f18d9612d85 {
   width: 106px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 1129px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_41b0943e373c {
   width: 151px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

 .text_33d9440632b1 {
   width: 96.87px;
   /* height: 20.59px; */
   z-index: 3;
   position: absolute !important;
   left: 28px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_5d206afbabc9 {
   position: absolute !important;
   overflow: visible;
   width: 151px;
   height: 49px;
   z-index: 2;
   left: 1270px;
   top: 68px;
 }

 .container_010b14dd0ca2 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 138px;
   z-index: 2;
   left: 13px;
   top: 0px;
 }

 .container_b659fc71142e {
   position: absolute !important;
   overflow: visible;
   width: 1462px;
   height: 988px;
   left: -13px;
   top: 0px;
 }

 .text_ec7d945e4013 {
  /* font-family: Seravek Basic; */
font-weight: 400;
font-style: Regular;
font-size: 23px;
/* leading-trim: NONE; */
line-height: 165%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

   width: 1219px;
   /* height: 165px; */
   position: absolute !important;
   left: 110px;
   top: 1082px;
   overflow-x: hidden;
   overflow-y: hidden;
   /* line-height: 37.99px; */
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_5423b0e42155 {
   width: 1440px;
   /* height: 738px; */
   position: absolute !important;
   left: 13px;
   top: 0px;
 }

 .imageview_0ccfb818fa6b {
   width: 494px;
   height: 637px;
   z-index: 1;
   position: absolute !important;
   left: 93px;
   top: 50px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_2d46f9ca92fa {
   width: 743px;
   /* height: 447px; */
   z-index: 1;
   position: absolute !important;
   left: 647px;
   top: 196px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ca4a78f09208 {
   width: 803px;
   /* height: 75px; */
   z-index: 1;
   position: absolute !important;
   left: 647px;
   top: 94px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-e6fb29767365_ca4a78f09208 {
   line-height: 49.82px;
   font-family: 'Roboto';
 }

 .text-d10971ec1b71_ca4a78f09208 {
   line-height: 49.82px;
   font-family: 'Roboto';
 }

 .text-4d7174380679_ca4a78f09208 {
   line-height: 49.82px;
   font-family: 'Roboto';
 }

 .text-8019a4cb0d45_ca4a78f09208 {
   line-height: 49.82px;
   font-family: 'Roboto';
 }

 .container_dcd23f58d2fd {
   position: absolute !important;
   overflow: visible;
   width: 1462px;
   height: 738px;
   left: 0px;
   top: 0px;
 }

 .container_13f2383a6af0 {
   position: absolute !important;
   overflow: visible;
   width: 1462px;
   height: 738px;
   left: -13px;
   top: 1341px;
 }

 .container_1ae0347126ac {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_8506ea4c4ac4 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_3f59f327037b {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8f155b004111 {
   width: 187px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 427px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_6a63cd26ed3e {
   width: 265px;
   height: 332px;
   z-index: 1;
 }

 .container_e8259cc403e3 {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:194.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_f40ac2e9f18d {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_ed125fbce06a {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_82d2db43d941 {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_b7b7f4195e2b {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_e036e39d9324 {
   width: 187px;
   /* height: 25.88px; */
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ecad022841b5 {
   width: 187px;
   /* height: 25.88px; */
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 425.68px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_36432126f15f {
   width: 312px;
   height: 390px;
   z-index: 1;
 }

 .container_02ad4f374307 {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:201.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_76c70e7d5612 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 30px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_1f995ee816dd {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 342px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_e7d0b4e6abde {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .text_8e6a333e1224 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 397px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9620bec2647c {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 429px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_1921dcb114ef {
   width: 292px;
   height: 365px;
   z-index: 1;
 }

 .container_01d0923861cb {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:207.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_e0281e7c6208 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 33px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_24bd4d56d077 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 686px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_d57b2a34ea65 {
   position: absolute !important;
   overflow: visible;
   width: 997px;
   height: 487px;
   left: 0px;
   top: 89px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_924e1428e581 {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_0a7112b4c83f {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_169f42fd3e20 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 394px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_05df41804de7 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 426px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_da78ef3aa8fb {
   width: 330px;
   height: 413px;
   z-index: 1;
 }

 .container_9b80df9bca6f {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:215.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_cda109edcbf2 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 34px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_649b9676cad0 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_1493a6738873 {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_ccbc3b06b717 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_93229911b6d6 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 394px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ca9ce2f4ef50 {
   width: 187px;
   height: 27px;
   z-index: 1;
   position: absolute !important;
   left: 63px;
   top: 426px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_7194cbd3c48b {
   width: 292px;
   height: 365px;
   z-index: 1;
 }

 .container_cbc98d33d55a {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:222.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_1871f443eeb0 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_bef554b03b69 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 343px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_ab1a31151630 {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_6dfd397e5067 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_3fdaee191c74 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 394px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_32929d8bccb2 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 66px;
   top: 426px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_dd568b92c38a {
   width: 312px;
   height: 390px;
   z-index: 1;
 }

 .container_e9754b6b2aa1 {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:229.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_3dbd6eb58060 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 34px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_816c7546510a {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 487px;
   left: 686px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_16d1686d6fb9 {
   position: absolute !important;
   overflow: visible;
   width: 997px;
   height: 487px;
   left: 0px;
   top: 665px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_af61a049138c {
   width: 842px;
   /* height: 41px; */
   position: absolute !important;
   left: 77px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_7d67e9aaf351 {
   position: absolute !important;
   overflow: visible;
   width: 997px;
   height: 1152px;
   left: 223px;
   top: 2173px;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_6ded8db9b19c {
   width: 619px;
   height: 637px;
 }

 .container_3e68729e282e {
   width: 469px;
   height: 637px;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/1:233.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_74c3b4e62f36 {
   width: 469px;
   height: 637px;
   position: absolute !important;
   left: 630px;
   top: 0px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .text_53f734a7469a {
   width: 503px;
   /* height: 219px; */
   position: absolute !important;
   left: 31px;
   top: 67px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_811c4fd321b2 {
   width: 534px;
   /* height: 42.43px; */
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_6060573f4d14 {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 286px;
   left: 0px;
   top: 176px;
 }

 .container_79a0fa5fa194 {
   position: absolute !important;
   overflow: visible;
   width: 1099px;
   height: 637px;
   left: 171px;
   top: 3989px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_85e4d998636d {
   width: 1470px;
   height: 361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_3331ccbdba79 {
   width: 192px;
   /* height: 192px; */
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-d5edd82d7d8a_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-fb6e9ef6bc0f_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ef0ee569c9fc_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-1f981eeec2fc_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-11930e8d5093_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ea3f7b7c0580_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ecee483def8e_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ade9dcf02d57_3331ccbdba79 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_2ca05261d289 {
   width: 184px;
   /* height: 194px; */
   z-index: 1;
   position: absolute !important;
   left: 1170px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-fba67ed8da1f_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-d6b918ff181a_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-788c35bb1aa8_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-43aaf7298c73_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-1cf3976ec1b3_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-2b1ef8c3ec12_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-f9f37ddf00dd_2ca05261d289 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_7677652c384d {
   width: 391px;
   /* height: 87px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_36a6dc05e475 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 111px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_669b1cde4b39 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 147px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_bcedd29e49d1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_4dcf6358bfaa {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 217px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .container_bc4255d4d04f {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 246px;
   z-index: 1;
   left: 148px;
   top: 58px;
 }

 .container_a8ec16fa3e41 {
   position: absolute !important;
   overflow: visible;
   width: 1470px;
   height: 361px;
   left: 0px;
   top: 4720px;
 }

 .imageview_246c79eeebd6 {
   width: 50px;
   height: 50px;
 }

 .imageview_a435668f73fb {
   width: 551px;
   height: 368px;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_44583ca88549 {
   width: 551px;
   height: 368px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_8a09c69dba2c {
   width: 1129px;
   height: fit-content;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 27px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_43ff7201a9a3 {
   width: 50px;
   height: 50px;
 }

 .container_6a572bea889a {
   width: 1271px;
   height: 368px;
   position: absolute !important;
   left: 0px;
   top: 108px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 21px;
   display: flex !important;
   flex-direction: row;
 }

 .text_9b59bb3de0e2 {
   width: 842px;
   /* height: 60px; */
   position: absolute !important;
   left: 217px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2f955621f29f {
   position: absolute !important;
   overflow: visible;
   width: 1271px;
   height: 476px;
   left: 84px;
   top: 3419px;
 }

 .viewport_63f849b82da5 {
   width: 1440px;
   height: 5081px;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_e80e85c1fa90 {
   width: 393px;
   height: 258px;
   position: absolute !important;
   left: 0px;
   top: 206px;
 }

 .container_5f33e9777293 {
   width: 390px;
   height: 206px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_8babf0b09c62 {
   width: 302px;
   /* height: 74px; */
   z-index: 1;
   position: absolute !important;
   left: 44px;
   top: 103px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1b01e39eb74d {
   width: 195.14px;
   /* height: 40.46px; */
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 14.25px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_366cd29d7e31 {
   width: 33.87px;
   height: 25.28px;
   z-index: 1;
   position: absolute !important;
   left: 340px;
   top: 19.46px;
 }

 .container_0036d6ef7123 {
   width: 212px;
   height: 23.23px;
   z-index: 1;
   position: absolute !important;
   left: 89px;
   top: 440.77px;
 }

 .container_38cf45e845c5 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 464px;
   left: 0px;
   top: 0px;
 }

 .imageview_2e010fce3cb1 {
   width: 390px;
   height: 572px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_d4d5000fdb0b {
   width: 262px;
   height: 338px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_8fa205ce4871 {
   position: absolute !important;
   overflow: visible;
   width: 262px;
   height: 338px;
   z-index: 1;
   left: 31px;
   top: 92px;
   border-radius: 19px 19px 19px 19px;
 }

 .text_e26c505e2c09 {
   width: 334px;
   /* height: 63px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-398ca421b37a_e26c505e2c09 {
   line-height: 37.36px;
   font-family: 'Roboto';
 }

 .text-00787ab27722_e26c505e2c09 {
   line-height: 37.36px;
   font-family: 'Roboto';
 }

 .text_aa5ab1ec8cf3 {
   width: fit-content;
   z-index: 1;
   line-height: 18px;
   font-family: 'Roboto';
 }

 .text-16b2a1acc03f_aa5ab1ec8cf3 {
   line-height: 18px;
   font-family: 'Roboto';
 }

 .text-c1eba386e17d_aa5ab1ec8cf3 {
   line-height: 18px;
   font-family: 'Roboto';
 }

 .imageview_74146c993ad1 {
   width: 20.11px;
   height: 14.73px;
   z-index: 1;
 }

 .button_afd910aff752 {
   padding: 0 20px 0 20px;
   width: 232.11px;
   height: 45px;
   z-index: 1;
   position: absolute !important;
   left: 51px;
   top: 455px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_2e1c82bafee7 {
   position: absolute !important;
   overflow: visible;
   width: 334px;
   height: 500px;
   z-index: 1;
   left: 28px;
   top: 36px;
 }

 .container_84762a013815 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 572px;
   left: 0px;
   top: 963px;
 }

 .container_5ec7ef0c7eb7 {
   width: 16px;
   height: 489px;
   position: absolute !important;
   left: 0px;
   top: 47px;
   background: #254560;
   border-radius: 0 19px 19px 0;
 }

 .container_858aaa33892f {
   width: 16px;
   height: 489px;
   position: absolute !important;
   left: 374px;
   top: 47px;
   background: #254560;
   border-radius: 19px 0 0 19px;
 }

 .imageview_d69f59d3000d {
   width: 80.47px;
   height: 36.56px;
   position: absolute !important;
   left: 116px;
   top: 524px;
 }

 .container_f21c8cefa0d6 {
   width: 311px;
   height: 487px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 19px 19px 19px;
 }

 .container_ab9bc05b77ea {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 560.56px;
   left: 0px;
   top: 0px;
 }

 .text_83fd02e85dd9 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 395px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 30.72px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_352076fa3427 {
   width: 187px;
   /* height: 27px; */
   z-index: 1;
   position: absolute !important;
   left: 62px;
   top: 427px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_ba8e18cd0d8e {
   width: 284px;
   height: 355px;
   z-index: 1;
 }

 .container_5a9e730182ef {
   width: 250px;
   height: 329px;
   z-index: 1;
   overflow-x: hidden;
   overflow-y: hidden;
   align-items: center;
   justify-content: center;
   display: flex !important;
   flex-direction: column;
   background: url("https://cdn.yotako.io/b8d9e24e-a463-4920-9f1b-f4fa72958c92/12:1003.webp");
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 19px 19px 19px 19px;
   mix-blend-mode: normal;
 }

 .container_79e36de17eb1 {
   width: 250px;
   height: 329px;
   z-index: 1;
   position: absolute !important;
   left: 31px;
   top: 36px;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: #e3e3e3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_af1688ef6c77 {
   position: absolute !important;
   overflow: visible;
   width: 311px;
   height: 560.56px;
   left: 39px;
   top: 49px;
 }

 .text_0ec5bf91a354 {
   width: 263px;
   /* height: 25px; */
   position: absolute !important;
   left: 63px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_8e9a0ccbaed3 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 609.56px;
   left: 0px;
   top: 1620px;
 }

 .imageview_564bddb5a1ff {
   width: 395px;
   height: 406px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_052304607f5f {
   width: 357px;
   /* height: 252px; */
   position: absolute !important;
   left: 20px;
   top: 497px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-dfd1f8a3685d_052304607f5f {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text-79e3267914c3_052304607f5f {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text-5e0bdb389a7e_052304607f5f {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text_a0b658be8bc9 {
   width: 339px;
   /* height: 55px; */
   position: absolute !important;
   left: 19px;
   top: 442px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_c48d2f327ea7 {
   position: absolute !important;
   overflow: visible;
   width: 395px;
   height: 749px;
   left: -3px;
   top: 2314.56px;
 }

 .container_2fe4e443526a {
   width: 401px;
   height: 619px;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   background: #c2b97fb3;
 }

 .text_cac764aa274f {
   width: 203px;
   /* height: 54px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7ff50feff86e {
   width: 190px;
   /* height: 350px; */
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.29px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b23c76bf8d2c_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Roca';
 }

 .text-a607e2eaa5b4_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-1bad2c004675_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ab115cd6fa56_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c5247de54a17_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-469e72c23a04_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8f2a24d27a15_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-6b23b2039e4c_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-037b5eb34b23_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-d640aa1587fa_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-eb20027baecb_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-801890bbc0d1_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-2428777fd6e3_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-5e8b33669b5c_7ff50feff86e {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .container_0961fdceb095 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_8df3bac64732 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 99px;
   top: 98.44px;
 }

 .container_44936e9fa29a {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 619px;
   left: -5px;
   top: 3148.56px;
 }

 .text_e4cfef34ad4a {
   width: 358px;
   /* height: 328px; */
   position: absolute !important;
   left: 16px;
   top: 550px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .viewport_b09b8fe06061 {
   width: 390px;
   height: 3768px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_d03ae449e4bf {
   width: 244px;
   /* height: 18px; */
   position: absolute !important;
   left: 1172px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .container_2e82e5a14a32 {
   width: 1440px;
   height: 105px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 40px;
   background: #254560;
 }

 .text_99c19bfea102 {
   width: 586px;
   /* height: 91px; */
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_63b0b79e0eee {
   width: 1440px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_762f4cbe56fe {
   width: 417px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_5a03c2851a5e {
   width: 385px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 1035px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-d003ecc75692_5a03c2851a5e {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text-22f0a250cbf1_5a03c2851a5e {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text_9353d05a5420 {
   width: 80px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 739px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_44dc74e84a24 {
   width: 102px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 854px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_fb4d52cdef5b {
   width: 103px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 991px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_96cbe5f0341f {
   width: 106px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 1129px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b119c9bb6a97 {
   width: 151px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

 .text_e1afcb679ec3 {
   width: 96.87px;
   /* height: 20.59px; */
   z-index: 3;
   position: absolute !important;
   left: 28px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_3d567376659b {
   position: absolute !important;
   overflow: visible;
   width: 151px;
   height: 49px;
   z-index: 2;
   left: 1270px;
   top: 68px;
 }

 .container_4660c6a4e971 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 138px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_88c29b0bf38b {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 145px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_88c29b0bf38b {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 145px;
 }

 .container_nested_88c29b0bf38b {
   width: 1440px;
   height: 145px;
 }

 .container_dc43e868af7c {
   width: 1470px;
   height: 361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #d5cea0;
 }

 .text_ebe426e6bebf {
   width: 192px;
   /* height: 192px; */
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-34408a30c7f9_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ed11a0bac00f_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-0149a111d1ed_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-955687b04852_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-64f63fb59177_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-43911f9797cc_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ff21de77e756_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-d264c91a259c_ebe426e6bebf {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_de15032113c8 {
   width: 184px;
   /* height: 194px; */
   z-index: 1;
   position: absolute !important;
   left: 1170px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-51d61ef6a146_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4b0b27de4ea3_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-0e7eca63cf90_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-d15f67517477_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-782d105867a4_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-072e63ea56d8_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-efab7b2f20d9_de15032113c8 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_73f329511431 {
   width: 391px;
   /* height: 87px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8066564757cd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 111px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_17833023e3a5 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 147px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_191066c6dd9e {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_aeda2e2d8323 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 217px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .container_47def64783cb {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 246px;
   z-index: 1;
   left: 148px;
   top: 58px;
 }

 .container_8799ef57cdc1 {
   position: absolute !important;
   overflow: visible;
   width: 1470px;
   height: 361px;
   left: -15px;
   top: 2166px;
 }

 .container_wrapper_8799ef57cdc1 {
   position: absolute !important;
   overflow: visible;
   left: -15px;
   top: 2166px;
   width: 1470px;
   height: 361px;
 }

 .container_nested_8799ef57cdc1 {
   width: 1470px;
   height: 361px;
 }

 .imageview_5227d55681e8 {
   width: 1440px;
   height: 706px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 143px;
 }

 .text_9687f7c954fc {
   width: 352.17px;
   height: 64px;
   position: absolute !important;
   left: 404px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_8da163905f93 {
   width: 1160px;
   /* height: 176px; */
   position: absolute !important;
   left: 0px;
   top: 99px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-3f1f1a04c427_8da163905f93 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-caa37f2ed11f_8da163905f93 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .container_1335c07aefec {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 275px;
   left: 0px;
   top: 0px;
 }

 .text_cc6a1aa53bf0 {
   width: 570px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-7ccd7c992748_cc6a1aa53bf0 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .text-56585dad5f08_cc6a1aa53bf0 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .text-b0790b88c943_cc6a1aa53bf0 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .text_801417a488ea {
   width: 570px;
   position: absolute !important;
   left: 580px;
   top: 17px;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_62dab7b2095a {
   position: absolute !important;
   overflow: visible;
   width: 1150px;
   height: 192px;
   left: 0px;
   top: 340px;
 }

 .container_469bde72c0a1 {
   position: absolute !important;
   overflow: visible;
   width: 1160px;
   height: 532px;
   left: 140px;
   top: 941px;
 }

 .text_bac03045bba5 {
   width: 503px;
   /* height: 180px; */
   position: absolute !important;
   left: 0px;
   top: 89px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_d5592daaafce {
   width: 534px;
   /* height: 42.43px; */
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1fc3289e203a {
   width: fit-content;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .imageview_43a79271e7b2 {
   width: 33px;
   height: 22.09px;
 }

 .button_2bc1d90e491c {
   padding: 0 26px 0 28px;
   width: 364px;
   height: 60px;
   position: absolute !important;
   left: 0px;
   top: 316px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_b20ef3f3be40 {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 376px;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_a3b5d5dc2e48 {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 376px;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_6f02c5556e38 {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 376px;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_cebaddd061cc {
   position: absolute !important;
   overflow: visible;
   width: 534px;
   height: 376px;
   left: 89px;
   top: 1614px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_2a2d25395561 {
   width: 688px;
   height: 459px;
   border-radius: 19px 19px 19px 19px;
 }

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

 .imageview_a807c6cfb36f {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .imageview_ec852164ab5c {
   width: 50px;
   height: 50px;
   position: absolute !important;
   left: 71px;
   top: 0px;
 }

 .container_e9492960e7c1 {
   position: relative !important;
   overflow: visible;
   width: 121px;
   height: 50px;
 }

 .container_673b8b3afb68 {
   width: 688px;
   height: 532px;
   position: absolute !important;
   left: 661px;
   top: 1572px;
   align-items: center;
   justify-content: flex-start;
   gap: 23px 0;
   display: flex !important;
   flex-direction: column;
 }

 .viewport_f4297d00bd07 {
   width: 1440px;
   height: 2528px;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .imageview_9ec37d16c360 {
   width: 788px;
   height: 387px;
   position: absolute !important;
   left: 0px;
   top: 73px;
 }

 .container_a7fed9b4a720 {
   width: 390px;
   height: 73px;
   position: absolute !important;
   left: 253px;
   top: 0px;
   background: #254560;
 }

 .text_a58fc8b41e2b {
   width: 195.14px;
   /* height: 40.46px; */
   z-index: 1;
   position: absolute !important;
   left: 269px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0d60d4ede629 {
   width: 33.87px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 593px;
   top: 23px;
 }

 .container_8b16bc1626fb {
   position: absolute !important;
   overflow: visible;
   width: 788px;
   height: 460px;
   left: -253px;
   top: 0px;
 }

 .container_c5ea75146af0 {
   width: 401px;
   height: 619px;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   background: #c2b97fb3;
 }

 .text_3e3721b3e50c {
   width: 203px;
   /* height: 54px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ce9c14bdec38 {
   width: 190px;
   /* height: 350px; */
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.29px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a03a0e7fcd7e_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Roca';
 }

 .text-d0622ca74894_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4bcdfd5ee2be_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-871abe62970f_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b4db8accae58_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-444d643c403c_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-bfbac377311b_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-91a160f2f097_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-984d85a460f6_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-39b205d62527_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c13b02e68fde_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-507734996e44_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-7c420f5ecc08_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-e5fc71659c4a_ce9c14bdec38 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .container_aa7121f403ea {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_c04b89601c6c {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 99px;
   top: 98.44px;
 }

 .container_dad20c7b0eaf {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 619px;
   left: -6px;
   top: 2411.56px;
 }

 .container_wrapper_dad20c7b0eaf {
   position: absolute !important;
   overflow: visible;
   left: -6px;
   top: 2411.56px;
   width: 401px;
   height: 619px;
 }

 .container_nested_dad20c7b0eaf {
   width: 401px;
   height: 619px;
 }

 .text_c3358db72ab6 {
   width: 357px;
   /* height: 34px; */
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_349162bbf8ce {
   width: 357px;
   /* height: 411px; */
   position: absolute !important;
   left: 0px;
   top: 54px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-6d4f6307cb87_349162bbf8ce {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text-877e45704552_349162bbf8ce {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text-54cf48f44dfe_349162bbf8ce {
   line-height: 31.38px;
   font-family: 'Roboto';
 }

 .text_c4178441b2f8 {
   width: 357px;
   position: absolute !important;
   left: 0px;
   top: 485px;
   line-height: 24.54px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-bb218afb56dd_c4178441b2f8 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .text-7f8a04511121_c4178441b2f8 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .text-9bf0b1d1738a_c4178441b2f8 {
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .container_ab7199d7510a {
   position: absolute !important;
   overflow: visible;
   width: 357px;
   height: 947px;
   left: 16px;
   top: 545px;
 }

 .text_d6374b33d637 {
   width: 341px;
   /* height: 210px; */
   position: absolute !important;
   left: 0px;
   top: 94px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_43819230bcd2 {
   width: 358px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_4dfb1e79cc3f {
   width: fit-content;
   line-height: 18px;
   font-family: 'Roboto';
 }

 .imageview_1a6401a50611 {
   width: 20.11px;
   height: 14.73px;
 }

 .button_41532c944dc1 {
   padding: 0 20px 0 20px;
   width: 248.11px;
   height: 45px;
   position: absolute !important;
   left: 0px;
   top: 329px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_7494299f6c05 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 374px;
   left: 0px;
   top: 0px;
   border-radius: 100px 100px 100px 100px;
 }

 .container_a94e9d35a581 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 374px;
   left: 16px;
   top: 1577px;
   border-radius: 100px 100px 100px 100px;
 }

 .imageview_47af158ef927 {
   width: 358px;
   height: 239px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_f4dba2edb939 {
   width: 358px;
   height: 239px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 22px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9f117e8b65d9 {
   width: 80.47px;
   height: 36.56px;
   position: absolute !important;
   left: 139px;
   top: 259px;
 }

 .container_9c4d223ebe39 {
   position: absolute !important;
   overflow: visible;
   width: 358px;
   height: 295.56px;
   left: 16px;
   top: 2031px;
 }

 .viewport_76ea9228919e {
   width: 390px;
   height: 3031px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_0f9bb5999bf0 {
   width: 244px;
   /* height: 18px; */
   position: absolute !important;
   left: 1172px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .container_77c4536cfa53 {
   width: 1440px;
   height: 105px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 40px;
   background: #254560;
 }

 .text_fcf84dd8b0b9 {
   width: 586px;
   /* height: 91px; */
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_e2f2e5c887c8 {
   width: 1440px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_ff7b204e8a5e {
   width: 417px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_c82702ae90fb {
   width: 385px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 1035px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-a75894dc28b8_c82702ae90fb {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text-0c69ba332e64_c82702ae90fb {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text_219ac6bb62fb {
   width: 80px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 739px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_9b1eac86c5a4 {
   width: 102px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 854px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_dda8866890bb {
   width: 103px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 991px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_05d5cfdaab51 {
   width: 106px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 1129px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_93717b1b3450 {
   width: 151px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

 .text_53929927a653 {
   width: 96.87px;
   /* height: 20.59px; */
   z-index: 3;
   position: absolute !important;
   left: 28px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_777b7d99910b {
   position: absolute !important;
   overflow: visible;
   width: 151px;
   height: 49px;
   z-index: 2;
   left: 1270px;
   top: 68px;
 }

 .container_177b5ae2fa3d {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 138px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_ba54ec7599a0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 145px;
   left: 0px;
   top: 0px;
 }

 .container_wrapper_ba54ec7599a0 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 0px;
   width: 1440px;
   height: 145px;
 }

 .container_nested_ba54ec7599a0 {
   width: 1440px;
   height: 145px;
 }

 .container_44f76bc290d8 {
   width: 1470px;
   height: 361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_3e95631e184a {
   width: 192px;
   /* height: 192px; */
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c35406456e58_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-0971e5315481_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-27caf45a569c_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-69244f4f9c36_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8e60cd0e294b_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-cd5f211a7b01_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-fb9d03f05efa_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-10a2d109d2ec_3e95631e184a {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_25fa506b3797 {
   width: 184px;
   /* height: 194px; */
   z-index: 1;
   position: absolute !important;
   left: 1170px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8b9bea39e73a_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-0c7d85eab8fb_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-3eaf23ee2fa5_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-e1e319ec0020_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-794ff1b221cd_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-de8ccce55d3f_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c81f54b89a6a_25fa506b3797 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_04f0e067ae70 {
   width: 391px;
   /* height: 87px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_90733c329ea4 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 111px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_97907702c74b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 147px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_0b2fe3076a4d {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_6c3ede946c77 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 217px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .container_db73817699a1 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 246px;
   z-index: 1;
   left: 148px;
   top: 58px;
 }

 .container_e22ac2f0c768 {
   position: absolute !important;
   overflow: visible;
   width: 1470px;
   height: 361px;
   left: 0px;
   top: 1791px;
 }

 .text_5704c6cd25e3 {
   width: 1244px;
   /* height: 75px; */
   position: absolute !important;
   left: 98px;
   top: 292px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_ae382af98287 {
   width: 664px;
   /* height: 72px; */
   position: absolute !important;
   left: 388px;
   top: 197px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_35c3e3bea390 {
   width: 888px;
   height: 332px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
   border-radius: 19px 0 0 19px;
 }

 .text_d287003ce968 {
   width: 713px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 39.64px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_a915080a32fb {
   width: 23.61px;
   height: 23.61px;
   z-index: 1;
   position: absolute !important;
   left: 1.72px;
   top: 1.66px;
 }

 .text_47c47a954170 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 1px;
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .container_65d713fe4ac3 {
   position: absolute !important;
   overflow: visible;
   width: 181px;
   height: 27px;
   z-index: 1;
   left: 0px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_9420bb699e4f {
   width: 27px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 2px;
 }

 .text_0516e5bcc2fd {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 47px;
   top: 0px;
   line-height: 24.54px;
   font-family: 'Roboto';
 }

 .container_ac08776f820b {
   position: absolute !important;
   overflow: visible;
   width: 261px;
   height: 25px;
   z-index: 1;
   left: 281px;
   top: 1px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_9b47ed6e326b {
   position: absolute !important;
   overflow: visible;
   width: 542px;
   height: 27px;
   z-index: 1;
   left: 104px;
   top: 198px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_826e6fa85bee {
   position: absolute !important;
   overflow: visible;
   width: 713px;
   height: 225px;
   z-index: 1;
   left: 88px;
   top: 53px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_d64d2337253d {
   position: absolute !important;
   overflow: visible;
   width: 888px;
   height: 332px;
   left: 552px;
   top: 1387px;
 }

 .container_b8ac71ff200a {
   width: 929px;
   height: 898px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_ec03558fa3a2 {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1698df0a64f0 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_6cf18a9f0a1d {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_5fd798b0a9db {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_4e4e47e766b8 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_d15485dcc51c {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_22ac98bc8d99 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
   line-height: 24px;
   font-family: 'Roboto';
 }

 .text_8a564161afd1 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 0px;
   line-height: 24px;
   font-family: 'Roboto';
 }

 .container_db195ff91bc2 {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 98px;
   z-index: 1;
   left: 0px;
   top: 119px;
 }

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

 .text_6d9c2d9835c6 {
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   line-height: 14.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b62413cef55d {
   padding: 8px 8px 8px 8px;
   width: 100%;
   height: 207px;
   flex-shrink: 0;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_c6085412794b {
   width: 750px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .input_text_20d28a32cb77 {
   width: 750px;
   height: 241px;
   z-index: 1;
   font-family: 'Roboto';
 }

 .wrapper_input_text_20d28a32cb77 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 369px;
   width: 750px;
   height: 241px;
 }

 .input_text_20d28a32cb77::placeholder {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   text-align: start;
   color: #254560;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_41b729a1773e {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_faf5e52879f7 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_6200ea849c64 {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_d811c9ebcee5 {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_41695052d5cd {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_1de463c8b0f2 {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_fbdab70916ed {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 94px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_effd34ff98f6 {
   width: 12.75px;
   height: 10.63px;
   z-index: 1;
   border-top: #25455fff solid 2px;
   border-right: #25455fff solid 2px;
   border-bottom: #25455fff solid 2px;
   border-left: #25455fff solid 2px;
   position: absolute !important;
   left: 2.13px;
   top: 4.25px;
   border-radius: 2px 2px 2px 2px;
 }

 .container_e0b2675d9f74 {
   width: 12.75px;
   height: 2.83px;
   z-index: 2;
   position: absolute !important;
   left: 2.13px;
   top: 4.25px;
   background: #254560;
   border-radius: 2px 2px 0 0;
 }

 .imageview_df621a787cb3 {
   width: 2px;
   height: 4.13px;
   z-index: 3;
   position: absolute !important;
   left: 3.96px;
   top: 1.13px;
 }

 .imageview_41d253f968a7 {
   width: 2px;
   height: 4.13px;
   z-index: 3;
   position: absolute !important;
   left: 11.04px;
   top: 1.13px;
 }

 .container_cdae509d0c42 {
   width: 2.83px;
   height: 1.42px;
   z-index: 2;
   position: absolute !important;
   left: 4.96px;
   top: 8.5px;
   background: #254560;
   border-radius: 0.5px 0.5px 0.5px 0.5px;
 }

 .container_8475e685ed17 {
   width: 2.83px;
   height: 1.42px;
   z-index: 2;
   position: absolute !important;
   left: 4.96px;
   top: 11.33px;
   background: #254560;
   border-radius: 0.5px 0.5px 0.5px 0.5px;
 }

 .container_786620c55947 {
   width: 2.83px;
   height: 1.42px;
   z-index: 2;
   position: absolute !important;
   left: 9.21px;
   top: 8.5px;
   background: #254560;
   border-radius: 0.5px 0.5px 0.5px 0.5px;
 }

 .container_acc6f45fbff8 {
   width: 2.83px;
   height: 1.42px;
   z-index: 2;
   position: absolute !important;
   left: 9.21px;
   top: 11.33px;
   background: #254560;
   border-radius: 0.5px 0.5px 0.5px 0.5px;
 }

 .container_75eab13d42fa {
   width: 17px;
   height: 17px;
   z-index: 1;
 }

 .input_text_3f9b3cf386fa {
   padding: 8px 8px 8px 8px;
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   justify-content: flex-end;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
 }

 .wrapper_input_text_3f9b3cf386fa {
   width: 350px;
   height: 39px;
 }

 .text_f5f246fe69fd {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_37347e797832 {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_406b009293a2 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 85px;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

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

 .text_8c9355b30407 {
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   line-height: 14.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_45ba216924c7 {
   width: 10px;
   height: 10px;
   z-index: 1;
 }

 .input_select_529a8da20957 {
   padding: 8px 8px 8px 8px;
   width: 350px;
   height: 40px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   position: absolute !important;
   left: 400px;
   top: 34px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
   border-radius: 4px 4px 4px 4px;
   font-family: 'Roboto';
 }

 .input_select_529a8da20957 option {
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   line-height: 14.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_2e45bc56ba44 {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 102px;
   z-index: 1;
   left: 0px;
   top: 242px;
 }

 .text_d02831a9d7a9 {
   width: fit-content;
   z-index: 1;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .button_e1df28629d46 {
   padding: 0 10px 0 10px;
   width: 242px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 254px;
   top: 740px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

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

 .imageview_519cb93b535d {
   width: 16px;
   height: 32px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .text_f40e8203e7e9 {
   width: 20px;
   /* height: 10px; */
   z-index: 1;
   position: absolute !important;
   left: 26px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.18px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0f4d79891da7 {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 32px;
   z-index: 1;
   left: 0px;
   top: 36px;
 }

 .text_285337c3309b {
   width: 20px;
   /* height: 10px; */
   z-index: 2;
   position: absolute !important;
   left: 26px;
   top: 3px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 17.18px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_e562a2c996b6 {
   width: 16px;
   height: 16px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
 }

 .container_68e5b87e9a5c {
   position: absolute !important;
   overflow: visible;
   width: 46px;
   height: 16px;
   z-index: 2;
   left: 0px;
   top: 64px;
 }

 .container_d9fe285ce98d {
   position: absolute !important;
   overflow: visible;
   width: 204px;
   height: 80px;
   z-index: 1;
   left: 0px;
   top: 635px;
 }

 .container_cee96244d30b {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 800px;
   z-index: 1;
   left: 90px;
   top: 49px;
 }

 .container_6f952e00fb75 {
   position: absolute !important;
   overflow: visible;
   width: 929px;
   height: 898px;
   left: 256px;
   top: 417px;
 }

 .container_wrapper_6f952e00fb75 {
   position: absolute !important;
   overflow: visible;
   left: 256px;
   top: 417px;
   width: 929px;
   height: 898px;
 }

 .container_nested_6f952e00fb75 {
   width: 929px;
   height: 898px;
 }

 .imageview_b7641a5bd0f5 {
   width: 650px;
   height: 332px;
   position: absolute !important;
   left: -108px;
   top: 1387px;
   border-radius: 19px 19px 19px 19px;
 }

 .viewport_9cf12013961a {
   width: 1440px;
   height: 2152px;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_1186d576e881 {
   width: 390px;
   height: 73px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_ae1da5053f40 {
   width: 195.14px;
   /* height: 40.46px; */
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_5962f459962e {
   width: 33.87px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 340px;
   top: 23px;
 }

 .container_6c0793bcbe54 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 73px;
   left: 0px;
   top: 0px;
 }

 .container_a6e369ba10d3 {
   width: 401px;
   height: 619px;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   background: #c2b97fb3;
 }

 .text_b100ba1703ab {
   width: 203px;
   /* height: 54px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_94217495b7da {
   width: 190px;
   /* height: 350px; */
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.29px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-5cda4917c98d_94217495b7da {
   line-height: 19.29px;
   font-family: 'Roca';
 }

 .text-3715a0100894_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b3118a5a77a8_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b998e37fe771_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-e3119b2fd41d_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-384d3fc7a3d7_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-36e341841555_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-2408d2e69f47_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-2b0b226d95bd_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4e46188f901f_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-192404c44123_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-5ba42c54c02a_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a8bf849d1430_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-06c949012419_94217495b7da {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .container_66a655c6f8dd {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_efc940165181 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 99px;
   top: 98.44px;
 }

 .container_77239fe672a9 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 619px;
   left: -6px;
   top: 2317px;
 }

 .text_f3e323bb2a9b {
   width: 358px;
   /* height: 72px; */
   position: absolute !important;
   left: 16px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1f38ac99c9ff {
   width: 341px;
   /* height: 286px; */
   position: absolute !important;
   left: 25px;
   top: 215px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_cac7764ed9ab {
   width: 358px;
   height: 991px;
   position: absolute !important;
   left: 17px;
   top: 569px;
   background: #c2b97fb3;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_f6a69dc4458d {
   width: 401px;
   height: 205px;
   position: absolute !important;
   left: -6px;
   top: 1628px;
 }

 .container_91759ac48ff3 {
   width: 401px;
   height: 399px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_9254896d14ac {
   width: 321.97px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_7b436095240b {
   width: 22.89px;
   height: 23.45px;
   z-index: 1;
   position: absolute !important;
   left: 1.58px;
   top: 3.74px;
 }

 .text_23cf23382a08 {
   width: 128px;
   z-index: 1;
   position: absolute !important;
   left: 36px;
   top: 0px;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_27b9c184ef5d {
   position: absolute !important;
   overflow: visible;
   width: 164px;
   height: 31px;
   z-index: 1;
   left: 41px;
   top: 0px;
   border-radius: 19px 19px 19px 19px;
 }

 .imageview_aa09c3ca528c {
   width: 27.08px;
   height: 21px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 5px;
 }

 .text_4b48ef95d1b1 {
   width: 206px;
   z-index: 1;
   position: absolute !important;
   left: 40px;
   top: 0px;
   line-height: 31.38px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0292b8a46232 {
   position: absolute !important;
   overflow: visible;
   width: 246px;
   height: 31px;
   z-index: 1;
   left: 0px;
   top: 55px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_300a6a542c7b {
   position: absolute !important;
   overflow: visible;
   width: 246px;
   height: 86px;
   z-index: 1;
   left: 38px;
   top: 237px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_a3e2eb0aa9f3 {
   position: absolute !important;
   overflow: visible;
   width: 321.97px;
   height: 323px;
   z-index: 1;
   left: 40px;
   top: 38px;
   border-radius: 19px 19px 19px 19px;
 }

 .container_91555b7c0765 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 399px;
   left: -6px;
   top: 1833px;
 }

 .viewport_1eb647262122 {
   width: 390px;
   height: 2936px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .text_6e6f4c31e0d2 {
   width: 244px;
   /* height: 18px; */
   position: absolute !important;
   left: 1172px;
   top: 97px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 18px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .container_4dfd5daa3f93 {
   width: 1440px;
   height: 105px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 40px;
   background: #254560;
 }

 .text_610ace34ee8d {
   width: 586px;
   /* height: 91px; */
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 47px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_525560814045 {
   width: 1440px;
   height: 40px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_aeea64e48b54 {
   width: 417px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_be5e225cce19 {
   width: 385px;
   /* height: 18px; */
   z-index: 3;
   position: absolute !important;
   left: 1035px;
   top: 11px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.63px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-ae913dfa4e61_be5e225cce19 {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text-9a1814500ce7_be5e225cce19 {
   line-height: 19.63px;
   font-family: 'Roboto';
 }

 .text_911cf97bb324 {
   width: 80px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 739px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_6c4e1fe8e3bb {
   width: 102px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 854px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_7bfcdd93a375 {
   width: 103px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 991px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_b400f6af705b {
   width: 106px;
   /* height: 38px; */
   z-index: 2;
   position: absolute !important;
   left: 1129px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0a061a3cc0ba {
   width: 151px;
   height: 49px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

 .text_5ca079cac1ef {
   width: 96.87px;
   /* height: 20.59px; */
   z-index: 3;
   position: absolute !important;
   left: 28px;
   top: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 29.45px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .button_a7f1199caba2 {
   position: absolute !important;
   overflow: visible;
   width: 151px;
   height: 49px;
   z-index: 2;
   left: 1270px;
   top: 68px;
 }

 .container_c85d051b77a1 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 138px;
   z-index: 2;
   left: 0px;
   top: 0px;
 }

 .container_9e3ac4e07834 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 145px;
   left: 0px;
   top: 0px;
 }

 .container_5e6ee44db31a {
   width: 1470px;
   height: 361px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
 }

 .text_f1a947a8b5cc {
   width: 192px;
   /* height: 192px; */
   z-index: 1;
   position: absolute !important;
   left: 943px;
   top: 85px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ebc1f3ec4371_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ad646d96c6fd_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-7eaeb869a8f0_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ed89f8f8fc3e_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-ea801fe96b4c_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a6cffdbbbecd_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b5387a2304cd_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-6c6c62a9af02_f1a947a8b5cc {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_7bd09d2712b3 {
   width: 184px;
   /* height: 194px; */
   z-index: 1;
   position: absolute !important;
   left: 1170px;
   top: 84px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.2px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-241822e3b5d3_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-9ab7d7ced00c_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-4df645c89572_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-b060606cf33c_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-19114406f581_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a2a58f72e220_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8add5ac195c4_7bd09d2712b3 {
   line-height: 19.2px;
   font-family: 'Barlow Semi Condensed';
 }

 .text_86e2e0e5370d {
   width: 391px;
   /* height: 87px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 48px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_755dbc1f31c9 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 111px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_43a09925497b {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 1px;
   top: 147px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_eb0b5196f449 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 183px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .text_9242bca5a917 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 217px;
   line-height: 29.45px;
   font-family: 'Roboto';
 }

 .container_ee42fb789290 {
   position: absolute !important;
   overflow: visible;
   width: 391px;
   height: 246px;
   z-index: 1;
   left: 148px;
   top: 58px;
 }

 .container_15d93969e768 {
   position: absolute !important;
   overflow: visible;
   width: 1470px;
   height: 361px;
   left: 0px;
   top: 1185px;
 }

 .container_wrapper_15d93969e768 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 1185px;
   width: 1470px;
   height: 361px;
 }

 .container_nested_15d93969e768 {
   width: 1470px;
   height: 361px;
 }

 .text_6a380b9e9652 {
   width: 1244px;
   height: 100%;
   position: absolute !important;
   left: 98px;
   top: 299px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-9a6625d0428d_6a380b9e9652 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-c0605e62f19f_6a380b9e9652 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-a524a3d74226_6a380b9e9652 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-70f53858a1d1_6a380b9e9652 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-d1620b383030_6a380b9e9652 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text_9b3287fab166 {
   width: 664px;
   /* height: 35px; */
   position: absolute !important;
   left: 388px;
   top: 215px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 49.82px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_96b554efe6b1 {
   width: 929px;
   height: 690px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #c2b97fb3;
   border-radius: 19px 19px 19px 19px;
 }

 .container_14dac35a6277 {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_44756dca02de {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_15ee7291a3af {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 38px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_3c9fc3edbd7e {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_1bb4bdb4bb67 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_3b47b87740c5 {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_fb6deff1f5c7 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 4px;
   line-height: 24px;
   font-family: 'Roboto';
 }

 .text_e27cf627a469 {
   width: max-content;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 0px;
   line-height: 24px;
   font-family: 'Roboto';
 }

 .container_b3e09c1cc709 {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 98px;
   z-index: 1;
   left: 0px;
   top: 120px;
 }

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

 .text_7aed7dbadd1a {
   flex-grow: 1;
   flex-basis: 0px;
   z-index: 1;
   line-height: 14.06px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_a6135d5b6a4b {
   padding: 8px 8px 8px 8px;
   width: 100%;
   height: 207px;
   flex-shrink: 0;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   justify-content: flex-start;
   align-items: flex-start;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_497aa0fbd363 {
   width: 750px;
   height: 207px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .input_text_ce1d82ce2693 {
   width: 750px;
   height: 241px;
   z-index: 1;
   font-family: 'Roboto';
 }

 .wrapper_input_text_ce1d82ce2693 {
   position: absolute !important;
   overflow: visible;
   left: 0px;
   top: 244px;
   width: 750px;
   height: 241px;
 }

 .input_text_ce1d82ce2693::placeholder {
   width: 100%;
   z-index: 1;
   line-height: 24px;
   text-align: start;
   color: #254560;
   font-family: 'Roboto';
   letter-spacing: -0.5px;
 }

 .container_77839dc45e1d {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_2433d15eeec4 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_83c533e6951a {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_8d9da49f294d {
   width: 350px;
   height: 39px;
   z-index: 1;
   border-top: #a5a5a5ff solid 1px;
   border-right: #a5a5a5ff solid 1px;
   border-bottom: #a5a5a5ff solid 1px;
   border-left: #a5a5a5ff solid 1px;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .text_9f91c35a2455 {
   width: fit-content;
   z-index: 1;
   line-height: 17.18px;
   font-family: 'Roboto';
 }

 .container_cd834fa1e101 {
   width: 350px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 400px;
   top: 34px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_e2424ae938f9 {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 94px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .text_9d6eb6b7350c {
   width: fit-content;
   z-index: 1;
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .button_d94dea2ed855 {
   padding: 0 10px 0 10px;
   width: 242px;
   height: 60px;
   z-index: 1;
   position: absolute !important;
   left: 254px;
   top: 511px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
   background: #4c7a55;
   border-radius: 100px 100px 100px 100px;
 }

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

 .container_dc4caa4ba33f {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 571px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_6c7d0548b8bb {
   position: absolute !important;
   overflow: visible;
   width: 750px;
   height: 571px;
   z-index: 1;
   left: 90px;
   top: 60px;
 }

 .container_48ab89092bc9 {
   position: absolute !important;
   overflow: visible;
   width: 929px;
   height: 690px;
   left: 256px;
   top: 446px;
 }

 .container_wrapper_48ab89092bc9 {
   position: absolute !important;
   overflow: visible;
   left: 256px;
   top: 446px;
   width: 929px;
   height: 690px;
 }

 .container_nested_48ab89092bc9 {
   width: 929px;
   height: 690px;
 }

 .viewport_a6df6e521510 {
   width: 1440px;
   height: 1545px;
   border-top: #000000ff solid 1px;
   border-right: #000000ff solid 1px;
   border-bottom: #000000ff solid 1px;
   border-left: #000000ff solid 1px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }

 .container_2a584784f598 {
   width: 390px;
   height: 73px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #254560;
 }

 .text_881965cf07c5 {
   width: 195.14px;
   /* height: 40.46px; */
   z-index: 1;
   position: absolute !important;
   left: 16px;
   top: 16px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_4d59bc3c57f7 {
   width: 33.87px;
   height: 26px;
   z-index: 1;
   position: absolute !important;
   left: 340px;
   top: 23px;
 }

 .container_0bcd7a8d3c06 {
   position: absolute !important;
   overflow: visible;
   width: 390px;
   height: 73px;
   left: 0px;
   top: 0px;
 }

 .container_7a0ae80a5dd0 {
   width: 401px;
   height: 619px;
   position: absolute !important;
   left: 0px;
   top: 0.44px;
   background: #c2b97fb3;
 }

 .text_1c03e8b1abef {
   width: 203px;
   /* height: 54px; */
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_1202ca73d3b0 {
   width: 190px;
   /* height: 350px; */
   z-index: 1;
   position: absolute !important;
   left: 7px;
   top: 74px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 19.29px;
   word-wrap: break-word;
   font-family: 'Barlow Semi Condensed';
 }

 .text-c739622a8556_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Roca';
 }

 .text-09b8f2e23857_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a073273f4437_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-a04c096d620b_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-113baff82dfd_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-380e0df12d15_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-1e38751775f5_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-134fba38b62f_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-5ff06bf8a938_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-8553cee29be1_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-babfd5f487a1_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-82afb6ee1699_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-20e2c78aa482_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .text-e6eab4977dca_1202ca73d3b0 {
   line-height: 19.29px;
   font-family: 'Barlow Semi Condensed';
 }

 .container_9fc31c47628e {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 0px;
   top: 0px;
 }

 .container_5eda8c6dcde9 {
   position: absolute !important;
   overflow: visible;
   width: 203px;
   height: 424px;
   z-index: 1;
   left: 99px;
   top: 98.44px;
 }

 .container_f4f925234fe8 {
   position: absolute !important;
   overflow: visible;
   width: 401px;
   height: 619px;
   left: -6px;
   top: 1627px;
 }

 .text_e3b71ca4d061 {
   width: 358px;
   /* height: 29px; */
   position: absolute !important;
   left: 16px;
   top: 123px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_5f368ce5b6e7 {
   width: 358px;
   /* height: 433px; */
   position: absolute !important;
   left: 17px;
   top: 172px;
   overflow-x: hidden;
   overflow-y: hidden;
   line-height: 37.99px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text-a222c32b537f_5f368ce5b6e7 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-3e8ec3bbbf47_5f368ce5b6e7 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-74e031eceef9_5f368ce5b6e7 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-68096eb6d303_5f368ce5b6e7 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .text-5eb130b73c20_5f368ce5b6e7 {
   line-height: 37.99px;
   font-family: 'Roboto';
 }

 .container_a1ec24295a62 {
   width: 358px;
   height: 882px;
   position: absolute !important;
   left: 17px;
   top: 675px;
   background: #c2b97fb3;
   border-radius: 19px 19px 19px 19px;
 }

 .viewport_6b5e8ca6ebee {
   width: 390px;
   height: 2246px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


 @media (max-width: 824px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .home_page .yotako-main {
     display: none !important;
   }

   .home_page .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .about .yotako-main {
     display: none !important;
   }

   .about .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .about .yotako-main {
     display: none !important;
   }

   .about .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .services .yotako-main {
     display: none !important;
   }

   .services .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .services .yotako-main {
     display: none !important;
   }

   .services .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .appointment .yotako-main {
     display: none !important;
   }

   .appointment .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .appointment .yotako-main {
     display: none !important;
   }

   .appointment .vp_1440 {
     display: flex !important;
   }
 }

 @media (max-width: 824px) {
   .contact .yotako-main {
     display: none !important;
   }

   .contact .vp_824 {
     display: flex !important;
   }
 }

 @media (min-width: 825px) {
   .contact .yotako-main {
     display: none !important;
   }

   .contact .vp_1440 {
     display: flex !important;
   }
 }

 .text_4bd205ca2c95, .text_4f18d9612d85, .text_96cbe5f0341f, .text_4f18d9612d85, .text_b400f6af705b{
  left: 1000px !important;
 }
 #wp--skip-link--target > div > div > div.vp_1440.size_1440.viewport_63f849b82da5.wp-block-group.yotako-main.ytk-apply-zoom.is-layout-flow.wp-block-group-is-layout-flow > div.wp-block-group.container_b659fc71142e.is-layout-flow.wp-block-group-is-layout-flow > div.wp-block-group.container_010b14dd0ca2.is-layout-flow.wp-block-group-is-layout-flow > h3.text_61ba73a6ed5f.has-text-color.has-background.has-text-align-center.wp-block-heading{
  display: none!important;
 }
 #wp--skip-link--target > div > div > div.vp_1440.size_1440.viewport_63f849b82da5.wp-block-group.yotako-main.ytk-apply-zoom.is-layout-flow.wp-block-group-is-layout-flow > div.wp-block-group.container_b659fc71142e.is-layout-flow.wp-block-group-is-layout-flow > div.wp-block-group.container_010b14dd0ca2.is-layout-flow.wp-block-group-is-layout-flow > h3.text_61ba73a6ed5f.has-text-color.has-background.has-text-align-center.wp-block-heading{
  display: none!important;
 }