 /*
Theme Name: Yotako
Author: Yotako team
Author URI: https://yotako.io/
Description: Design in Figma or AdobeXD. Publish in WordPress. The Figma/Adobe XD to WordPress plugin by Yotako is the fastest way of converting your beautiful design into a fully functional WordPress website in a few clicks without writing a single line of code! Get your custom domain, professional email, and world-class secure hosting, without the hassle.
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 5.6
Version: 2.0.0
License: © Yotako 2016-2024
License URI:  https://yotako.io/
Tags: figma-to-wordpress, adobe-xd-to-wordpress, xd-to-wordpress, design-to-code, seamless-transition, design-to-wordpress
Yotako WordPress Theme, (C) 2024 Yotako.io
*/
 @import url("https://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:ital,wght@0,100,200,300,400,500,600,700,800,900;1,100,200,300,400,500,600,700,800,900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto&display=swap");
 @import url("style-browsers-support.css");

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

 * {
   box-sizing: border-box;
 }

 .centerlize {
   margin: 0 auto;
 }

 .relative {
   position: relative;
 }

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

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

 .yk_post_content p {
   margin: revert;
 }

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

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

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

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

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

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

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

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

 body .yk_transparent {
   background: transparent !important;
 }

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

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

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

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

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

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

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

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

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

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

 *[onclick] {
   cursor: pointer;
 }

 input {
   padding: 0 10px;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 .line_e1fddc8c5a98 {
   width: 451px;
   height: 1px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 64px;
   top: 2300px;
   direction: horizontal;
   background: #1e3546;
 }

 .line_f876318e1cc0 {
   width: 410.17px;
   height: 1px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 965.83px;
   top: 2300px;
   direction: horizontal;
   background: #1e3546;
 }

 .container_1295a9f7fb52 {
   width: 1441px;
   height: 1803.5px;
   position: absolute !important;
   left: -0.5px;
   top: -43.5px;
   background: #1e3546;
 }

 .container_d6a9277b6ed6 {
   width: 1440px;
   height: 800px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000033;
   mix-blend-mode: normal;
 }

 .container_926fd7cbacc0 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 800px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 58.88%);
   mix-blend-mode: normal;
 }

 .container_312270ef74d9 {
   position: absolute !important;
   overflow: visible;
   width: 1440px;
   height: 800px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/16:242.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .container_dc92e11fc67e {
   width: 1440.5px;
   height: 383px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 418px;
   background: linear-gradient(180deg, #1e354600 0%, #1e354680 32.08%, #1e3546ff 91.64%);
 }

 .text_1c3c24244435 {
   width: max-content;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 155.5px;
   line-height: 60px;
   font-family: 'Inter';
 }

 .imageview_0e4f038edf43 {
   width: 185px;
   height: 32px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_25851ea23788 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Barlow';
 }

 .text_5dc42f38f599 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Barlow';
 }

 .text_bca261a2a082 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Barlow';
 }

 .text_6372d918daba {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Barlow';
 }

 .text_8247b9d85161 {
   width: fit-content;
   z-index: 2;
   line-height: 18px;
   font-family: 'Barlow';
 }

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

 .line_3d29c85656fc {
   width: 1px;
   height: 80px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #ffffff66;
   border-right: 1px solid #ffffff66;
   border-bottom: 1px solid #ffffff66;
   border-left: 1px solid #ffffff66;
   direction: vertical;
   background: #ffffff66;
 }

 .imageview_735f96c81fbc {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_e902402e925e {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_2d1136e60635 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

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

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

 .container_cd4cbf7e8014 {
   width: 1312px;
   height: fit-content;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .line_249f0d3e5944 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #ffffff66;
   border-right: 1px solid #ffffff66;
   border-bottom: 1px solid #ffffff66;
   border-left: 1px solid #ffffff66;
   direction: horizontal;
   background: #ffffff66;
 }

 .container_e9b2a0d09a7b {
   width: 1440px;
   height: 80px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_6f57760e5bdb {
   width: 43.81px;
   height: 2px;
   z-index: 3;
   position: absolute !important;
   left: 855px;
   top: 78px;
   background: #ffffff;
 }

 .container_b3bcdff1fd0b {
   width: 636px;
   height: 379px;
   z-index: 3;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #00000033;
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_d883e968580d {
   position: absolute !important;
   overflow: visible;
   width: 636px;
   height: 379px;
   z-index: 3;
   left: 740px;
   top: 354.59px;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/21:102.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

 .imageview_5f5d3cec38b4 {
   width: 100px;
   height: 100px;
   z-index: 4;
   position: absolute !important;
   left: 1008px;
   top: 494.29px;
 }

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

 .text_a1d4fa243d3b {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_98fbfa90d688 {
   width: 524px;
   height: 88px;
   z-index: 3;
   position: absolute !important;
   left: 64px;
   top: 646px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d21ff646c16a {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_a2bc398fc407 {
   width: 744.05px;
   z-index: 3;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_941e6278b76b {
   width: 861px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_e2eb13b5accb {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .container_dac0f762a8ba {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 3;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_9a7377f68930 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 3;
 }

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

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

 .container_3ce95959fd24 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_3ce95959fd24 {
   width: fit-content;
   height: 44px;
   z-index: 3;
 }

 .container_nested_3ce95959fd24 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 3;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_bff7fb94166d {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_2e5ca36a787a {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_9355ae5ff5c1 {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_9355ae5ff5c1 img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

 .container_7d027ff2a0e3 {
   width: 133px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .line_50507dd3b9c0 {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_cdaf76c964d8 {
   width: 176px;
   z-index: 3;
   line-height: 16.94px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_103736f680e9 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_a06c6803dab9 {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_fa618ff98447 {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_afbe47b33b38 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_fcd197c4846f {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_bd4c8be76355 {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_740dfc17e26a {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_548ac3b4b00e {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_c1da829ef8ec {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_689c5669bb0f {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_f799cb764e90 {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_c88f2bdb553d {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_f93160b9c7a6 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_4b2ae1541f6d {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_b7806258f2d7 {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .imageview_539429305606 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 3;
 }

 .imageview_539429305606 img {
   position: absolute;
   width: 277.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_6b91e1874f00 {
   padding: 24px 24px 24px 24px;
   height: 463px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

 .text_dc6f64f9717b {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_e7d9a0e6a24a {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_788dd19415b6 {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_788dd19415b6 img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

 .container_b1130f7a2359 {
   width: 133px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .line_516a15aabc28 {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_fc71d0eef79b {
   width: 163px;
   z-index: 3;
   line-height: 16.94px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_073ae2b9eea0 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_af1558913cd9 {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_8d5d2fddfb07 {
   width: 163px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .imageview_7d01c50a6c3f {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 3;
 }

 .imageview_7d01c50a6c3f img {
   position: absolute;
   width: 277.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_e7def97cc955 {
   padding: 16px 16px 16px 16px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #192e3d;
   border-radius: 4px 4px 4px 4px;
 }

 .container_b7ea2cbedc53 {
   padding: 8px 8px 8px 8px;
   height: 463px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_271f071c191c {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_841cb35a3c4f {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_0ae55ea6b8c0 {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_0ae55ea6b8c0 img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

 .container_cf309cfd5fa7 {
   width: 133px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .line_95b8310c985f {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_4582850150fd {
   width: fit-content;
   z-index: 3;
   line-height: 16.94px;
   font-family: 'Inter';
 }

 .imageview_04a4327ea222 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_7c0811a4df67 {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_1225e7a176f6 {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_51caf8142f5e {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_176063afaa36 {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_37d1a305a13c {
   width: 176px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .imageview_073b3d8ac1f0 {
   width: 100%;
   min-width: 0;
   height: 100px;
   z-index: 3;
 }

 .imageview_073b3d8ac1f0 img {
   position: absolute;
   width: 277.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_e73033f3cdb2 {
   padding: 24px 24px 24px 24px;
   height: 463px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

 .text_27c71efa0ceb {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 29.05px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .text_1613a84c8164 {
   width: fit-content;
   z-index: 3;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_1f379fbf081c {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 3;
 }

 .imageview_1f379fbf081c img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

 .container_a61997e5e595 {
   width: 133px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 14px;
   display: flex !important;
   flex-direction: row;
 }

 .line_bdd8994ec75b {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 3;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_999ab91c6e6a {
   width: 163px;
   z-index: 3;
   line-height: 16.94px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .imageview_0cd39b9e8f3d {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_24a4b54cb94c {
   width: fit-content;
   z-index: 3;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_cff03d1f6d78 {
   width: 163px;
   height: fit-content;
   z-index: 3;
   justify-content: flex-start;
   align-items: center;
   gap: 0 8px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .imageview_e3dac6e32e1c {
   width: 77.29px;
   height: 80.65px;
   z-index: 3;
   position: absolute !important;
   left: 11.65px;
   top: 8.63px;
 }

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

 .container_8063ada3d436 {
   position: relative !important;
   overflow: visible;
   width: 100px;
   height: 100px;
   flex-shrink: 0;
   z-index: 3;
 }

 .container_f2a5333ca3cc {
   width: 100%;
   min-width: 0;
   height: fit-content;
   z-index: 3;
   justify-content: flex-end;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .container_9f342e33a5cc {
   padding: 24px 24px 24px 24px;
   height: 463px;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 3;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_cc411c82689f {
   padding: 160px 0 120px 0;
   width: 1312px;
   height: 1031px;
   z-index: 3;
   position: absolute !important;
   left: 64px;
   top: 734px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 80px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_c3bd3c929ada {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 4;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_af6940515af3 {
   padding: 120px 0 120px 0;
   width: 863px;
   height: 328px;
   z-index: 4;
   position: absolute !important;
   left: 288px;
   top: 1760px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_83520cb2f0c9 {
   width: 491.65px;
   height: 447.36px;
   z-index: 1;
   position: absolute !important;
   left: 474.17px;
   top: 2088px;
 }

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

 .text_230307091335 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_c90298163b0b {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .imageview_153a55380a9d {
   width: 100px;
   height: 100px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .container_7cac9bcff84f {
   padding: 40px 32px 40px 32px;
   width: 411px;
   height: 226px;
   z-index: 2;
   position: absolute !important;
   left: 64px;
   top: 2300px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_25103bf13cee {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_7c76874e83d1 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_3e49517ae8ca {
   padding: 0 20px 0 20px;
   width: 226px;
   height: 189px;
   z-index: 2;
   position: absolute !important;
   left: 290px;
   top: 2111px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_9f175a828132 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text-025794e7b518_9f175a828132 {
   line-height: 68px;
   font-family: 'Barlow';
 }

 .text-525997f222f6_9f175a828132 {
   line-height: 68px;
   font-family: 'Barlow';
 }

 .text_12160ff34b71 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .container_d74c13a04d53 {
   padding: 40px 20px 40px 20px;
   width: 411px;
   height: 208px;
   z-index: 2;
   position: absolute !important;
   left: 965px;
   top: 2300px;
   align-items: center;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_a506888d893c {
   width: 1px;
   height: 189px;
   z-index: 3;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 289.5px;
   top: 2111px;
   direction: vertical;
   background: #1e3546;
 }

 .imageview_98abee438678 {
   width: 68px;
   height: 68px;
   flex-shrink: 0;
 }

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

 .text_8963ce597b2a {
   width: fit-content;
   line-height: 68px;
   font-family: 'Barlow';
 }

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

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

 .container_da52bbcd43e4 {
   padding: 20px 20px 20px 20px;
   width: 224px;
   height: 192px;
   position: absolute !important;
   left: 64px;
   top: 2108px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_57c32a034e9a {
   width: 189px;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_1c8dfae8f24e {
   width: 189px;
   line-height: 24px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .imageview_ef7d93e8c104 {
   width: 124px;
   height: 124px;
   flex-shrink: 0;
 }

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

 .container_8d7fea92b414 {
   width: 333px;
   height: 124px;
   position: absolute !important;
   left: 999.75px;
   top: 2138.83px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_d706382a77ba {
   width: 1312px;
   height: 688px;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 53.76%);
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_4b3d6d74d047 {
   position: absolute !important;
   overflow: visible;
   width: 1312px;
   height: 688px;
   left: 64px;
   top: 3217.72px;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/56:314.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

 .text_45bdc43366c2 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Inter';
 }

 .container_4876715d69b9 {
   padding: 60px 60px 100px 60px;
   width: 863px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 64px;
   top: 3217.72px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_d1fd0e0f2d4d {
   width: 100%;
   min-width: 0;
   height: 186px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 0 0;
 }

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

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

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

 .container_8b109c044682 {
   width: 147px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 188px;
   top: 32px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_9cebdacf0ee8 {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 503px;
   top: 137.64px;
 }

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

 .container_99f9d9454d4d {
   position: relative !important;
   overflow: visible;
   width: 523px;
   height: 157.64px;
   flex-shrink: 0;
   z-index: 1;
   background: #404b40;
   border-radius: 0 0 4px 4px;
 }

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

 .imageview_2140ebaef215 {
   width: 100%;
   min-width: 0;
   height: 186px;
   flex-shrink: 0;
   z-index: 1;
   border-radius: 4px 4px 0 0;
 }

 .imageview_2140ebaef215 img {
   position: absolute;
   width: 100.00% !important;
   height: 187.07% !important;
   max-width: none !important;
   left: -0.00%;
   top: -39.77%;
 }

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

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

 .text_a4c9de571974 {
   width: fit-content;
   z-index: 1;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_c6d38b7adf6b {
   width: 251px;
   height: 94px;
   z-index: 1;
   position: absolute !important;
   left: 135px;
   top: 32px;
   align-items: center;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_e973a111eeae {
   width: 10px;
   height: 10px;
   z-index: 1;
   position: absolute !important;
   left: 503px;
   top: 137.64px;
 }

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

 .container_74fb94677d49 {
   position: relative !important;
   overflow: visible;
   width: 523px;
   height: 157.64px;
   flex-shrink: 0;
   z-index: 1;
   background: #404b40;
   border-radius: 0 0 4px 4px;
 }

 .container_wrapper_74fb94677d49 {
   position: relative !important;
   overflow: visible;
   width: 523px;
   height: 157.64px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_74fb94677d49 {
   width: 523px;
   height: 157.64px;
   z-index: 1;
   background: #404b40;
   border-radius: 0 0 4px 4px;
 }

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

 .container_6f2fca38c013 {
   padding: 0 0 140px 0;
   width: 1086px;
   height: 483.64px;
   z-index: 1;
   position: absolute !important;
   left: 177px;
   top: 3421.72px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 40px;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_7d44a3535141 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

 .container_fa6d6abe5bb5 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_dfdb9459cede {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_dfdb9459cede {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_dfdb9459cede {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_2b74baf3847a {
   width: 524px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_711ae1282af8 {
   width: 665.68px;
   height: 462.36px;
   flex-shrink: 0;
 }

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

 .container_6eb3a968f312 {
   padding: 120px 0 100px 0;
   width: 1312px;
   height: 682.36px;
   position: absolute !important;
   left: 64px;
   top: 2535.36px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

 .text_335cdc7df806 {
   width: fit-content;
   z-index: 2;
   line-height: 44px;
   font-family: 'Inter';
 }

 .container_766d1750cb12 {
   padding: 100px 0 80px 0;
   width: 284px;
   height: 224px;
   z-index: 2;
   position: absolute !important;
   left: 177px;
   top: 3902px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_acc77e068879 {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
 }

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

 .text_ea0638addec0 {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_f27471d60198 {
   padding: 20px 20px 20px 20px;
   width: 411px;
   height: 244px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #00000000 50%, #000000ff 100%);
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_122d7123587a {
   width: 411px;
   height: 244px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/132:265.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .text_7bc07a0ec23c {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

 .container_8d9bb0204e13 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_ca7d7b627c85 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_ca7d7b627c85 {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_ca7d7b627c85 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_18fcebb322f9 {
   width: 636px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .imageview_c6ea79959ce8 {
   width: 26px;
   height: 26px;
   flex-shrink: 0;
 }

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

 .container_20450ff5f7e2 {
   width: 1313px;
   height: 244px;
   position: absolute !important;
   left: 63px;
   top: 4126px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 87px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_bb93b5fe1d16 {
   width: 760.5px;
   height: 388px;
   position: absolute !important;
   left: 560.5px;
   top: 0px;
   opacity: 0.5;
 }

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

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

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

 .container_7383a2e9fc48 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_98a56b33c7db {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_e41fd9398205 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_e41fd9398205 {
   width: fit-content;
   height: 44px;
   z-index: 1;
 }

 .container_nested_e41fd9398205 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_2b0a473fcc11 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_e35e03b45b95 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_f70db91429a9 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_f70db91429a9 {
   width: fit-content;
   height: 44px;
   z-index: 1;
 }

 .container_nested_f70db91429a9 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_84e69fbbae6f {
   width: 857px;
   height: 164px;
   z-index: 1;
   position: absolute !important;
   left: 65px;
   top: 112px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_dcd82e15ddd0 {
   position: relative !important;
   overflow: visible;
   width: 1321px;
   height: 388px;
   flex-shrink: 0;
   background: #f4ba40;
 }

 .text_e12913119553 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

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

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

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

 .container_3ab5e8044731 {
   width: 185px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_edbda1047230 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

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

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

 .container_d568c1a5f8a3 {
   width: 185px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .text_3aef5ab875e2 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

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

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

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

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

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

 .container_74e319c64bee {
   width: 185px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_195698e03414 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_2b81a6bc3cc6 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .container_bbbf4c63be93 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_1e3ef810facd {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_1e3ef810facd {
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_1e3ef810facd {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_4ab58cb4e56b {
   width: 198px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_acbe82698c78 {
   width: 423px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 32px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_65806deae74d {
   width: 100%;
   min-width: 0;
   height: 40px;
 }

 .imageview_65806deae74d img {
   position: absolute;
   width: 749.0px !important;
   height: 40.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

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

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

 .text-2417496600c0_9311d9db8990 {
   line-height: 20px;
   font-family: 'Barlow';
 }

 .text-d84b7256ed97_9311d9db8990 {
   line-height: 20px;
   font-family: 'Barlow';
 }

 .text-6b92a6bb562f_9311d9db8990 {
   line-height: 20px;
   font-family: 'Barlow';
 }

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

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

 .container_05f43c6b27fa {
   width: 749px;
   height: 388px;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

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

 .line_0a41a631088d {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
   opacity: 0.4000000059604645;
 }

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

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

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

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

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

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

 .container_6999b21ffd0f {
   padding: 60px 64px 40px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #1e3546;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_nested_6999b21ffd0f {
   padding: 60px 64px 40px 64px;
   width: 100%;
   min-width: 0;
   height: fit-content;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #1e3546;
   border-radius: 4px 4px 4px 4px;
 }

 .container_00fbfbb02bc4 {
   width: 1440px;
   height: 996px;
   position: absolute !important;
   left: -2px;
   top: 4514px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

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

 .container_648252f6cb5e {
   width: 393px;
   height: 2818px;
   position: absolute !important;
   left: 0px;
   top: 483px;
   background: #1e3546;
 }

 .container_8ac7ed2c8aef {
   width: 393px;
   height: 800px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: #0000004d;
   mix-blend-mode: normal;
 }

 .container_49308260ea00 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 800px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 58.88%);
   mix-blend-mode: normal;
 }

 .container_9694fbcf8cc6 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 800px;
   z-index: 1;
   left: 0px;
   top: 0px;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/277:5056.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .imageview_51257a97f3fb {
   width: 159px;
   height: 28px;
   flex-shrink: 0;
   z-index: 2;
 }

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

 .text_a6d4c4bd5b9a {
   width: fit-content;
   z-index: 2;
   line-height: 20px;
   font-family: 'Barlow';
 }

 .imageview_a21cfc8376a9 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 2;
 }

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

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

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

 .container_486919fd7c99 {
   width: 100%;
   min-width: 0;
   height: 2px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
 }

 .container_4d057aa2959b {
   width: 100%;
   min-width: 0;
   height: 2px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
 }

 .container_2819128ec8d2 {
   width: 100%;
   min-width: 0;
   height: 2px;
   flex-shrink: 0;
   z-index: 2;
   background: #ffffff;
 }

 .container_b37620558cb0 {
   width: 33.5px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 8px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_47c6af530df4 {
   width: fit-content;
   height: fit-content;
   z-index: 2;
   justify-content: flex-end;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .container_95065d5b281f {
   padding: 0 20px 0 20px;
   width: 393px;
   height: fit-content;
   flex-shrink: 0;
   z-index: 2;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

 .line_2afe2c05aba0 {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   z-index: 2;
   border-top: 1px solid #ffffff66;
   border-right: 1px solid #ffffff66;
   border-bottom: 1px solid #ffffff66;
   border-left: 1px solid #ffffff66;
   direction: horizontal;
   background: #ffffff66;
 }

 .container_10b70832fbdd {
   width: 393px;
   height: 60px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 0px;
   align-items: center;
   justify-content: flex-start;
   display: flex !important;
   flex-direction: column;
 }

 .container_dc82a0194cc2 {
   width: 393px;
   height: 383px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 417px;
   background: linear-gradient(180deg, #1e354600 0%, #1e354680 32.08%, #1e3546ff 91.64%);
 }

 .text_f8c1d38dd122 {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_0bd85daf6244 {
   width: 353px;
   height: 210.59px;
   flex-shrink: 0;
   z-index: 3;
 }

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

 .text_729ef44b11ac {
   width: 100%;
   min-width: 0;
   z-index: 3;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

 .container_534f347b89d6 {
   padding: 40px 0 40px 0;
   width: 353px;
   height: 792px;
   z-index: 3;
   position: absolute !important;
   left: 20px;
   top: 60px;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
 }

 .text_98b8f7a00d00 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .text_805bafbe41a7 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

 .container_cc4056b54b19 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_578c80901cf7 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_100942218a2b {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_100942218a2b {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_100942218a2b {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_ea7745731f7e {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .imageview_f609ed48122a {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_f609ed48122a img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

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

 .line_888708adcf7b {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_b0b027abe404 {
   width: 143px;
   z-index: 1;
   line-height: 17.71px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_22eb08c6137f {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_95fcdee4e3e4 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

 .imageview_5e9043f0b7f4 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_b58947e5eca4 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

 .imageview_c4a66eb1c440 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_c54a0e51b29b {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

 .imageview_e0a8a9a6175c {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_402e6ec4e4ca {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

 .imageview_7b85b8bb54d7 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_54218fd075a1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

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

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

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

 .imageview_d8793a6ec8d1 img {
   position: absolute;
   width: 305.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_81a64d50b7b6 {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

 .text_d4adb72e039b {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .imageview_605f74a0d030 {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_605f74a0d030 img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

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

 .line_026c4126f299 {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_a5fece77bcca {
   width: 129px;
   z-index: 1;
   line-height: 17.71px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_e33f1dc7c2aa {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_85e846d0a8f1 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

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

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

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

 .imageview_4c2cea94c0ec img {
   position: absolute;
   width: 321.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_fb33c76006c6 {
   padding: 16px 16px 16px 16px;
   height: 100%;
   min-height: 0;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #192e3d;
   border-radius: 4px 4px 4px 4px;
 }

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

 .text_61f5cc65b46b {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .imageview_a34e3113b8df {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_a34e3113b8df img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

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

 .line_dd0218ae2a98 {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

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

 .imageview_0acdf127959f {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_9acd7b435896 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

 .imageview_80ecefd457b0 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_567ebd50c6a7 {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

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

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

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

 .imageview_5df78c6c0369 img {
   position: absolute;
   width: 305.0px !important;
   height: 100.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .container_0aa2fdeecdbe {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

 .text_65bd07592138 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .imageview_9fee3f9f5681 {
   width: 13px;
   height: 10.31px;
   flex-shrink: 0;
   z-index: 1;
 }

 .imageview_9fee3f9f5681 img {
   position: absolute;
   width: 14.4px !important;
   height: 10.3px !important;
   max-width: none !important;
   left: -0.7px;
   top: -5.2px;
 }

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

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

 .line_937329c12c64 {
   width: 133px;
   height: 1px;
   flex-shrink: 0;
   z-index: 1;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
 }

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

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

 .text_3f01d25bfc28 {
   width: 143px;
   z-index: 1;
   line-height: 17.71px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .imageview_cef466ab8ed5 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .text_29b87051ca9f {
   width: fit-content;
   z-index: 1;
   line-height: 22px;
   font-family: 'Barlow';
 }

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

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

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

 .imageview_f7317a24bd7b {
   width: 77.29px;
   height: 80.65px;
   z-index: 1;
   position: absolute !important;
   left: 11.65px;
   top: 8.63px;
 }

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

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

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

 .container_7f4f47a5b06f {
   padding: 24px 24px 24px 24px;
   width: 100%;
   min-width: 0;
   height: 466px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: space-between;
   display: flex !important;
   flex-direction: column;
   background: #223e52;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_88942673ec56 {
   padding: 60px 20px 60px 20px;
   width: 393px;
   height: 2449px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 852px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d453b692c462 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_0882361d9920 {
   padding: 60px 20px 60px 20px;
   width: 393px;
   height: 241px;
   position: absolute !important;
   left: 0px;
   top: 3301px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .text_efe9f9a047d3 {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_41f4c64bee58 {
   padding: 60px 20px 60px 20px;
   width: 393px;
   height: 150px;
   position: absolute !important;
   left: 0px;
   top: 6228.97px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_42c888ace953 {
   width: 261.57px;
   height: 238px;
   position: absolute !important;
   left: 65.72px;
   top: 3542px;
 }

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

 .line_d1a7eb3802c5 {
   width: 352px;
   height: 1px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 20px;
   top: 4035.5px;
   direction: horizontal;
   background: #1e3546;
 }

 .text_fc7939a84d17 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_b6950226af85 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .imageview_9fc358d5ef91 {
   width: 100px;
   height: 100px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_fa8bef126825 {
   padding: 40px 0 40px 0;
   width: 352px;
   height: 180px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 4035.5px;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_df829de58826 {
   width: 100%;
   min-width: 0;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_c6aed07f8e39 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_fe56deaee82e {
   padding: 20px 0 20px 20px;
   width: 176px;
   height: 149px;
   position: absolute !important;
   left: 197px;
   top: 3868px;
   align-items: center;
   justify-content: center;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_878a7f2c6ed0 {
   width: 1px;
   height: 187.5px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 196px;
   top: 3848px;
   direction: vertical;
   background: #1e3546;
 }

 .imageview_f2d84d4cfc01 {
   width: 68px;
   height: 68px;
   flex-shrink: 0;
 }

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

 .text_0993aa7b1e5c {
   width: fit-content;
   line-height: 68px;
   font-family: 'Barlow';
 }

 .container_7ccf184956f9 {
   width: 122px;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   display: flex !important;
   flex-direction: row;
 }

 .text_49e225791f45 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_6239b01c9481 {
   padding: 20px 20px 20px 0;
   width: 175px;
   height: 186px;
   position: absolute !important;
   left: 20px;
   top: 3849.5px;
   align-items: center;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_54f24d0ca581 {
   width: 100%;
   min-width: 0;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text-cfed127b0701_54f24d0ca581 {
   line-height: 68px;
   font-family: 'Barlow';
 }

 .text-2f48528259d6_54f24d0ca581 {
   line-height: 68px;
   font-family: 'Barlow';
 }

 .text_84b2e92f5a72 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_a9b12f21973c {
   padding: 40px 0 0 0;
   width: 353px;
   height: 127px;
   position: absolute !important;
   left: 20px;
   top: 4419.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 20px 0;
   display: flex !important;
   flex-direction: column;
 }

 .line_03d2ee15d95d {
   width: 352px;
   height: 1px;
   z-index: 1;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 20px;
   top: 4419.5px;
   direction: horizontal;
   background: #1e3546;
 }

 .line_d6040cf58350 {
   width: 352px;
   height: 1px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   position: absolute !important;
   left: 20px;
   top: 4215.5px;
   direction: horizontal;
   background: #1e3546;
 }

 .text_522c8df8cfc4 {
   width: 189px;
   z-index: 1;
   line-height: 68px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_cce4c1febbc7 {
   width: 189px;
   z-index: 1;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .container_074af807d6af {
   width: fit-content;
   height: fit-content;
   z-index: 1;
   align-items: flex-end;
   justify-content: flex-start;
   gap: 12px 0;
   display: flex !important;
   flex-direction: column;
 }

 .imageview_6ead8af8ed6a {
   width: 124px;
   height: 124px;
   flex-shrink: 0;
   z-index: 1;
 }

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

 .container_b926ddf86d79 {
   padding: 40px 0 40px 0;
   width: 352px;
   height: 204px;
   z-index: 1;
   position: absolute !important;
   left: 20px;
   top: 4215.5px;
   align-items: center;
   justify-content: space-between;
   display: flex !important;
   flex-direction: row;
 }

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

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

 .text_02dadd3c0b07 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

 .container_7a00fe166468 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_a03d53ae681c {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_a03d53ae681c {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_a03d53ae681c {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .imageview_10d27e8cc5b8 {
   width: 100%;
   min-width: 0;
   flex-shrink: 0;
   aspect-ratio: 1 / 0.694566102485302;
   height: auto !important;
 }

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

 .container_d2a917d7df76 {
   padding: 60px 20px 60px 20px;
   width: 393px;
   height: 769.18px;
   position: absolute !important;
   left: 0px;
   top: 4546.5px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 60px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_d24dd2f14c6a {
   width: 393px;
   height: 913px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 0px;
   background: linear-gradient(180deg, #000000ff 0%, #00000000 53.76%);
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_0907523a3988 {
   position: absolute !important;
   overflow: visible;
   width: 393px;
   height: 913px;
   z-index: 1;
   left: 0px;
   top: 5315.68px;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/277:4702.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

 .text_21f0534b21fe {
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   z-index: 2;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_b1774f702400 {
   padding: 60px 20px 60px 20px;
   width: 393px;
   height: 150px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5315.68px;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_c3b5bbe5d1be {
   width: 100%;
   min-width: 0;
   height: 186px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 0 0;
 }

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

 .text_980d8804fcb9 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 32px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_e6518806e668 {
   width: 100%;
   min-width: 0;
   z-index: 2;
   line-height: 44px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

 .container_1557f17868f4 {
   width: 313px;
   height: 94px;
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 32px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_c62a0a4e61cc {
   position: relative !important;
   overflow: visible;
   width: 353px;
   height: 157.64px;
   flex-shrink: 0;
   z-index: 2;
   background: #404b40;
   border-radius: 0 0 4px 4px;
 }

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

 .imageview_e6fc1b8e7049 {
   width: 100%;
   min-width: 0;
   height: 186px;
   flex-shrink: 0;
   z-index: 2;
   border-radius: 4px 4px 0 0;
 }

 .imageview_e6fc1b8e7049 img {
   position: absolute;
   width: 100.00% !important;
   height: 187.07% !important;
   max-width: none !important;
   left: -0.00%;
   top: -39.77%;
 }

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

 .text_ec0e3a79be37 {
   width: fit-content;
   z-index: 2;
   line-height: 32px;
   font-family: 'Barlow';
 }

 .text_6ce04a45d80e {
   width: fit-content;
   z-index: 2;
   line-height: 44px;
   font-family: 'Roboto';
 }

 .container_1c65c155acea {
   width: 313px;
   height: 94px;
   z-index: 2;
   position: absolute !important;
   left: 20px;
   top: 32px;
   align-items: center;
   justify-content: flex-start;
   gap: 4px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_cabb56f780ec {
   position: relative !important;
   overflow: visible;
   width: 353px;
   height: 157.64px;
   flex-shrink: 0;
   z-index: 2;
   background: #404b40;
   border-radius: 0 0 4px 4px;
 }

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

 .container_84f47f91238c {
   padding: 0 20px 60px 20px;
   width: 393px;
   height: 763.28px;
   z-index: 2;
   position: absolute !important;
   left: 0px;
   top: 5465.68px;
   align-items: flex-start;
   justify-content: center;
   gap: 16px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_0fd45c47d813 {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_6ceb1245b47c {
   padding: 12px 12px 12px 12px;
   height: auto !important;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   aspect-ratio: 1 / 0.5936739659367397;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #00000000 50%, #000000ff 100%);
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_b2e0d7dfecb7 {
   width: 100%;
   min-width: 0;
   height: 194px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/277:4736.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .text_489b90cd4d48 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

 .container_0d9d785a9bb2 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_326a035300ae {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_326a035300ae {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
 }

 .container_nested_326a035300ae {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_b1ded3d0f55d {
   width: 327px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .text_d18c352e1fd5 {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .container_f5e8dd17e53e {
   padding: 12px 12px 12px 12px;
   height: auto !important;
   flex-grow: 1;
   flex-basis: 0px;
   min-width: 0;
   aspect-ratio: 1 / 0.5936739659367397;
   justify-content: flex-start;
   align-items: flex-end;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
   background: linear-gradient(180deg, #00000000 50%, #000000ff 100%);
   border-radius: 4px 4px 4px 4px;
   mix-blend-mode: normal;
 }

 .container_b6984c1455a6 {
   width: 100%;
   min-width: 0;
   height: 194px;
   flex-shrink: 0;
   justify-content: flex-start;
   align-items: flex-start;
   display: flex !important;
   flex-direction: row;
   background: url("https://cdn.yotako.io/2b5518b7-99ae-4300-a3a9-78c761db9a07/277:5285.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .text_135be9927d51 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

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

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

 .container_142e9a03a55a {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

 .container_e26c7232c45e {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #1e3546ff;
   border-right: 1px solid #1e3546ff;
   border-bottom: 1px solid #1e3546ff;
   border-left: 1px solid #1e3546ff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_f3c13e4799b8 {
   width: 327px;
   height: fit-content;
   flex-shrink: 0;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 24px 0;
   display: flex !important;
   flex-direction: column;
 }

 .container_92e364c5b4c6 {
   padding: 0 0 60px 0;
   width: 670px;
   height: 582.13px;
   position: absolute !important;
   left: 20px;
   top: 6378.97px;
   justify-content: flex-start;
   align-items: center;
   gap: 0 16px;
   display: flex !important;
   flex-direction: row;
 }

 .text_fb4f5df33ab4 {
   width: 100%;
   min-width: 0;
   z-index: 1;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .container_a594a1a2b9dc {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_b2fdf5705072 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_af3b59cf3535 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_af3b59cf3535 {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_af3b59cf3535 {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

 .container_670c4eac2274 {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   z-index: 1;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

 .imageview_81ba51f55660 {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
   z-index: 1;
 }

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

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

 .container_536b41f1851a {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

 .container_wrapper_536b41f1851a {
   width: fit-content;
   height: 44px;
   flex-shrink: 0;
   z-index: 1;
 }

 .container_nested_536b41f1851a {
   padding: 10px 16px 10px 16px;
   width: fit-content;
   height: 44px;
   z-index: 1;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #ffffff;
   border-radius: 4px 4px 4px 4px;
 }

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

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

 .container_e0711a54596c {
   padding: 24px 24px 24px 24px;
   width: 393px;
   height: 283px;
   z-index: 1;
   position: absolute !important;
   left: 0px;
   top: 6961.1px;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   background: #f4ba40;
   border-radius: 4px 4px 4px 4px;
 }

 .text_63dd319cb57a {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .imageview_7f80754654fd {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
 }

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

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

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

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

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

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

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

 .text_5fdf17fb1d27 {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .imageview_3d511b39f0c6 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
 }

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

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

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

 .text_e5a77908bd26 {
   width: fit-content;
   line-height: 22px;
   font-family: 'Barlow';
 }

 .imageview_7aafeb548b17 {
   width: 10px;
   height: 10px;
   flex-shrink: 0;
 }

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

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

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

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

 .text_27c2bafbf54b {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

 .text_93b74f632713 {
   width: 100%;
   min-width: 0;
   line-height: 22px;
   word-wrap: break-word;
   font-family: 'Barlow';
 }

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

 .container_d201ecd98c9d {
   padding: 0 0 3px 0;
   width: fit-content;
   height: fit-content;
   justify-content: center;
   align-items: center;
   gap: 0 10px;
   display: flex !important;
   flex-direction: row;
 }

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

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

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

 .container_f7abedfa5945 {
   padding: 10px 16px 10px 16px;
   width: 100%;
   min-width: 0;
   height: 44px;
   flex-shrink: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   align-items: flex-start;
   justify-content: center;
   gap: 10px 0;
   display: flex !important;
   flex-direction: column;
   border-radius: 4px 4px 4px 4px;
 }

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

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

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

 .imageview_b4accd02329c {
   width: 100%;
   min-width: 0;
   height: 103px;
 }

 .imageview_b4accd02329c img {
   position: absolute;
   width: 353.0px !important;
   height: 103.0px !important;
   max-width: none !important;
   left: 0.0px;
   top: 0.0px;
 }

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

 .text_7074cdfde01a {
   width: 100%;
   min-width: 0;
   line-height: 30.36px;
   word-wrap: break-word;
   font-family: 'Roboto';
 }

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

 .text-60793d0bdca7_fa10cf34b9fe {
   line-height: 20px;
   font-family: 'Barlow';
 }

 .text-f8c9c2b88eb9_fa10cf34b9fe {
   line-height: 20px;
   font-family: 'Barlow';
 }

 .text-d3e62a159be8_fa10cf34b9fe {
   line-height: 20px;
   font-family: 'Barlow';
 }

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

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

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

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

 .line_0deb08aa4f3c {
   width: 100%;
   min-width: 0;
   height: 1px;
   flex-shrink: 0;
   border-top: 1px solid #ffffffff;
   border-right: 1px solid #ffffffff;
   border-bottom: 1px solid #ffffffff;
   border-left: 1px solid #ffffffff;
   direction: horizontal;
   background: #ffffff;
   opacity: 0.4000000059604645;
 }

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

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

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

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

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

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

 .container_d4d4b074bc97 {
   padding: 60px 20px 40px 20px;
   width: 393px;
   height: 1188px;
   position: absolute !important;
   left: 0px;
   top: 7244.1px;
   align-items: center;
   justify-content: flex-start;
   gap: 40px 0;
   display: flex !important;
   flex-direction: column;
   background: #1e3546;
   border-radius: 4px 4px 4px 4px;
 }

 .viewport_cce573046094 {
   width: 393px;
   height: 8432px;
   overflow-x: hidden;
   overflow-y: hidden;
   background: #ffffff;
 }


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

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

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

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